|
|
| Author |
Message |
ct7331 none

Joined: 05 Mar 2008 Posts: 14
|
Posted: Mar 31, 2008 6:11am Post subject: Round Robin IRC |
|
|
| Basically, I need help setting up a round robin to make sure that irc.mydomain.net goes to server 1, server 2, or server 3. Im not sure how to do this and any help will be grateful! |
|
| Back to top |
|
 |
PingBad Guru

Joined: 05 Feb 2005 Posts: 2075 Location: New Zealand
|
Posted: Mar 31, 2008 6:18am Post subject: |
|
|
create multiple DNS records for your zone with the same name but different IPs... for example:
zone network.tld {
irc IN A 1.1.1.1
irc IN A 1.1.1.2
irc IN A 1.1.1.3
}
and so forth |
|
| Back to top |
|
 |
ct7331 none

Joined: 05 Mar 2008 Posts: 14
|
Posted: Mar 31, 2008 6:38am Post subject: |
|
|
| Ive done a lot of research on this, however I am still not too sure where to change the zone file, extra software needed, and whether or not I need to change info on godaddy. |
|
| Back to top |
|
 |
callisto none

Joined: 30 Dec 2006 Posts: 37
|
Posted: Mar 31, 2008 7:21am Post subject: |
|
|
| ct7331 wrote: | | Ive done a lot of research on this, however I am still not too sure where to change the zone file, extra software needed, and whether or not I need to change info on godaddy. |
Use the dns control panel cPanel, Plesk or whatever they use. |
|
| Back to top |
|
 |
ct7331 none

Joined: 05 Mar 2008 Posts: 14
|
Posted: Mar 31, 2008 10:29am Post subject: |
|
|
| I have had a good look around and I cant seem to find anything. |
|
| Back to top |
|
 |
greg27 Lurker

Joined: 07 Oct 2006 Posts: 161 Location: Australia
|
Posted: Mar 31, 2008 4:46pm Post subject: |
|
|
| what control panel are you using? is this on a shared box, or a vps/dedicated server? do you have root access? |
|
| Back to top |
|
 |
ct7331 none

Joined: 05 Mar 2008 Posts: 14
|
Posted: Apr 01, 2008 4:37am Post subject: |
|
|
| I am using a VPS. The control panel they use is HyperVM. I have FTP, putty and root axx to the VPS too. |
|
| Back to top |
|
 |
ct7331 none

Joined: 05 Mar 2008 Posts: 14
|
Posted: Apr 03, 2008 2:32pm Post subject: |
|
|
| Anyone know? |
|
| Back to top |
|
 |
greg27 Lurker

Joined: 07 Oct 2006 Posts: 161 Location: Australia
|
Posted: Apr 03, 2008 3:56pm Post subject: |
|
|
you need to edit your zone file for your domain as pingbad said. if you're not sure how, i recommend installing webmin, it simplifies a lot of tasks (such as adding a records  |
|
| Back to top |
|
 |
ct7331 none

Joined: 05 Mar 2008 Posts: 14
|
Posted: Apr 06, 2008 6:28am Post subject: |
|
|
I have installed webmin and I am trying to configure BIND in there now. But its not working and is starting to annoy me. If annoy can help please contact me  |
|
| Back to top |
|
 |
greg27 Lurker

Joined: 07 Oct 2006 Posts: 161 Location: Australia
|
Posted: Apr 06, 2008 7:22am Post subject: |
|
|
| in webmin, go to servers > bind dns server, click on the zone for your irc network domain name (there should be an 'existing DNS zones' list). from there, click 'Address' and just add however many irc.yourdomain.com entries you like, each pointing to the ip address of a different server. apply the configuration, and you're done. |
|
| Back to top |
|
 |
ct7331 none

Joined: 05 Mar 2008 Posts: 14
|
Posted: Apr 07, 2008 11:43am Post subject: |
|
|
I shall try this.
p.s you can find me on irc.kingnetcodingnetwork.net |
|
| Back to top |
|
 |
|