Date: Wed, 4 Jul 2007 23:02:33 +0200 From: Christoph Schug <chris+freebsd-questions@schug.net> To: Nejc =?iso-8859-15?Q?=A6koberne?= <nejc@skoberne.net> Cc: User Questions <freebsd-questions@freebsd.org> Subject: Re: BIND to listen on all interfaces? Message-ID: <20070704210232.GA12683@voodoo.schug.net> In-Reply-To: <468A2723.8020207@skoberne.net> References: <468A2723.8020207@skoberne.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 03, 2007, Nejc ¦koberne wrote: > I also tried to specify the ADSL IP address in named.conf (it is static), > but it is > still a no go. I don't have such problems with other daemons! Any ideas? Is the interface already up when you are starting BIND? I guess it is not. I haven't tested myself but you might try to add the very same IP you use for your ADSL interface as an alias to the lo0 device. This way the IP is available all the time, thus BIND should be able to listen on it. While it might look strange to have to same IP on two different interfaces (lo0 and ADSL in your case) IIRC it should work flawlessly. Just give it a try and report back if it works or not. -cs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070704210232.GA12683>