uuuuugggh! I've been trying to get this to work for a long time now... I'm out of guesses. I've read a lot of other posts concerning this and have checked many of the suggested solutions but I'm missing something.
(trying) to use W2K/XP clients to VPN to the PIX via PPTP (I'd like to get this running but may also try the cisco client soon). I can connect, get an IP address and everything looks good except that I can't do anything on the remote lan (can't connect to services or even ping known addresses). Local clients get out w/o problems...
Here is the truncated config:
deadfred# sho run
PIX Version 6.2(1)
access-list pptp-pool permit ip any 10.10.20.224 255.255.255.248
ip address outside x.y.z.188 255.255.255.0
ip address inside 10.10.10.1 255.255.255.0
ip local pool vpn-pool 10.10.20.224-10.10.20.231
global (outside) 1 interface
nat (inside) 0 access-list pptp-pool
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 x.y.z.1 1
vpdn group VPNClients accept dialin pptp
vpdn group VPNClients ppp authentication mschap
vpdn group VPNClients ppp encryption mppe 128
vpdn group VPNClients client configuration address local vpn-pool
vpdn group VPNClients client configuration dns 10.10.10.5
vpdn group VPNClients pptp echo 60
vpdn group VPNClients client authentication local
vpdn username testvpn password *********
vpdn enable outside
deadfred#
Is this a 6.2(1) issue or do I need to start drinking heavily...
thanks for any help!
//RB
(trying) to use W2K/XP clients to VPN to the PIX via PPTP (I'd like to get this running but may also try the cisco client soon). I can connect, get an IP address and everything looks good except that I can't do anything on the remote lan (can't connect to services or even ping known addresses). Local clients get out w/o problems...
Here is the truncated config:
deadfred# sho run
PIX Version 6.2(1)
access-list pptp-pool permit ip any 10.10.20.224 255.255.255.248
ip address outside x.y.z.188 255.255.255.0
ip address inside 10.10.10.1 255.255.255.0
ip local pool vpn-pool 10.10.20.224-10.10.20.231
global (outside) 1 interface
nat (inside) 0 access-list pptp-pool
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 x.y.z.1 1
vpdn group VPNClients accept dialin pptp
vpdn group VPNClients ppp authentication mschap
vpdn group VPNClients ppp encryption mppe 128
vpdn group VPNClients client configuration address local vpn-pool
vpdn group VPNClients client configuration dns 10.10.10.5
vpdn group VPNClients pptp echo 60
vpdn group VPNClients client authentication local
vpdn username testvpn password *********
vpdn enable outside
deadfred#
Is this a 6.2(1) issue or do I need to start drinking heavily...
thanks for any help!
//RB