Quote:
Originally posted by cgelectek
acl office_net src 192.168.1.0\255.255.255.0
acl lunch_net time MTWTF 12:00-1:00
http_access allow office_net lunch_net
http_access deny office_net
|
the letter for thursday is supposed to be H (not T), AFAIK... and since this post was made on a thursday (june 6) that could be why it didn't work...
as for the time, try with 12:00-13:00... like this:
Code:
acl office_net src 192.168.1.0\255.255.255.0
acl lunch_net time MTWHF 12:00-13:00
http_access allow office_net lunch_net
http_access deny office_net