Hi, i defined some rules for the PIX 501 to permit only this
connections :
access-list inbound permit icmp any any
access-list inbound permit tcp any any eq www
access-list inbound permit tcp any any eq ftp-data
access-list inbound permit tcp any any eq ftp
access-list inbound permit tcp any any eq 5800
access-list inbound permit udp any any eq 5800
access-list inbound permit udp any any eq 5900
access-list inbound permit tcp any any eq 5900
access-list inbound permit tcp any any eq https
I will now deny all other outgoing and incoming connections, for instance voip, smtp a.s.o.
i defined this two rules for incomings, but it does not effect and i dont know how it should be for outgoing connections!
access-list inbound deny tcp any any
access-list inbound deny udp any any
???
What i do wrong?
thanks
connections :
access-list inbound permit icmp any any
access-list inbound permit tcp any any eq www
access-list inbound permit tcp any any eq ftp-data
access-list inbound permit tcp any any eq ftp
access-list inbound permit tcp any any eq 5800
access-list inbound permit udp any any eq 5800
access-list inbound permit udp any any eq 5900
access-list inbound permit tcp any any eq 5900
access-list inbound permit tcp any any eq https
I will now deny all other outgoing and incoming connections, for instance voip, smtp a.s.o.
i defined this two rules for incomings, but it does not effect and i dont know how it should be for outgoing connections!
access-list inbound deny tcp any any
access-list inbound deny udp any any
???
What i do wrong?
thanks