Squid issue

Hello All,

I am running a squid server based on SUSE. I wanted to implement time ranges for users who use Internet through this server. I was able to implement time restriction on one system but when i implement the restriction on multiple systems, it read the one at a time.

The acl looks like this

acl james src 192.168.100.126 / 255.255.255.0
acl jacob src 192.168.100.146 / 255.255.255.0
acl all src 0.0.0.0 / 0.0.0.0
acl lunch time M T W H F 18:00-20:00
acl lunch1 time M T W H F 12:00-18:00
http_access allow james lunch
http_access allow jacob lunch1
http_access deny all

Any idea on where is the issue in this acl…

regards,
Ghulam Yaseen

no reply since last three days.

Best Regards,
Ghulam yaseen