|
|
| Author |
Message |
SATAN-HHH Eleet

Joined: 29 Nov 2003 Posts: 855 Location: Texas
|
Posted: Jan 17, 2004 5:39pm Post subject: DNS Pool |
|
|
| ok.. I have everything nice and set for my network.. except this one thing. A dsn pool. This is one thing I haven't ever looked into. Can someone help guide me on what I would need to possibly do? Thanks. |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1197 Location: Tampa, FL
|
Posted: Jan 17, 2004 5:57pm Post subject: |
|
|
To setup dns for a server name, you add an A record for servername.networkname.com = 123.123.123.123
For a pool (round robin), you do the same, but set up many ips for the one address.
irc.networkname.com = 123.123.123.123
irc.networkname.com = 123.123.123.124
irc.networkname.com = 123.123.123.125
etc. |
|
| Back to top |
|
 |
SATAN-HHH Eleet

Joined: 29 Nov 2003 Posts: 855 Location: Texas
|
Posted: Jan 17, 2004 6:04pm Post subject: |
|
|
Ok.. but wait.. i actually named main server irc.satan-net.com. Wouldn't I need to not have it named that for dns pool to work. Just making sure... thanks...
btw.. thanks for the help Jason |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1197 Location: Tampa, FL
|
Posted: Jan 17, 2004 6:06pm Post subject: |
|
|
No, that wouldn't hurt anything.
Basically, whatever IP addresses are in the RR/Pool, the user will randomly connect to them. |
|
| Back to top |
|
 |
SATAN-HHH Eleet

Joined: 29 Nov 2003 Posts: 855 Location: Texas
|
Posted: Jan 17, 2004 8:53pm Post subject: |
|
|
| Yea. I got it going now. Thanks for everything. |
|
| Back to top |
|
 |
U Eleet

Joined: 18 Jun 2003 Posts: 521 Location: IRC
|
Posted: Jan 18, 2004 11:07am Post subject: |
|
|
If you want it to be truely 'random' you will need a DNS server that supports round robin, and will shift the entries upon each request. Otherwise, the first server in the list will get full, then will send users to the second, etc.
If you want them to spread out, the dns server has to randomly give them out, in a different order each time. mIRC will typically connect to the first IP its given  |
|
| Back to top |
|
 |
SATAN-HHH Eleet

Joined: 29 Nov 2003 Posts: 855 Location: Texas
|
Posted: Jan 19, 2004 1:13pm Post subject: |
|
|
| U wrote: | If you want it to be truely 'random' you will need a DNS server that supports round robin, and will shift the entries upon each request. Otherwise, the first server in the list will get full, then will send users to the second, etc.
If you want them to spread out, the dns server has to randomly give them out, in a different order each time. mIRC will typically connect to the first IP its given  |
Yea.. it supports round robin, but thanks, I didn't know that. DNS pool was something that was a little new to me. It does seem to be randomizing though for users, as it's now more spread out between the different servers. Thanks U |
|
| Back to top |
|
 |
|