I need to let a public ip address (let's use 5.5.5.5) from outside the network into our public network through our Pix firewall. Would this command allow such a thing?
The best way is to do an access control list and a static mapping. I would stay away from conduits, not as much control and Cisco is trying to convert to ACLs.
access-list inbound permit tcp any host [ExternalIP] eq [port#]
access-list inbound deny ip any any
access-group inbound in interface outside
static (inside,outside) tcp [ExternalIP] [port#] [InternalIP] [port#] netmask 255.255.255.255
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.