I'm banging my head against the wall. I'm working for a client who had this firewall configured by another vendor, no longer in business, and I know nothing about PIXs but am firewall literate. I've read the info on and but I cannot seem to enter the commands needed to open up ports 21 and 5800. There seems like there should be a config module within the telnet session but entering the strings listed in the above web pages take me back to the help list.
I'm relatively certain that the access is provided by way of access-lists and not conduits:
access-list acl_out permit icmp any any
access-list acl_out permit tcp any any
access-list acl_out permit udp any any
access-list acl_in permit tcp any host 66.109.226.35 eq www
access-list acl_in permit tcp any host 66.109.226.35 eq pop3
access-list acl_in permit tcp any host 66.109.226.35 eq smtp
conduit permit tcp host 66.109.226.35 eq 1723 any
conduit permit gre host 66.109.226.35 any
fixup protocol ftp 21
I just need to add the additional access-lists to allow ftp and 5800 for VNC. Can someone help me PLEASE!!!
Thanks for your time
I'm relatively certain that the access is provided by way of access-lists and not conduits:
access-list acl_out permit icmp any any
access-list acl_out permit tcp any any
access-list acl_out permit udp any any
access-list acl_in permit tcp any host 66.109.226.35 eq www
access-list acl_in permit tcp any host 66.109.226.35 eq pop3
access-list acl_in permit tcp any host 66.109.226.35 eq smtp
conduit permit tcp host 66.109.226.35 eq 1723 any
conduit permit gre host 66.109.226.35 any
fixup protocol ftp 21
I just need to add the additional access-lists to allow ftp and 5800 for VNC. Can someone help me PLEASE!!!
Thanks for your time