tor 2003-02-27 klockan 19.35 skrev deny:
> hello
> i always have this error when i start squid  
> ./squid 
> 
> 2003/02/27 13:31:37| aclParseIpData: WARNING: Netmask masks away part of
> the specified IP in '192.168.0.1/255.255.255.0'
> 
> 
> i ve add in my squid.conf the lines 
> 
> acl poste1 src 192.168.0.1
> acl poste2 src 192.168.0.3
> http_access allow poste1
> http_access allow poste2

These lines does not match the above error.. the above error indicates
you have written 192.168.0.1/255.255.255.0 somewhere, which is not the
same as 192.168.0.1

192.168.0.1/255.255.255.0 indicates a network with an impossible network
address, and is why Squid warns about it.

Regards
Henrik

-- 
Henrik Nordstrom <[EMAIL PROTECTED]>
MARA Systems AB, Sweden

Reply via email to