Re: [squid-users] netmask

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Mon, 2 Jul 2001 16:25:46 +1000 (EST)

Hi,

On Mon, 2 Jul 2001, TomC wrote:

> Hi all,
> I get this error from var/log/message
> aclParseIpData: WARNING: Netmask masks away part of the specified IP in
> '202.40.130.0/255.255.252.0'
> What is that mean?

You cannot have a 130 subnet with a 252 mask. The valid subnets on the 252
mask must be a multiple of 4, so

202.40.0.0
202.40.4.0
.
.
.
202.40.128.0
202.40.132.0
.
.
.

are the only valid networks. Perhaps you meant 255.255.255.252 for hosts
202.40.130.1 and 202.40.130.2 (202.40.130.0 is the network address and
202.40.130.3 is the broadcast address).

What are you trying to do?

Colin
Received on Mon Jul 02 2001 - 00:25:58 MDT

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