Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2002 00:01:18 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
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>
In-Reply-To: <3328792581.20021101014813@list.ru>
References:  <3328792581.20021101014813@list.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,POINTOPOINT,RUNNING,MULTICAST> 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




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