Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: vasu on February 09, 2004, 07:02:05 AM

Title: squid acl error cilent is not working
Post by: vasu on February 09, 2004, 07:02:05 AM
hi
 everybody i insatlled and configured rh9.0 and squid.with squid script i having some errro

  this is my acl script

acl ip_acl src 172.16.1.30/24
acl time_acl time 23:00-24:00
http_access allow ip_acl time_acl
http_access deny all

 i run above scripts but i having some error client does,t working time restriction
i start everytime this script squid is comming error please help mee
           2004/02/09 00:23:23| aclParseIpData: WARNING: Netmask masks away part of the specified IP in '172.16.1.30/24'
Title: squid acl error cilent is not working
Post by: Ricky on February 09, 2004, 10:58:06 AM
why don't you use the correct format as i had suggested here.. That is all..  
http://www.linuxsolved.com/forums/viewtopic.php?t=116
give address in full.. like 192.168.0.1/255.255.255.0  
I think squid don't understand that short notation like 24 or 32.. but i m not sure about it..
BTW.. Your this question is not so unique so  i think you should ask that in earlier thread where you had asked about the time acl.. :)