Re: Squid Proxy
| Newsgroups | gmane.org.region.india.fsug-kochi |
|---|---|
| Message-ID | <[email protected]> |
>> acl list1 src 192.168.1.1/255.255.255.0 or by using >> acl list1 src 192.168.1.1-30/255.255.255.0 >> http_access deny list1 >>the entire lan is going disabled Buddy, you are blocking your entire LAN subnet by your own acl. The first acl line gets parsed first and you are blocked! Hth. -- Ragu