Now, I've got 3 questions about this:
1.) If I set up a hostname e.g. irc.domain.com, how do I get it so that users connection to irc.domain.com get loadbalanced/split between server1.domain.com and server2.domain.com?
2.) I've got the link blocks going as follows:
Are these link blocks OK? Or do I need to change them?link server2.domain.com
{
username *;
hostname server1.domain.com;
bind-ip *;
port 7028;
password-connect "meh";
password-receive "meh";
class servers;
};
link server1.domain.com
{
username *;
hostname server2.domain.com;
bind-ip *;
port 7028;
password-connect "meh";
password-receive "meh";
class servers;
};
3.) In the servers respective unrealircd.conf's, do I have to set duplicate O-lines in each? Or just set the O-lines in one, and leave it at that?
Any general hints are appreciated
-A.