Hi all,
Using PIX 506 v6.2(2) between 2 networks.
Trying to prevent users on inside from accessing any services on the outside other than specified services/hosts per access-lists.
Have setup something like below:
inside IP: 10.10.10.254 /24
outside IP: 99.99.99.99 /24
access-list outbound permit udp any any
access-list outbound permit tcp any eq www
access-list outbound permit tcp any host 99.99.99.98
access-list outbound deny ip any 99.99.99.0
access-list outbound permit ip any any
access-group outbound in interface outside
the goal is to only allow udp based connections, web services to any host and full access to only 1 host. But, the above allows all traffic through, any service (i.e. telnet, ftp, etc) and ignores the deny ip any 99.99.99.0 - it allows anyone inside the PIX to access ANY host on that segment with all services.
what am I missing? Thanks in advance.
Using PIX 506 v6.2(2) between 2 networks.
Trying to prevent users on inside from accessing any services on the outside other than specified services/hosts per access-lists.
Have setup something like below:
inside IP: 10.10.10.254 /24
outside IP: 99.99.99.99 /24
access-list outbound permit udp any any
access-list outbound permit tcp any eq www
access-list outbound permit tcp any host 99.99.99.98
access-list outbound deny ip any 99.99.99.0
access-list outbound permit ip any any
access-group outbound in interface outside
the goal is to only allow udp based connections, web services to any host and full access to only 1 host. But, the above allows all traffic through, any service (i.e. telnet, ftp, etc) and ignores the deny ip any 99.99.99.0 - it allows anyone inside the PIX to access ANY host on that segment with all services.
what am I missing? Thanks in advance.