Jan 26, 2005 #1 ppark001 MIS Jul 11, 2001 102 US Cisco 2600 version 12.0 Is there a step by step procedure on how to set up a VPN user. Documentation? thanks so much in advance, p.park
Cisco 2600 version 12.0 Is there a step by step procedure on how to set up a VPN user. Documentation? thanks so much in advance, p.park
Jan 28, 2005 #2 Dimpa1 Technical User Jan 27, 2005 42 US VPN Client 3.x to Router: Use this sample config, just take out all the authentication stuff. Router to Client http://www.cisco.com/en/US/products...s_configuration_example09186a00801c4246.shtml ip local pool vpnpool 192.168.190.1-192.168.190.254 crypto isakmp policy 90 encr 3des authentication pre-share group 2 ! crypto isakmp client configuration group 3000client key cisco123 dns 14.1.1.10 wins 14.1.1.20 domain cisco.com pool vpnpool ! crypto ipsec transform-set myset esp-3des esp-sha-hmac ! crypto dynamic-map dynmap 90 set transform-set myset ! crypto map mymap client configuration address respond crypto map mymap 90 ipsec-isakmp dynamic dynmap ! interface Serial 0 crypto map mymap "Unemployed Upvote 0 Downvote
VPN Client 3.x to Router: Use this sample config, just take out all the authentication stuff. Router to Client http://www.cisco.com/en/US/products...s_configuration_example09186a00801c4246.shtml ip local pool vpnpool 192.168.190.1-192.168.190.254 crypto isakmp policy 90 encr 3des authentication pre-share group 2 ! crypto isakmp client configuration group 3000client key cisco123 dns 14.1.1.10 wins 14.1.1.20 domain cisco.com pool vpnpool ! crypto ipsec transform-set myset esp-3des esp-sha-hmac ! crypto dynamic-map dynmap 90 set transform-set myset ! crypto map mymap client configuration address respond crypto map mymap 90 ipsec-isakmp dynamic dynmap ! interface Serial 0 crypto map mymap "Unemployed