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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

crete a vpn using a pix 501 and win xp

Status
Not open for further replies.

creelman

Technical User
Jul 21, 2003
4
0
0
GB
can anyone help? i need to create a vpn between a pix 501 and a computer using win xp
 
Hi,
We use a Cisco VPN client it works very good ( better then the XP client)


Eran
erans@convergys.co.il
 
As Eran pointed "Cisco VPN client it works very good ( better then the XP client)". However, if you would like to use MS vpn client, here is quoted from go to
How to setup VPN for MS VPN clients on Cisco PIX

To setup VPN for MS VPN clients on Cisco PIX, you need to add the following lines.
access-list 101 permit ip 10.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0
ip local pool bigpool 192.168.1.1-192.168.1.254
nat (inside) 0 access-list 101
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe 128
vpdn group 1 client configuration address local bigpool
vpdn group 1 client configuration dns yourdns
vpdn group 1 client configuration wins yourwins
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username username password *********
vpdn enable outside


Robert Lin, MS-MVP, MCSE & CNE
Windows, Network and How to at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top