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

Re: [LI] Net Access Restriction



> Hi all,
> 
> Am unable to restrict access to a particular range of IPs to  the Net at
> a particular range of time with my proxy Server. I tried  to configure

Hi,

Add these lines in your squid.conf .

acl restrict src 192.168.1.38-192.168.1.50/32
(you can give your own range of IPs to be restricted)

http_access deny restrict
and finally 
http_access allow all

Cheers
Sunil Sarat

--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.