1
|
In configure mode, create an address object for the remote network, specifying the name, zone assignment, type, and address. In this example, we use the name OfficeLAN:
|
(config[TZ200]> address-object Office LAN
(config-address-object[OfficeLAN])>
2
|
To display the address object, type the command show address-object [name]:
|
TZ200 > show address-object OfficeLAN
The output will be similar to the following:
address-object OfficeLAN
network 192.168.15.0 255.255.255.0
zone VPN
(config[TZ200])> vpn policy OfficeVPN pre-shared
(config-vpn[OfficeVPN])>
(config-vpn[OfficeVPN])> pre-shared-secret SonicWALL
(config-vpn[OfficeVPN])> gw ip-address 10.50.31.104
(config-vpn[OfficeVPN])> advanced keepalive
(config[TZ200])> vpn enable "OfficeVPN"
(config-vpn[OfficeVPN])> finished
(config[TZ200])>
The configuration is complete.