From owner-freebsd-questions Tue Sep 7 11:55:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 79F35155F4 for ; Tue, 7 Sep 1999 11:55:12 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.8.8/8.8.8) with ESMTP id FAA13431; Tue, 7 Sep 1999 05:12:13 -0700 (PDT) (envelope-from bright@wintelcom.net) Date: Tue, 7 Sep 1999 12:12:13 +0000 (GMT) From: Alfred Perlstein To: Christopher Michaels Cc: "FreeBSD Questions (E-mail)" Subject: Re: Specifying interface bind binds to? In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105C29@site2s1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 7 Sep 1999, Christopher Michaels wrote: > Hi, > I just setup bind to use the bind "sandbox". Everything works except that > it is trying to bind to every interface on the system, and since my system > is on a dynamic ip, it can't bind to the new ip's when they are assigned to > tun0. > > Is there any option to tell bind to only to 'bind' to one interface? I > didn't see anything relevant in the man page or the named.conf You can try the "listen-on" directive: options { ... listen-on { ip.add.es.s ; } ; }; I haven't been able to find anything in bind that helps it deal with an interface's IP address changing. Maybe you can use a ppp directive to restart named if the interface changes? hope this helps, -Alfred > > Thanks, > -Chris > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message