[afnog] DNS Case
Stephane Bortzmeyer
bortzmeyer at nic.fr
Fri Jan 30 13:27:57 UTC 2009
On Fri, Jan 30, 2009 at 03:13:45PM +0300,
Mbong Ekwoge/Engineering MSO/Kampala <Mbong.Ekwoge at waridtel.co.ug> wrote
a message of 13 lines which said:
> How do I configure Red Hat Linux to advertise two different IP addresses
> for a single host?
The fact that it is RedHat or Gentoo or FreeBSD is irrelevant. The
good question is "What DNS server software?" BIND? NSD? PowerDNS?
In standard zone file format (section 5 of RFC 1035), recognized by
BIND and NSD, this would be simply two lines instead of one:
mymachine IN AAAA 2001:db8:1::1
IN AAAA 2001:db8:1::2
(There are variants, for instance using absolute names and not
relative ones, as I did.)
More information about the afnog
mailing list