[SQU] RE: [SQU] Limiting access

From: Evert Meulie <evert@dont-contact.us>
Date: Mon, 18 Sep 2000 18:00:10 +0200

Fixed it!

I took your example and added a little myself:

-----
acl operateur srcdom_regex -i operator
acl avond time MTWUF 16:30-21:00
acl avond time A 11:00-16:00

http_access deny avond operateur
-----

Thanks for your help! :)

Regards,
        Evert Meulie
Network Manager
Respond AS http://www.respond.as/
Sarpsborg, Norway
Tlf: 69 100 404
Fax: 69 100 401
Mob: 977 53 229
e-post : evert@respond.as

-----Original Message-----
From: Ayland [mailto:lamme@chat.ru]
Sent: Monday, September 18, 2000 1:52 PM
To: Evert Meulie; squid-users@ircache.net
Subject: Re: [SQU] Limiting access

Are there some diffrenet between IP address and Hostanmes ???
I mean that those mashine get DHCP addresses at startup ??
If not, just make acl src and it all...

acl firstOperator src 192.168.0.1/255.255.255.255
acl secondOperator src 192.168.0.2/255.255.255.255
acl evening time MTWHF 16:15-21:14

http_access deny evening firstOperator
http_access deny evening secondOperator
http_access allow firstOperator
http_access allow secondOperator

~Al..
> Hi!
>
> We're having the following situation coming up here that we want all
> machines with the string 'operator' in their hostname to be blocked from
> accessing the Internet on workdays from 16.15 until 21.15. How do I
program
> this, using ACL's? I've looked at it, but I'm having some trouble
> understanding the logic...
>
>
> Regards,
> Evert Meulie
> Network Manager
> Respond AS http://www.respond.as/
> Sarpsborg, Norway
> Tlf: 69 100 404
> Fax: 69 100 401
> Mob: 977 53 229
> e-post : evert@respond.as
>
>
> --
> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
>
>

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Mon Sep 18 2000 - 10:04:18 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:21 MST