Linking weird problem
Posted: Tue Oct 12, 2004 9:25 pm
I successfuly linked to servers, and then in a sudden the leaf disconnected:
... and now they won't connect anymore, I get the following which is pretty weird since both passwords are the same in both .conf files:
Link block of the hub (moria):
Link block of the leaf (mordor):
Pretty weird ... any ideas? I've tried changing the passwords,
Thank you in advance.
Code: Select all
[Tue Oct 12 15:36:35 2004] - SQUIT moria.ircserver.com (Ping timeout)Code: Select all
(23!17) Server (moria.ircserver.com) *** LocOps -- Link denied (Authentication failed [Bad password?]) [@2xx.2xx.x7.x2.36330]Code: Select all
link mordor.ircserver.com
{
username *;
hostname 2xx.2xx.x7.x2;
bind-ip 6x.x5.1xx.x1;
port 7000;
leaf *;
password-connect "somepasswd";
password-receive "somepasswd";
class servers;
options {
ssl;
zip;
};
};Code: Select all
link moria.ircserver.com
{
username *;
hostname 6x.x5.1xx.x1;
bind-ip 2xx.2xx.x7.x2;
port 7000;
hub *;
password-connect "somepasswd";
password-receive "somepasswd";
class servers;
options {
ssl;
zip;
autoconnect;
};
};Pretty weird ... any ideas? I've tried changing the passwords,
Thank you in advance.