Linking servers problem

These are old archives. They are kept for historic purposes only.
Post Reply
Eposig
Posts: 3
Joined: Thu Jan 24, 2008 1:23 am

Linking servers problem

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Linking servers problem

Post 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.
Your IP: Image
Your Country: Image
Eposig
Posts: 3
Joined: Thu Jan 24, 2008 1:23 am

Re: Linking servers problem

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Linking servers problem

Post by Jobe »

That error usually means the link block's hostname, username AND password-*'s all do not match.
Your IP: Image
Your Country: Image
Eposig
Posts: 3
Joined: Thu Jan 24, 2008 1:23 am

Re: Linking servers problem

Post 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.
Post Reply