Hi Guys,
I'm hoping someone can give me a quick hand on this, we've got a simple pptp vpn working at the moment and want to upgrade to Ipsc. I've had a look around at guides, other peoples configurations etc and i've cobbled this lot
together. Reckon this would work?
sysopt connection permit-ipsec
sysopt connection permit-l2tp
crypto ipsec transform-set test esp-des esp-md5-hmac
crypto ipsec transform-set test mode transport
crypto ipsec security-association lifetime seconds 3600
crypto dynamic-map dyna 20 match address test
crypto dynamic-map dyna 20 set transform-set test
crypto map mymap 10 ipsec-isakmp dynamic dyna
crypto map mymap client authentication LOCAL
crypto map mymap interface outside
isakmp enable outside
isakmp key <enter key> address 0.0.0.0 netmask 0.0.0.0 no-xauth no-config-mode
isakmp nat-traversal 20
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 1
isakmp policy 20 lifetime 3600
vpdn group test accept dialin l2tp
vpdn group test ppp authentication chap
vpdn group test ppp authentication mschap
vpdn group test client configuration address remoteippool
vpdn group test client configuration dns <your DNS Server IP>
vpdn group test client authentication local
vpdn username Test1 password <password>
vpdn enable outside
With this command, I take it the key needs to match the key entered on the VPN software at the client? What needs to be in the address field?
isakmp key <enter key> address 0.0.0.0 netmask 0.0.0.0 no-xauth no-config-mode
Any help with this will be really appreciated
I'm hoping someone can give me a quick hand on this, we've got a simple pptp vpn working at the moment and want to upgrade to Ipsc. I've had a look around at guides, other peoples configurations etc and i've cobbled this lot
together. Reckon this would work?
sysopt connection permit-ipsec
sysopt connection permit-l2tp
crypto ipsec transform-set test esp-des esp-md5-hmac
crypto ipsec transform-set test mode transport
crypto ipsec security-association lifetime seconds 3600
crypto dynamic-map dyna 20 match address test
crypto dynamic-map dyna 20 set transform-set test
crypto map mymap 10 ipsec-isakmp dynamic dyna
crypto map mymap client authentication LOCAL
crypto map mymap interface outside
isakmp enable outside
isakmp key <enter key> address 0.0.0.0 netmask 0.0.0.0 no-xauth no-config-mode
isakmp nat-traversal 20
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 1
isakmp policy 20 lifetime 3600
vpdn group test accept dialin l2tp
vpdn group test ppp authentication chap
vpdn group test ppp authentication mschap
vpdn group test client configuration address remoteippool
vpdn group test client configuration dns <your DNS Server IP>
vpdn group test client authentication local
vpdn username Test1 password <password>
vpdn enable outside
With this command, I take it the key needs to match the key entered on the VPN software at the client? What needs to be in the address field?
isakmp key <enter key> address 0.0.0.0 netmask 0.0.0.0 no-xauth no-config-mode
Any help with this will be really appreciated