I have an internal network as follows:
10.186.32.0
10.186.33.0
10.186.34.0
My pix interfaces are named inside and outside.
I want the 10.186.32.0 hosts to be able access any servers on the internet.
I want the 10.186.33.0 and 10.186.34.0 hosts to only be able to access 3 sites on the internet. I have written the following access-list. Does it achieve my goals? Is it efficient? Is the syntax correct?
access-list acl_out permit tcp 10.186.32.0 255.255.255.0 any any
access-list acl_out permit tcp 10.186.33.0 255.255.255.0 64.12.184.57 www
access-list acl_out permit tcp 10.186.34.0 255.255.255.0 64.12.184.57 www
access-list acl_out permit tcp 10.186.33.0 255.255.255.0 64.4.52.7 www
access-list acl_out permit tcp 10.186.34.0 255.255.255.0 64.4.52.7 www
access-list acl_out permit tcp 10.186.33.0 255.255.255.0 64.4.53.7 www
access-list acl_out permit tcp 10.186.34.0 255.255.255.0 64.4.53.7 www
access-group acl_out in interface outside
Any help is greatly appreciated!
10.186.32.0
10.186.33.0
10.186.34.0
My pix interfaces are named inside and outside.
I want the 10.186.32.0 hosts to be able access any servers on the internet.
I want the 10.186.33.0 and 10.186.34.0 hosts to only be able to access 3 sites on the internet. I have written the following access-list. Does it achieve my goals? Is it efficient? Is the syntax correct?
access-list acl_out permit tcp 10.186.32.0 255.255.255.0 any any
access-list acl_out permit tcp 10.186.33.0 255.255.255.0 64.12.184.57 www
access-list acl_out permit tcp 10.186.34.0 255.255.255.0 64.12.184.57 www
access-list acl_out permit tcp 10.186.33.0 255.255.255.0 64.4.52.7 www
access-list acl_out permit tcp 10.186.34.0 255.255.255.0 64.4.52.7 www
access-list acl_out permit tcp 10.186.33.0 255.255.255.0 64.4.53.7 www
access-list acl_out permit tcp 10.186.34.0 255.255.255.0 64.4.53.7 www
access-group acl_out in interface outside
Any help is greatly appreciated!