Hi,

If you want some help on configuring squid try to use webmin, it as a good 
interface for squid.

before webmin try something like that:

acl mynet1 src 192.168.0.1-192.168.0.254/255.255.255.0
acl mynet2 src 10.106.6.1-10.106.6.254/255.255.255.0
acl mynet3 src 172.168.11.1-172.168.11.254/255.255.255.0

acl mytime1 time 04:00-00:00
acl mytime2 time 10:00-17:00
acl mytime3 time 02:00-22:00

just after acl src all 0.0.0.0/0.0.0.0
then

go where you see put your own rules here

and add
http_access allow mynet1 mytime1
http_access allow mynet2 mytime2
http_access allow mynet3 mytime3


Le Lundi 3 Décembre 2001 08:37, vous avez écrit :
> > The thing here is that i need squid to be configured in a way
> > that it will provide service to specific "ip range" at a
> > "specific time"
> >
> > For ex.,
> >
> >  network 10.106.6.0 can only access the squid proxy from 4am-12am only,
> >  network 172.168.11.0 can access the squid proxy from 10am-5pm only,
> >  network 192.168.0.0 could access the squid proxy from 2am-10pm only,
Aide Florent
Alphacentauri
http://www.alphacent.com/opensource
-- 
Luke Skywalker:
        I used to bullseye womp rats in my T-16 back home.
        They're not much bigger than two meters.

Reply via email to