Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up New VPN User

Status
Not open for further replies.

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
 
VPN Client 3.x to Router: Use this sample config, just take out all the authentication stuff.

Router to Client

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top