Hello Everyone,
I am having touble with configuring PPTP to work with the PIX 501. I have 5 global static addresses and am using one for pat for the internal network and one for pptp traffic.
I have created a static map for the PPTP on the pix
static (inside, outside) 155.22.31.1 10.0.0.1 netmask 255.255.255.255
This is not the actual global address just made one up. I then wrote this into my config.
ip local pool my-addr-pool 10.0.0.15-10.0.0.110
vpdn group 1 accept dialin pptp
vpdn group 1 client configuration address local my-addr-pool
vpdn enable outside
access-list acl_out permit tcp any host 155.22.31.1 eq telnet
access-group acl_out in interface outside
I created this access-list alone as well as with the one above also.. but it did not work
access-list acl_out permit tcp any host 155.22.31.1 eq 1723
access-group acl_out in interface outside
any adivice? or can anyone point me to a location where can find info on doing this?
Thanks in advance
Bill