U
SER
G
UIDE
271
used to send a DPD (Dead Peer Detection) packet if no packet has been received for N seconds.
set ezvpn ike-dh-group dh1|dh2|dh5
used to set the name of IKE DH Group.
set ezvpn perfect-forward-secrecy dh1|dh2|dh5|nopfs|server
set ezvpn no-perfect-forward-secrecy
used to set the Diffie-Hellman group mode for Perfect Forward Secrecy (PFS).
set ezvpn on
used to activate Easy VPN tunnel.
You find an example of configuration below:
set ezvpn ipsec-gateway 85.34.166.123
set ezvpn ipsec-secret mysecret-key
set ezvpn ipsec-id VPN_Testing
set ezvpn ike-authmode psk
set ezvpn xauth-username user01@SampleVPN
set ezvpn xauth-password 01password01
set ezvpn vendor netscreen
set ezvpn no-masquerade
set ezvpn directive Logging
set ezvpn on
EZVPN
TRIGGER CONFIGURATION
It is possible to configure triggers that will be executed once VPN session with remote peer is
established. For example:
set trigger ezvpn up ip route add 10.1.10.10 dev tun0
set trigger ezvpn up ip route add 10.1.10.0/24 dev tun0
set trigger ezvpn up ip route add 10.3.10.0/24 dev tun0
In the same way, some commands can be configured and they will be executed when the VPN
connection terminates:
set trigger ezvpn down ip route add 10.1.10.10 dev tun0
set trigger ezvpn down ip route add 10.1.10.0/24 dev tun0
set trigger ezvpn down ip route add 10.3.10.0/24 dev tun0