Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Round Robin dns

0 views
Skip to first unread message

Craig B

unread,
Jun 1, 2007, 2:25:00 PM6/1/07
to
Trying to configure round robin dns for a web site. Have the technote
Configuring Round Robin but not quite following it.

I have made three A records with the same name and different IP's and add
the dword reg key for Roundrobin set at 1. Tracerouting shows it simply goes
the first one in the list over and over.

What have i missed? Using Windows 2003 SP2 on the dns machines using a
standard primary not ad integrated zone

thanks

Kevin D. Goodknecht Sr. [MVP]

unread,
Jun 1, 2007, 5:37:49 PM6/1/07
to
Read inline please.

In news:C4D3020B-0F12-4C3B...@microsoft.com,
Craig B <Cra...@discussions.microsoft.com> typed:

Round robin rotates the order of the record on each consecutive DNS query,
this does not apply to cached records, cached queries are not rotated, when
the TTL on the cached record expires on the client, and the client queries
DNS again, the DNS server returns the records according to the rotation of
the records when last queried by any client.
You also have to consider the effect of Netmask ordering of the records if
Netmask ordering is enabled. Netmask ordering overrides Round Robin. DNS
will order the records by the closest match of the querying client, so if
you want the records rotated without regards of Netmask ordering, you need
to disable Netmask ordering.
Even with Netmask ordering disabled and round robin enabled, is no guarantee
the same client will get the records re-ordered on each consecutive query
because other clients querying that same name and caching of the records
affects the order of the records.
If you want to see round robin in action, you'll need stop the DNS Client
service
(net stop dnscache) and disable netmask ordering, but even this is affected
by other clients.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps

===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


0 new messages