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.