From owner-freebsd-hackers Fri May 23 17:28:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA26344 for hackers-outgoing; Fri, 23 May 1997 17:28:02 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA26326 for ; Fri, 23 May 1997 17:27:58 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id KAA08535; Sat, 24 May 1997 10:27:46 +1000 (EST) Date: Sat, 24 May 1997 10:27:45 +1000 (EST) From: "Daniel O'Callaghan" To: Josef Karthauser cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Named -- Specifying addresses to bind to. In-Reply-To: <19970523140504.34429@pavilion.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 23 May 1997, Josef Karthauser wrote: > > All you have to do is start named before the aliases. > > > Which it doesn't do in the new /etc/rc* files. :( > BTW I want it to bind to one of the aliases. It doesn't matter if it also > binds to the network address of the card. Why do you want to bind to one of the aliases? You aren't running your own secondary on the same machine, are you? That would be terrible - it defeats the purpose of the secondary. It's hard to cover all possibilities in /etc/rc.*, but I can see that it might be sensible to start named between the initial ifconfigs and the alias ifconfigs. Danny