These are old archives. They are kept for historic purposes only.
Eposig
Posts: 3 Joined: Thu Jan 24, 2008 1:23 am
Post
by Eposig » Thu Jan 24, 2008 1:30 am
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
Post
by Jobe » Thu Jan 24, 2008 3:44 pm
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:
Your Country:
Eposig
Posts: 3 Joined: Thu Jan 24, 2008 1:23 am
Post
by Eposig » Fri Jan 25, 2008 2:06 am
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
Post
by Jobe » Fri Jan 25, 2008 9:01 am
That error usually means the link block's hostname, username AND password-*'s all do not match.
Your IP:
Your Country:
Eposig
Posts: 3 Joined: Thu Jan 24, 2008 1:23 am
Post
by Eposig » Thu Jan 31, 2008 3:54 am
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.