[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Off TOPIC more then one ip on the same DNS record.
On Thu, 24 Feb 2000, The Lizard wrote:
> I know that it is NOT a "true" linux Question but here goes...
> After searching Deja (without any luck) Can some one tell me how to give a
> DNS record more then one IP address ?
> I know that it can be done (for example do anslookup cnn.com).
> I have BIND4 (i know...oldi but can't upgrade at the current time)
BIND4, BIND8, no matter, the RFC is the same... just add the same
machine a few times...
www IN A 555.1212.123.456
www IN A 555.1212.123.457
www IN A 555.1212.123.458
(with real IP addresses, should I add?)
I suggest you move to BIND8 asap though, for security and other
reasons. all that needs translating is named.boot to the new named.conf
format, and there's a perl script in the package that does it for you
very simply.
--
Ira Abramov ; Penguinophile ; www.linux.org.il
I've run DOOM more in the last few days than I have the last few
months. I just love debugging ;-)
(Linus Torvalds)
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il