I would like to establish a PPTP VPN from behind a Pix firewall ver 6.3 to a Windows 2003 RAS server. The pix uses DHCP for the WAN int.
I have enabled 1723 and 47 with a static statement and an access list. Re-applied the access group. I am not sure what I am missing. If you notice my config, my ftp and 8080 work great. The PPTP source is on a system is running on the inside network. I set up PPTP in my object group. Do I need UDP too? I am pretty sure my static statement is wrong, but cannot find the correct syntax. Here is that attempt:
access-list outside_access_in permit tcp any any eq 1723
access-list outside_access_in permit gre any any
static (inside,outside) tcp interface 1723 10.1.10.x 1723 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 47 10.1.10.x 47 netmask 255.255.255.255 0 0
"Only the dead fish follow the stream"
I have enabled 1723 and 47 with a static statement and an access list. Re-applied the access group. I am not sure what I am missing. If you notice my config, my ftp and 8080 work great. The PPTP source is on a system is running on the inside network. I set up PPTP in my object group. Do I need UDP too? I am pretty sure my static statement is wrong, but cannot find the correct syntax. Here is that attempt:
access-list outside_access_in permit tcp any any eq 1723
access-list outside_access_in permit gre any any
static (inside,outside) tcp interface 1723 10.1.10.x 1723 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 47 10.1.10.x 47 netmask 255.255.255.255 0 0
"Only the dead fish follow the stream"