I have a pptp setup from XP to PIX. problem is that XP side after connecting cannot access anything on the pix side. are there additional routes or access lists that need to be applied?
the relevant config I have is as follows:
access-list 80 permit ip 10.10.24.0 255.255.255.0 ip address outside 64.1.2.4 255.255.255.240
ip address inside 10.10.24.3 255.255.255.010.10.25.0 255.255.255.0
ip local pool my-addr-pool 10.10.24.10-10.10.24.20
nat (inside) 0 access-list 80
route outside 0.0.0.0 0.0.0.0 64.1.2.4 1
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local my-addr-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username nathan password *********
vpdn enable outside
the relevant config I have is as follows:
access-list 80 permit ip 10.10.24.0 255.255.255.0 ip address outside 64.1.2.4 255.255.255.240
ip address inside 10.10.24.3 255.255.255.010.10.25.0 255.255.255.0
ip local pool my-addr-pool 10.10.24.10-10.10.24.20
nat (inside) 0 access-list 80
route outside 0.0.0.0 0.0.0.0 64.1.2.4 1
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local my-addr-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username nathan password *********
vpdn enable outside