04-05-2011 12:37 AM
Hi All,
Can anybody tell me how to configure cisco easy VPN Server and client in IOS Router (with diagram)?
Solved! Go to Solution.
04-05-2011 12:40 AM
04-05-2011 01:13 AM
1/ Yes, "crypto dynamic map" is required because that will allow all remote access vpn to connect to the VPN server. You will use static crypto map if you are configuring LAN-to-LAN VPN tunnel and when the peer address is static.
2/ "ip default-gateway 172.16.186.1" is not required.
3/ The route-map is assigned to the NAT statement. However you can just use ACL assigned to the NAT statement, you don't have to use route-map if you don't want to. The example does not have any NAT configured, that's why the ACL is permit ip any any. If you already have existing NAT statement, you can just deny the VPN server LAN from being NATed when it's going towards the remote server LAN.
04-05-2011 12:40 AM
Here we go:
http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a0080808395.shtml
Hope that helps.
04-05-2011 01:01 AM
04-05-2011 01:13 AM
1/ Yes, "crypto dynamic map" is required because that will allow all remote access vpn to connect to the VPN server. You will use static crypto map if you are configuring LAN-to-LAN VPN tunnel and when the peer address is static.
2/ "ip default-gateway 172.16.186.1" is not required.
3/ The route-map is assigned to the NAT statement. However you can just use ACL assigned to the NAT statement, you don't have to use route-map if you don't want to. The example does not have any NAT configured, that's why the ACL is permit ip any any. If you already have existing NAT statement, you can just deny the VPN server LAN from being NATed when it's going towards the remote server LAN.
04-05-2011 01:18 AM
Thank you Jennifer..
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide