From owner-freebsd-questions Thu Oct 31 16: 1:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4E437B401 for ; Thu, 31 Oct 2002 16:01:35 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8988343E75 for ; Thu, 31 Oct 2002 16:01:34 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gA101NLf072329 for ; Fri, 1 Nov 2002 00:01:24 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gA101INe072328 for freebsd-questions@FreeBSD.ORG; Fri, 1 Nov 2002 00:01:18 GMT Date: Fri, 1 Nov 2002 00:01:18 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: lizard named[63]: deleting interface [194.44.39.40].53 Message-ID: <20021101000118.GA72153@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <3328792581.20021101014813@list.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3328792581.20021101014813@list.ru> User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-14.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, USER_AGENT,USER_AGENT_MUTT version=2.41 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 01, 2002 at 01:48:13AM +0200, Anton wrote: > Hello everybody! > > Help me please. What is this: > > lizard named[63]: deleting interface [194.44.39.40].53 > > This message appears sometimes while I browse in the inet. > And after that I can use only IP addresses in my browser :( > > > Here is output of ifconfig: > > ~# ifconfig tun0 > tun0: flags=8051 mtu 1500 > inet 194.44.39.33 --> 193.193.217.138 netmask 0xffffff00 > Opened by PID 754 That's your named noticing that your PPP interface got a different IP number the last time you dialed up. By default, named will scan your interfaces once an hour to detect changes, and will rebind to any new addresses it finds. You can make named rescan the interfaces faster by putting eg. options { interface-interval 1; } into named.conf, which will cause named to rescan the interfaces once a minute. That should mean you won't have to wait for longer than a minute after you dial up before DNS resolution starts working again. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message