Hello BlueCrack,
I noticed in the console logging file, it seems it does not allow to ping internally. Here is the log of the PIX.
106010: Deny inbound icmp src outside:192.168.20.150 dst inside:192.168.25.81 (t ype 8, code 0)
106011: Deny inbound (No xlate) tcp src outside:192.168.20.150/1237 dst outside
Here is the only access-list that I define from PIX
access-list japvpn permit ip 192.168.0.0 255.255.0.0 130.2.0.0 255.255.0.0
The Nat I define is
nat (inside) 0 access-list japvpn
Conduit permit icmp any any
ip local pool pptp-pool 192.168.20.150-192.168.20.159
Everything seems to be fine, including login, internal network can view the PPTP client.
However PPTP client cannot ping the Internal network, beign block by PIX. Is there away to allow PPTP client to ping and access the resource of internal network.
What comamnd shall i used ?
Thanks
Glory3321