cmptrguru7
IS-IT--Management
I am trying to get VPN PPTP to pass throuh the pix. I issued the following commands and the VPN worked to my internal server, but all the computers on the inside of the pix could not get out.
access-list acl-out permit tcp host x.x.x.x host x.x.x.x eq 1723
access-list acl-out permit gre host x.x.x.x host x.x.x.x
access-group acl-out in interface outside
static (inside,outside) tcp x.x.x.x 1723 y.y.y.y 1723 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.x y.y.y.y netmask 255.255.255.255 0 0
When the last command is issued I loose all internet activity in my internal network, but the VPN works and all outside connections are allowed in. When the pix is rebooted and the command is removed internet is restored, but VPN stops.
Any ideas?
access-list acl-out permit tcp host x.x.x.x host x.x.x.x eq 1723
access-list acl-out permit gre host x.x.x.x host x.x.x.x
access-group acl-out in interface outside
static (inside,outside) tcp x.x.x.x 1723 y.y.y.y 1723 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.x y.y.y.y netmask 255.255.255.255 0 0
When the last command is issued I loose all internet activity in my internal network, but the VPN works and all outside connections are allowed in. When the pix is rebooted and the command is removed internet is restored, but VPN stops.
Any ideas?