I wish to open up a specific port on my cisco pix 501 I have the follwoing access lists already.
access-list outside permit tcp any host nn.nnn.nnn.nnn eq smtp (hitcnt=73)
access-list outside permit tcp any host nn.nnn.nnn.nnn eq access-list inside permit tcp any any eq access-list inside permit tcp any any eq https (hitcnt=72)
access-list inside permit udp any any eq domain (hitcnt=4517)
access-list inside permit tcp any any eq smtp (hitcnt=48)
access-list inside permit tcp any any eq ftp (hitcnt=4)
access-list inside permit udp any any eq ntp (hitcnt=80)
I have tried adding the following lines to open the port
access-list outside permit tcp any any eq PORT-NO
access-list outside permit udp any any eq PORT-NO
(Where PORT-NO is the port I want to open).
But this port still seems to be unavailable.
Do I need to do a fixup command for the port or do I need to allow the port on the inside interface also (i think not as traffic is not blocked as standard on an outgoing basis.
Thanks,
Matt
access-list outside permit tcp any host nn.nnn.nnn.nnn eq smtp (hitcnt=73)
access-list outside permit tcp any host nn.nnn.nnn.nnn eq access-list inside permit tcp any any eq access-list inside permit tcp any any eq https (hitcnt=72)
access-list inside permit udp any any eq domain (hitcnt=4517)
access-list inside permit tcp any any eq smtp (hitcnt=48)
access-list inside permit tcp any any eq ftp (hitcnt=4)
access-list inside permit udp any any eq ntp (hitcnt=80)
I have tried adding the following lines to open the port
access-list outside permit tcp any any eq PORT-NO
access-list outside permit udp any any eq PORT-NO
(Where PORT-NO is the port I want to open).
But this port still seems to be unavailable.
Do I need to do a fixup command for the port or do I need to allow the port on the inside interface also (i think not as traffic is not blocked as standard on an outgoing basis.
Thanks,
Matt