how to redirect server

These are old archives. They are kept for historic purposes only.
Post Reply
steven_elvisda
Posts: 15
Joined: Sat Apr 23, 2005 12:09 pm

how to redirect server

Post by steven_elvisda »

Hello everyone I have something problem please everyone help me:

Now i'm running irc server with unreal3.2.3. I have two server one is one.test.com and two.test.com.

my plan:
- I want to use irc.test.com. When user type /server irc.test.com to join my server I two of my server above are Random (that mean sometime connect to one.test.com and sometime connect to two.test.com) just user type /server irc.test.com.

how can i do as i said ? Please have fun to help me. :)

thanks in advance.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Use a DNS round-robin...

Simply add 2 A records in your DNS for irc.test.com, and have them be the IP's of the 2 server, like so:

If the first servers IP is 1.2.3.4, and the second servers IP is 1.2.3.5, add entries like this to your DNS
A irc.test.com 1.2.3.4
A irc.test.com 1.2.3.5

The DNS will send users to the different servers itself.

Perhaps there should be a FAQ entry on this...
steven_elvisda
Posts: 15
Joined: Sat Apr 23, 2005 12:09 pm

Post by steven_elvisda »

Stealth wrote:Use a DNS round-robin...

Simply add 2 A records in your DNS for irc.test.com, and have them be the IP's of the 2 server, like so:

If the first servers IP is 1.2.3.4, and the second servers IP is 1.2.3.5, add entries like this to your DNS
A irc.test.com 1.2.3.4
A irc.test.com 1.2.3.5

The DNS will send users to the different servers itself.

Perhaps there should be a FAQ entry on this...
Sorry Stealth can you tell me more detail about DNS round-robin? and where can I i get it?

cuz i abit poor about this.

thanks :)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You just have to set it up in your DNS servers... (Or let your DNS admin do it... :P)
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Post Reply