Page 1 of 1

linked 2 servers

Posted: Sun Jul 04, 2010 3:48 pm
by punkdd
would help, I am struggling to link a server for my bad results .....

would be in my => unrelaircd.conf

LINKS TO ######## *** *** Servers #######
############################################
* /

services.TestServ.Org link
(
username *;
xxx.xxx.xxx hostname;
xxx.xxx.xxx bind ip;
port 8855;
hub *;
xiu connection password ";
get password "xiu"
class servers;
options (
);
);


Newserver link? . TesteServ.Org <= New Server ?????? or not?
(
username *;
ip hostname of the server again? ;
bind ip *;
port 8855;
hub *;
xiu connection password ";
get password "xiu";
class servers;
options (
);
);

Uline (
services.testserv.Org;
stats.Testserv.Org;
);

drpass (
r3st4rt restart ";
die "m0rr4";
);

.............
learn it all for me friends .. thanks .......

Re: linked 2 servers

Posted: Sun Jul 04, 2010 4:14 pm
by katsklaw
your link blocks are not correct. Please see: Link Block on how to properly format your link blocks.

As a side note, your drpass block is wrong too. Please see: drpass block to fix that. As well as your Uline block.

In fact, please read the entire Help document as I'm sure there is more to this pattern than revealed.

Re: linked 2 servers

Posted: Sun Jul 04, 2010 5:04 pm
by Stealth
Also as a side note your configuration is appearing to use parenthesis ( ) and not curly brackets { }. There is a difference and your server should be failing to even start, or at least giving you a flood of configuration errors as a result.

Re: linked 2 servers

Posted: Sun Jul 04, 2010 7:15 pm
by katsklaw
DOH! .. good eyes Stealth.