|
|
| Author |
Message |
Revolutionirc none

Joined: 13 Feb 2004 Posts: 23
|
Posted: Mar 14, 2004 1:56pm Post subject: RoundRobin Dns setup help/howto |
|
|
well im lookin to set up a RR dns and cant find any help on google so thought id ask u guys any and all help would be great!
_JaCE
Irc.RevolutionIrc.com
www.RevolutionIrc.com |
|
| Back to top |
|
 |
Talrias Lurker

Joined: 16 Feb 2004 Posts: 160 Location: :noitacoL
|
Posted: Mar 14, 2004 2:28pm Post subject: |
|
|
| What Domain Name Server software are you using? |
|
| Back to top |
|
 |
ed SearchIRC Staff

Joined: 25 May 2003 Posts: 366 Location: Baton Rouge, LA
|
Posted: Mar 14, 2004 3:19pm Post subject: |
|
|
| You might try a service like EveryDNS.net or ZoneEdit.com - both are free, and work well. |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 345
|
Posted: Mar 14, 2004 3:43pm Post subject: |
|
|
A round robin DNS pool is basically just a bunch of A records:
irc IN A 1.1.1.1
irc IN A 2.2.2.2
irc IN A 3.3.3.3
That would make the "irc" subdomain resolve to 1.1.1.1, 2.2.2.2, and 3.3.3.3 |
|
| Back to top |
|
 |
Talrias Lurker

Joined: 16 Feb 2004 Posts: 160 Location: :noitacoL
|
Posted: Mar 14, 2004 4:00pm Post subject: |
|
|
Or CNAME records (which is probably what you'd use).
irc.something.org IN CNAME irc.domain.org
irc.something.org IN CNAME irc.domain2.co.uk
irc.something.org IN CNAME irc.domain3.com
irc.something.org IN CNAME irc.domain4.net |
|
| Back to top |
|
 |
U Eleet

Joined: 18 Jun 2003 Posts: 521 Location: IRC
|
Posted: Mar 14, 2004 11:12pm Post subject: |
|
|
| CNAME is slower-you should A record to IP's whenever possible, or you have multiple lookups-one for the initial address, one for the address it points to. Slows DNS down if you get alot of them at once. Better to point to an IP. |
|
| Back to top |
|
 |
Revolutionirc none

Joined: 13 Feb 2004 Posts: 23
|
Posted: Mar 15, 2004 10:17am Post subject: |
|
|
hey thanks guys! let me try some stuff out then ill give you all a update
_JaCE
Irc.RevolutionIrc.com
www.RevolutionIrc.com |
|
| Back to top |
|
 |
Revolutionirc none

Joined: 13 Feb 2004 Posts: 23
|
Posted: Mar 15, 2004 10:54am Post subject: |
|
|
ok one more question, i have Irc.revo pointed to my server is there a way to, or progie i can use on my nix box to do the RR? im usin mandrake 9.2 w/ static ip ty again
_JaCE
irc.revolutionirc.com
www.revolutionirc.com |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
|
| Back to top |
|
 |
Plasma Newbie

Joined: 10 Dec 2003 Posts: 63
|
Posted: Mar 16, 2004 1:50am Post subject: |
|
|
| codemastr wrote: | A round robin DNS pool is basically just a bunch of A records:
irc IN A 1.1.1.1
irc IN A 2.2.2.2
irc IN A 3.3.3.3
That would make the "irc" subdomain resolve to 1.1.1.1, 2.2.2.2, and 3.3.3.3 |
So how does this work?
If one user connects to the domain name, he will connect to 1.1.1.1, if a second user connects it will goto 2.2.2.2 etc till 3, then back to 1 again (so it increments every DNS request?)
Can someone explain a bit more how this works?
Cheers  |
|
| Back to top |
|
 |
Talrias Lurker

Joined: 16 Feb 2004 Posts: 160 Location: :noitacoL
|
Posted: Mar 16, 2004 8:25am Post subject: |
|
|
Not quite, when a DNS record is requested, a random value is returned. It isn't sequential, it is random.
Chris |
|
| Back to top |
|
 |
Plasma Newbie

Joined: 10 Dec 2003 Posts: 63
|
Posted: Mar 16, 2004 2:33pm Post subject: |
|
|
Cool, thanks  |
|
| Back to top |
|
 |
Revolutionirc none

Joined: 13 Feb 2004 Posts: 23
|
Posted: Jul 27, 2004 5:37pm Post subject: |
|
|
i have webmin installed im just lost at where to edit the dns. i have alot of extra modules installed to include bind and dhcp, just still not to sure where to add all the info.
ty
_JaCE |
|
| Back to top |
|
 |
w00t Eleet

Joined: 09 Jun 2004 Posts: 698 Location: Nowra, Australia
|
Posted: Jul 28, 2004 8:13pm Post subject: |
|
|
| BIND is for DNS. |
|
| Back to top |
|
 |
Revolutionirc none

Joined: 13 Feb 2004 Posts: 23
|
Posted: Jul 31, 2004 4:44pm Post subject: |
|
|
TY for all ur help w00t, i think i found it in bind
_JaCE
Irc.revolutionirc.net
www.revolutionirc.net/nuke |
|
| Back to top |
|
 |
|