Guest_imported
New member
- Jan 1, 1970
- 0
I have this set up in my PIX box...and I can can connect, and authenticate, and ping inside hosts via NETBIOS name or IP address. I cannot ping outside hosts from the VPN client, nor can I "browse" network neighborhood. Any ideas? Does this have something to do with default gateway check box? When I check/uncheck that, it just adds to the list of symptoms. BTW, a call to Cisco TS ended up as "There's a problem with your M$ network"....go figure...
access-list nonatinside permit ip 0.0.0.0 255.255.255.0 192.168.11.0 255.255.255.0
nat (inside) 0 access-list nonatinside
ip local pool vpdnpool 192.168.11.1-192.168.11.99
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication mschap
vpdn group 1 client configuration address local vpdnpool
vpdn group 1 client configuration dns 192.168.1.4
vpdn group 1 client configuration wins 192.168.1.4
vpdn group 1 client authentication local
vpdn username cisco password cisco
vpdn enable outside
access-list nonatinside permit ip 0.0.0.0 255.255.255.0 192.168.11.0 255.255.255.0
nat (inside) 0 access-list nonatinside
ip local pool vpdnpool 192.168.11.1-192.168.11.99
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication mschap
vpdn group 1 client configuration address local vpdnpool
vpdn group 1 client configuration dns 192.168.1.4
vpdn group 1 client configuration wins 192.168.1.4
vpdn group 1 client authentication local
vpdn username cisco password cisco
vpdn enable outside