Linking weird problem

These are old archives. They are kept for historic purposes only.
Post Reply
juanker
Posts: 2
Joined: Tue Oct 12, 2004 9:15 pm

Linking weird problem

Post 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.
juanker
Posts: 2
Joined: Tue Oct 12, 2004 9:15 pm

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