linked 2 servers

These are old archives. They are kept for historic purposes only.
Post Reply
punkdd
Posts: 2
Joined: Sat Jun 19, 2010 3:53 am

linked 2 servers

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

Re: linked 2 servers

Post 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.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: linked 2 servers

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

Re: linked 2 servers

Post by katsklaw »

DOH! .. good eyes Stealth.
Post Reply