bind on ppp

Pete Ehlke pde at ehlke.net
Tue May 21 23:46:05 UTC 2002


On Wed, May 22, 2002 at 12:36:33AM +0200, Robert Kuenster wrote:
> 
> Hello,
> I run a BIND 9.2 server on a PPP connection, my ISP disconnects me
> every 24 hours and the problem is that BIND usually needs about 1 hour
> to notice that the IP has changed (it writes a message like 'no longer 
> listening on ip x.y.z.x' to the log file) and to start listening on the 
> new ip,
> does anybody know how to solve this?

interface-interval 
                   The server will scan the network interface list every
                   interface-interval minutes. The default is 60
                   minutes. If set to 0, interface scanning will only
                   occur when the configuration file is loaded. After the
                   scan, listeners will be started on any new interfaces 
                   (provided they are allowed by the listen-on configuration).
                   Listeners on interfaces that have gone away will be 
                   cleaned up. 


So you want to add an interface-interval statement to the options{}
block of your named.conf.

-Pete


More information about the bind-users mailing list