Anyone know how to delete conduits using 5.2(6) on a 506 firewall. Also, what's the best way to allow a machine from outside to get to one server on the inside.
I'm sorry, I'm not sure what you mean. My problem is that I have no proof that the static has actually worked because even if I turn the machine off, I can ping it and get replys back. I'm running FOS 5.2(6), is the version too old or something?
> I have no proof that the static has actually worked because even if I turn the machine off, I can ping it and get replys back
That's OK. I've seen that behavior in other pix implementations.
The pix is actually answering the ICMP on behalf of the internal host.
I don't know if this is good or bad, but your static works.
You should make the test using FTP client or TELNET to port 21 to see the real host.
The coduit command is like this:
conduit permit tcp host myserver eq ftp host remoteclient
myserver = the registered ip address specified in the "static" command.
If you're using nonstandard ftp port (other then 21), you should also add:
fixup protocol ftp ...
NOTE: the order is reversed versus access-list. In conduit the destination "global" address and port are first, then the originating "foreign" source address.
Some links:
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.