[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Alias nameserver
- Subject: Re: [cobalt-users] Alias nameserver
- From: Gerald Waugh <gerald@xxxxxxxxx>
- Date: Thu Dec 27 16:49:02 2001
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday 27 December 2001 07:38 pm, you wrote:
> On Thursday 27 December 2001 04:29 pm, you wrote:
> > Does anyone no how to make bind answer request to more than one IP on a
> > Raq3?
>
> use options in /etc/named.conf
> options {
> listen-on { ip.ad.re.ss; ip.ad.re.ss; 127.0.0.1 };
> }
>
Opps forgot a semi after 127.0.0.1;
listen-on { ip.ad.re.ss; ip.ad.re.ss; 127.0.0.1 };
Gerald