[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Alias nameserver



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