Ulterius Technologies LLC FDN40 Manual Do Utilizador

Página de 388
 
CHAPTER 17: RAVPN 
`FDN40ConfigUM/20160505 
386 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
17.3.11.1 RAVPN Server Configuration 
IPSec RAVPN is installed in the R1 and the below mentioned commands are 
executed to configure the IPSec policy in IKEv1 mode. 
 
1.    Create VLAN interface 100 and assigning an IP 
UltOs# configure terminal 
UltOs#interface lan 0/1 
UltOs#no shutdown 
UltOs#exit 
UltOs#vlan 100 
UltOs#ports add lan 0/1 
UltOs#exit 
UltOs#interface vlan 100 
UltOs#ip address 192.168.1.0 255.255.255.0 
UltOs#no shutdown 
UltOs#exit 
 
2.  Assigning an IP to WAN 0/1 interface 
UltOs#interface wan 0/1 
UltOs#ip address 35.0.0.1 255.255.255.0 
UltOs#no shutdown 
UltOs#exit 
 
3.  Enable VPN and its parameter 
UltOs#set vpn enable 
UltOs#vpn remote-access server 
UltOs#vpn remote identity keyId CLIENT psk KEY12345 
UltOs#ra-vpn username myravpnuser password myravpnpass 
UltOs#ip ra-vpn pool myravpnpoolname 192.168.2.1 – 192.168.2.2 
4.  Create crypto map 
UltOs#crypto map sa 
UltOs#set ike version v1 
UltOs#crypto ipsec mode tunnel 
UltOs#crypto key mode ravpn-preshared-key 
UltOs#set peer 0.0.0.0 
UltOs#isakmp local identity keyId SERVER 
UltOs#isakmp peer identity keyId CLIENT