Does the USG Flex H model support multiple split tunnels for the Windows native VPN client?






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
- 198 Nebula Ideas
- 123 Nebula Status and Incidents
- 6.3K Security
- 484 USG FLEX H Series
- 319 Security Ideas
- 1.6K Switch
- 83 Switch Ideas
- 1.3K Wireless
- 46 Wireless Ideas
- 6.8K Consumer Product
- 284 Service & License
- 451 News and Release
- 88 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 4.3K FAQ
- 34 Documents
- 34 Nebula Monthly Express
- 85 About Community
- 93 Security Highlight