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
- 439 Beta Program
- 2.8K Nebula
- 202 Nebula Ideas
- 126 Nebula Status and Incidents
- 6.3K Security
- 514 USG FLEX H Series
- 328 Security Ideas
- 1.7K Switch
- 84 Switch Ideas
- 1.3K Wireless
- 49 Wireless Ideas
- 6.9K Consumer Product
- 288 Service & License
- 458 News and Release
- 90 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 4.3K FAQ
- 34 Documents
- 85 About Community
- 97 Security Highlight





