Page 1 of 1

[Split] Dont hate me but it`s about linking two servers :(

Posted: Sun Jul 18, 2010 11:25 pm
by ^TuRBo^
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

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;};
       
};
And the code for IRC2.mydomain.nl is as follow

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;
		};
};
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?

Re: [Split] Dont hate me but it`s about linking two servers

Posted: Mon Jul 19, 2010 12:16 am
by katsklaw
As an oper on IRC1 try typing: /connect irc2* 8001

Mod Note: Topic split from 5 year old thread.

Re: [Split] Dont hate me but it`s about linking two servers

Posted: Mon Jul 19, 2010 10:23 am
by ^TuRBo^
Ah its working! well thanks! The error that i was making was connecting via IP instead of connecting to the domain.