[Split] Dont hate me but it`s about linking two servers :(
Posted: Sun Jul 18, 2010 11:25 pm
Connect: Server **.***.213.63 is not configured for linking;
Just readed al the availeble documents on this subject, but i am realy breaking my mind on this one The nummerick for IRC1.mydomain.nl is set to "100" For IRC2.mydomain.nl is set to "66" and the ME is the same as both accept the Name line
The code for IRC1.mydomain.nl is as follow
And the code for IRC2.mydomain.nl is as follow
all are uncommented. Anope service working fine on the hub. No troubles at al with that one.
Is someboddy able to help me out with this one?
Just readed al the availeble documents on this subject, but i am realy breaking my mind on this one The nummerick for IRC1.mydomain.nl is set to "100" For IRC2.mydomain.nl is set to "66" and the ME is the same as both accept the Name line
The code for IRC1.mydomain.nl is as follow
Code: Select all
link irc2.mydomain.nl{
username *;
hostname **.***.213.63;
bind-ip *;
port 8001;
leaf *;
password-connect "encrypted";
password-receive "encrypted";
class servers;
options {
nohostcheck;};
};Code: Select all
link irc1.mydomain.nl {
username *;
hostname **.**.28.211;
bind-ip *;
port 8002;
hub *;
password-connect "encrypted";
password-receive "encrypted";
class servers;
options {
nohostcheck;
};
};Is someboddy able to help me out with this one?