User's Manual
Table Of Contents
- ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N
- Contents
- 1. Introduction
- 2. Overview of the Configuration Commands
- 3. Net Mode Configuration Commands
- 4. Security Mode Configuration Commands
- Security Services Commands
- Security Schedules Commands
- IPv4 Add Firewall Rule and Edit Firewall Rule Commands
- IPv4 General Firewall Commands
- IPv6 Firewall Commands
- Attack Check Commands
- Session Limit, Time-Out, and Advanced Commands
- Address Filter and IP/MAC Binding Commands
- Port Triggering Commands
- UPnP Command
- Bandwidth Profile Commands
- Content Filtering Commands
- 5. System Mode Configuration Commands
- 6. Dot11 Mode Configuration Commands
- 7. VPN Mode Configuration Commands
- IPSec VPN Wizard Command
- IPSec IKE Policy Commands
- IPSec VPN Policy Commands
- IPSec VPN Mode Config Commands
- SSL VPN Portal Layout Commands
- SSL VPN Authentication Domain Commands
- SSL VPN Authentication Group Commands
- SSL VPN User Commands
- SSL VPN Port Forwarding Commands
- SSL VPN Client Commands
- SSL VPN Resource Commands
- SSL VPN Policy Commands
- RADIUS Server Command
- L2TP Server Commands
- 8. Overview of the Show Commands
- 9. Show Commands
- 10. Utility Commands
- CLI Command Index
VPN Mode Configuration Commands
221
ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N
vpn sslvpn route add
This command configures a static client route to a destination network. After you have issued
the vpn sslvpn route add command, you enter the [sslvpn-route-settings] mode, and
then you can configure one keyword and associated parameter or associated keyword at a
time in the order that you prefer.
Note: When full-tunnel support is enabled, client routes are not operable.
For clients routes to be operable, split-tunnel support should be
enabled.
Command example:
FVS318N>
vpn sslvpn route add
[sslvpn-route-settings]>
ip_version IPv4
[sslvpn-route-settings]>
destination_network 192.168.4.20
Step 1 Format vpn sslvpn route add
Mode vpn
Step 2 Format ip_version {IPv4 {destination_network <ipaddress>} {subnet_mask
<subnet mask>} | IPv6 {destination_network6 <ipv6-address>}
{prefix_length <prefix length>}}
Mode [sslvpn-route-settings]
Keyword Associated
Parameter to Type
Description
ip_version IPv4 or IPv6 Specifies the IP version of the destination network for the
route:
• IPv4. The network address is an IPv4 address. You need to
issue the destination_network and subnet_mask
keywords and specify an IPv4 address and subnet mask.
• IPv6. The network address is an IPv6 address. You need to
issue the destination_network6 and prefix_length
keywords and specify an IPv6 address and prefix length.
destination_network ipaddress If the ip_version keyword is set to IPv4, the IPv4 address
of the destination network for the route.
subnet_mask subnet mask If the ip_version keyword is set to IPv4, the subnet mask
of the destination network for the route.
destination_network6 ipv6-address If the ip_version keyword is set to IPv6, the IPv6 address
of the destination network for the route.
prefix_length prefix length If the ip_version keyword is set to IPv6, the prefix length
of the destination network for the route.










