Page 1 of 1

Linking servers problem

Posted: Thu Jan 24, 2008 1:30 am
by Eposig
Hi :).
I have setup a unrealircd 3.2.7 server and wanted to try linking it, with another server.
This is my, link block.

Code: Select all

link irc.2sniffit.dk
{
username *;
hostname 88.191.65.135;
bind-ip *;
port 7000;
hub *;
password-connect "<pass>";
password-receive "<pass>";
class servers;
options {
autoconnect;
zip;
nohostcheck;
};
};
I use the same block on the other server, except the ip's and hostnames.
I have read alot about it, but still cant get it to work.
Regards eposig.

Re: Linking servers problem

Posted: Thu Jan 24, 2008 3:44 pm
by Jobe
The error message that indicates what's wrong would be helpful.

As in /oper on one server, set apropriate snomasks on yourself and then make them link and watch.

Re: Linking servers problem

Posted: Fri Jan 25, 2008 2:06 am
by Eposig
oh yea sorry.

Code: Select all

 Connecting to xx.116.57.xxx[xx.116.57.xxx].
*** LocOps -- ERROR :from xx.116.57.xxx -- Link denied (No matching link configuration) [@xx.191.65.xxx.3090]
*** LocOps -- ERROR :from xx.116.57.xxx-- Closing Link: [xx.191.65.xxx] (Link denied (No matching link configuration))
 *** LocOps -- Server xxx.116.57.xxx closed the connection
I have tried all kind of setup, im able to find, but still not work.

Re: Linking servers problem

Posted: Fri Jan 25, 2008 9:01 am
by Jobe
That error usually means the link block's hostname, username AND password-*'s all do not match.

Re: Linking servers problem

Posted: Thu Jan 31, 2008 3:54 am
by Eposig
Now that i got that fixed, i got another problem.

Code: Select all

   04:46    —irc.2sniffit.dk— *** Notice -- Connection to irc.miaw.net[87.116.57.170] activated.
    04:46    —irc.2sniffit.dk— *** LocOps -- ERROR :from irc.miaw.net[87.] -- Server irc.2sniffit.dk already exists from irc.2sniffit.dk
    04:46    —irc.2sniffit.dk— *** LocOps -- ERROR :from irc.miaw.net[87.] -- Closing Link: [88] (Server Exists)
    04:46    —irc.2sniffit.dk— *** LocOps -- Server irc.miaw.net[87.] closed the connection
EDIT : Its working now. Just lock or delete this Topic.