Page 1 of 1

Linking weird problem

Posted: Tue Oct 12, 2004 9:25 pm
by juanker
I successfuly linked to servers, and then in a sudden the leaf disconnected:

Code: Select all

[Tue Oct 12 15:36:35 2004] - SQUIT moria.ircserver.com (Ping timeout)
... 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:

Code: Select all

(23!17) Server (moria.ircserver.com) *** LocOps -- Link denied (Authentication failed [Bad password?]) [@2xx.2xx.x7.x2.36330]
Link block of the hub (moria):

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;
                };
};
Link block of the leaf (mordor):

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.

Posted: Wed Oct 13, 2004 10:48 am
by juanker
Ok, fixed it. For some reason I still do NOT understand I found out there were two identical unrealircd.conf files in one of the servers (somebody explain me how that is possible ...). Anyways, deleted both and configured it again and they linked just fine.

Thx anyway.