Does the USG Flex H model support multiple split tunnels for the Windows native VPN client?
Zyxel Employee
Question:
Does the USG Flex H model support multiple split tunnels for the Windows native VPN client?
Answer:
Yes, the user can modify the VPN configuration file to enable this feature.
Step 1: Ensure the remote VPN connection is configured as a Full Tunnel, and download the Windows VPN installation script from the uOS firewall.
Step 2: Set the split tunnel flag to true, and add multiple destination subnets, such as 192.168.168.0/24 and 192.168.169.0/24.
set SplitTunneling=$True
set Destination="192.168.168.0/24"
set Destination2="192.168.169.0/24"
Add the corresponding routes accordingly.
powershell -ExecutionPolicy Bypass -command "Add-VpnConnectionRoute -ConnectionName '%Name%' -DestinationPrefix '%Destination%' -PassThru"
powershell -ExecutionPolicy Bypass -command "Add-VpnConnectionRoute -ConnectionName '%Name%' -DestinationPrefix '%Destination2%' -PassThru"
Step 3: Install the script file and establish the VPN connection. Then, verify successful connectivity by pinging the multiple subnets.
Check the routing status using the CLI command route print, and verify that the subnets 192.168.168.0/24 and 192.168.169.0/24 are routed through the VPN subnet's gateway IP address 192.168.50.1.
Categories
- All Categories
- 441 Beta Program
- 2.9K Nebula
- 208 Nebula Ideas
- 127 Nebula Status and Incidents
- 6.4K Security
- 529 USG FLEX H Series
- 333 Security Ideas
- 1.7K Switch
- 84 Switch Ideas
- 1.3K Wireless
- 51 Wireless Ideas
- 6.9K Consumer Product
- 292 Service & License
- 461 News and Release
- 90 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 4.7K FAQ
- 34 Documents
- 86 About Community
- 99 Security Highlight





