[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Proxy access restriction....hlp pl.



Hi,

Are you using Squid for your proxy server. If it is so, then add these
following lines in the /etc/squid.conf file in the acl section


acl net1 src 192.168.0.200/32
(net1 is any arbitrary name for the acl and 192.168.0.200 is the IP addr. of
the machine you want to deny the service)
acl net2 src 192.168.0.100/32 and so on.....

http_access deny net1
http_acces deny net2

http_access allow all
(This is to allow all others except for the ones specified)


Sunil Sarat



- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------