Hello this is my first post. I've read through all the posts which may relate to my problem but nothing I could see that I tried worked.
I want to restrict all workstations web internet access based on their ip address with the exception of 3 workstations.
For reference I'll use the following as the addresses in this config.
1) ISP assigned ip 199.199.64.26
2) Internal address range 192.168.1.0-254
3) exceptions 192.168.1.10,11 and 13
4) router address 192.168.0.254
5) PIX 515E inside address 192.168.1.1
6) PIX outside interface address 192.168.0.1
PIX configured with NAT etc. successfully so far no problems.
web block on subnet 192.168.1-254 with the exception of 192.168.1.10,11 and 13
I tried the following:
access-list browser_control permit tcp host 192.168.1.10 any
<repeat this line for 192.168.11 and 13>
access-list browser_control deny tcp any host 199.199.64.26
access-group browser_control in interface inside
This retricts ALL addresses including those in the permit statement from browsing the web.
I tried swapping around the permit and deny statement so first the deny any then the permit on those explicit addresses, I tried using the internet router address 192.168.0.254 instead of the ISP assigned public address but it either permits all addresses or denies all addresses.
Is it possible to configure this firewall so that I can selectively allow access to a given number of workstations based on their ip addresses?
Thanks very much in advance for your help.
revahi
I want to restrict all workstations web internet access based on their ip address with the exception of 3 workstations.
For reference I'll use the following as the addresses in this config.
1) ISP assigned ip 199.199.64.26
2) Internal address range 192.168.1.0-254
3) exceptions 192.168.1.10,11 and 13
4) router address 192.168.0.254
5) PIX 515E inside address 192.168.1.1
6) PIX outside interface address 192.168.0.1
PIX configured with NAT etc. successfully so far no problems.
web block on subnet 192.168.1-254 with the exception of 192.168.1.10,11 and 13
I tried the following:
access-list browser_control permit tcp host 192.168.1.10 any
<repeat this line for 192.168.11 and 13>
access-list browser_control deny tcp any host 199.199.64.26
access-group browser_control in interface inside
This retricts ALL addresses including those in the permit statement from browsing the web.
I tried swapping around the permit and deny statement so first the deny any then the permit on those explicit addresses, I tried using the internet router address 192.168.0.254 instead of the ISP assigned public address but it either permits all addresses or denies all addresses.
Is it possible to configure this firewall so that I can selectively allow access to a given number of workstations based on their ip addresses?
Thanks very much in advance for your help.
revahi