I am trying to set up a PIX520 to accept VPN-connections from W2k and XP client.
With the following configuration the "PPTP-tunnel" goes up but the clients can't access any machines on the inside:
access-list 106 permit ip 111.11.11.0 255.255.255.0 192.168.1.0 255.255.255.0
ip local pool pptp-pool 192.168.1.1-192.168.1.50
nat (inside) 0 access-list 106
sysopt connection permit-pptp
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 auto
vpdn group 1 client configuration address local pptp-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username user1 password password1
(where 111.11.11.0 is my internal IP-range)
The outside clients have various IP-addresses but what I understand they are translated through the pptp-pool, or?
With the following configuration the "PPTP-tunnel" goes up but the clients can't access any machines on the inside:
access-list 106 permit ip 111.11.11.0 255.255.255.0 192.168.1.0 255.255.255.0
ip local pool pptp-pool 192.168.1.1-192.168.1.50
nat (inside) 0 access-list 106
sysopt connection permit-pptp
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 auto
vpdn group 1 client configuration address local pptp-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username user1 password password1
(where 111.11.11.0 is my internal IP-range)
The outside clients have various IP-addresses but what I understand they are translated through the pptp-pool, or?