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

These are old archives. They are kept for historic purposes only.
Post Reply
^TuRBo^
Posts: 2
Joined: Sun Jul 18, 2010 11:10 pm

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

Post 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?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

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

Post by katsklaw »

As an oper on IRC1 try typing: /connect irc2* 8001

Mod Note: Topic split from 5 year old thread.
^TuRBo^
Posts: 2
Joined: Sun Jul 18, 2010 11:10 pm

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

Post by ^TuRBo^ »

Ah its working! well thanks! The error that i was making was connecting via IP instead of connecting to the domain.
Post Reply