Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2002 09:41:46 +0000
From:      Jeff Penn <jeff@jrpenn.demon.co.uk>
To:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Log about named
Message-ID:  <20021215094146.GA1550@jrpenn.demon.co.uk>
In-Reply-To: <20021215064304.GA3836@kumprang.or.id>
References:  <20021215064304.GA3836@kumprang.or.id>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 15, 2002 at 01:43:04PM +0700, 'budsz' wrote:
> Dec 15 13:42:00 router named[300]: omitting IPv4 interface wi0 from
> localnets ACL: address mask not contiguous
> 
> What that's mean?, It's normally or some problem...? anyone can explain?

Probably an invalid address mask.

The bits defining an address mask must be contiguous and located at the
most significant bits of the host address.

i.e. 255.255.248.0 is valid, but 255.255.250.0 is invalid.
             ^^^                         ^^^
           11111000                   11111010
                                            ^
                          non-contiguous bit
Jeff

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021215094146.GA1550>