Good morning,
I have a Pix 501 and my ISP has given me 2 IP addresses. I have a webserver/email server that I would like to allow traffic to.
I gave the outside interface on the pix the IP address of my webserver and used the 2nd address for the global out. I am able to leave from inside the firewall and I am able to VPN into the firewall and connect to a box on the inside of my network but I am unable to access my website or send e-mail.
x.x.x.x = address of my webserver registered in DNS as well as the outside interface of my Pix.
I have the following:
access-list acl_in permit tcp any host x.x.x.x eq pop3
access-list acl_in permit tcp any host x.x.x.x eq smtp
access-list acl_in permit tcp any host x.x.x.x eq ftp
access-list acl_in permit tcp any host x.x.x.x eq pptp
access-list acl_in permit tcp any host x.x.x.x eq 1604
static (inside,outside) x.x.x.x y.y.y.y netmask 255.255.255.255 0 0
Thank you
I have a Pix 501 and my ISP has given me 2 IP addresses. I have a webserver/email server that I would like to allow traffic to.
I gave the outside interface on the pix the IP address of my webserver and used the 2nd address for the global out. I am able to leave from inside the firewall and I am able to VPN into the firewall and connect to a box on the inside of my network but I am unable to access my website or send e-mail.
x.x.x.x = address of my webserver registered in DNS as well as the outside interface of my Pix.
I have the following:
access-list acl_in permit tcp any host x.x.x.x eq pop3
access-list acl_in permit tcp any host x.x.x.x eq smtp
access-list acl_in permit tcp any host x.x.x.x eq ftp
access-list acl_in permit tcp any host x.x.x.x eq pptp
access-list acl_in permit tcp any host x.x.x.x eq 1604
static (inside,outside) x.x.x.x y.y.y.y netmask 255.255.255.255 0 0
Thank you