splitting connections from one IP to other IP is possible ?

These are old archives. They are kept for historic purposes only.
Post Reply
thehoesat
Posts: 5
Joined: Sat Apr 02, 2005 8:50 am

splitting connections from one IP to other IP is possible ?

Post by thehoesat »

:lol:

Hello,

I have two ircd servers i receive all the clients connections to one
IP address i can split the 50% of this connection to an other IP
address ?

Any suggestion ?

I have configured the dns round-robin but work only with one
URL and i have only two IP address no name are associated to this
IP address.

Thank You
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

I have configured the dns round-robin but work only with one
URL and i have only two IP address no name are associated to this
IP address
DNS has nothing to do with URLs, so you're going to need to clarify here. A round-robin is the only way to do what you want.
-- codemastr
Jappy
Posts: 9
Joined: Mon Apr 11, 2005 11:23 pm
Location: montreal
Contact:

Post by Jappy »

exemple of round-robin ,

server a: ip = 123.45.67.89 -
server b: ip = 87.65.43.21 -

irc.domain.tld - A = 123.45.67.89
irc.domain.tld - A = 87.65.43.21

that way, the adress point on both ip, if your registar do it
Post Reply