round-robin

Joe Kattner joe.kattner at adelphia.com
Thu Nov 8 18:24:29 UTC 2001


That looks correct. As the DNS & BIND book recommends, shorten the ttl on
round robin records to something fairly low (they use 60 in the example), so
that these records don't live very long and get cycled.

The reverse should match the forward, especially in cases where you know
that a provided service on that host uses forward and reverse name checking
to make sure they match up as a security feature. You show a 1 PTR to 1 A
record, in the example which would be correct. 

--Joe

-----Original Message-----
From: Michele Chubirka [mailto:chubirka at gwu.edu]
Sent: Thursday, November 08, 2001 12:47 PM
To: Bind-Users
Subject: round-robin



What is the correct way to add pointer records for round-robined records?
$ORIGIN gwu.edu.
smtp	IN	A	10.10.10.3
smtp	IN	A	10.10.10.4

Should I have two pointer records for each IP address pointing to smtp?

$ORIGIN 10.10.10.IN-ADDR.ARPA.
3	PTR	smtp.gwu.edu.
4     PTR	smtp.gwu.edu.

Michele Chubirka
Unix Systems Administrator
George Washington University
202-994-5791 


More information about the bind-users mailing list