Re: [squid-users] error netmask

From: Henrik Nordstrom <hno@dont-contact.us>
Date: 27 Feb 2003 15:09:18 +0100

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 <hno@squid-cache.org>
MARA Systems AB, Sweden
Received on Thu Feb 27 2003 - 07:09:26 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:44 MST