I Need to know the access list to permit access to a PC to browse a website
www.chennai.bsnl.co.in and other links located in the same website. At the same time deny an access to rest of the internet sites
when i give below command:
access-list 110 permit ip host 192.168.5.191 host 210.212.240.242
The abv command allows the system whose ip is 192.168.5.191 to browse the website 210.212.240.242 whereas when I click the sublink called Query by Name(Business) URL is
http://www.chennai.bsnl.co.in/newdq/dq.asp?URLname=BusName.htm, browser displays an error authentication failure.
My question is, the 192.168.5.191 pc should be given access only to all the query URLS located in
www.chennai.bsnl.co.in. And rest of the internet sites is to be restricted.
Pls. help me to resolve this issue.
Thanks in advanse
Regards
Saraswathy
Believe it or not I could not find this on the web. I need to know the access list I would have to create on the pix to block a pc from accessing the internet. assuming the pc's ip is 192.168.1.23, the dns is throught he server 192.168.1.5, and the access-list that was created was 101
would it be something like this:
access-list 101 deny tcp 192.168.1.23 0.0.0.0 any eq www ?
Start Free Trial