Date: Tue, 24 Dec 2002 14:00:16 -0800 From: Gary D Kline <kline@thought.org> To: Stacey Roberts <stacey@vickiandstacey.com> Cc: Gary D Kline <kline@thought.org>, FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG> Subject: Re: what do these named messages mean? and ideas? Message-ID: <20021224220016.GA83393@tao.thought.org> In-Reply-To: <1040764005.58381.219.camel@localhost> References: <20021224205738.GA83356@tao.thought.org> <1040764005.58381.219.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 24, 2002 at 09:06:46PM +0000, Stacey Roberts wrote: > On Tue, 2002-12-24 at 20:57, Gary D Kline wrote: > > Hi People, > > > > I've switched back to ipf/ipf.rules until I can figure out > > how to get dhcp working with ipfw. Does anyone have any > > idea why the following messages are being output to > > /var/log/messages? --These messages may not be a concern > > since named really *is* running. > > > > This looks like a packet-filter issue and I am stumped? > > > > Anybody?? > > > > thanks in advance for and insights, > > > > gary > > > > > > > <snipped> > > > [[ ... ]] > > I don't use IPF here, I'm not sure that the above messages are indeed > anything to do with the packet filter. > > *Which* named is running? - sockstat -4l | grep -i named > > If anything, I'd try investigating what *is* using (presumably 53) the > address space requried by bind. If it proves to be some "other" named > process, I'd try stopping and restarting bind. > > Your suspicions that it was *not* the packet filter clued me into the problem, thanks much for the pointer. The bug(s) were that I had parts of my private network listed in my db.thought.org file. RFC1918 says that's a no-no and found the error-output I understand the restriction better. I yanked the local network conf, restarted bind/named, and no errs (!) sockstat reports: root named 236 9 udp4 216.231.43.140:53 *:* root named 236 10 tcp4 216.231.43.140:53 *:* root named 236 11 udp4 10.0.0.1:53 *:* root named 236 12 tcp4 10.0.0.1:53 *:* root named 236 13 udp4 127.0.0.1:53 *:* root named 236 14 tcp4 127.0.0.1:53 *:* root named 236 15 udp4 *:53 *:* ...At least that much is cleared up:-) gary > -- Gary Kline kline@thought.org www.thought.org Public service Unix 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?20021224220016.GA83393>