View Issue Details

IDProjectCategoryView StatusLast Update
0002081unrealircdpublic2007-04-19 04:52
ReporterPsyk Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.1 
Summary0002081: Doesn't relink automatically
DescriptionOne of my server doesn't reconnect automatically to its hub. The link block is correctly configured as I use the same one (I just change the pass) on other leaf servers. Manual connexions work well, nevertheless the ircd.log file reports an error message when the ircd tries to reconnect automatically to "utopia.ekynox.net" :

"[Mon Sep 20 04:49:01 2004] - Connect to host utopia.ekynox.net[213.186.46.71] failed: Invalid argument
[Mon Sep 20 04:50:42 2004] - Connect to host utopia.ekynox.net[213.186.46.71] failed: Invalid argument"
Additional InformationMy link block (on the server which produces the error) :

link utopia.ekynox.net
{
        username *;
        hostname 213.186.46.71;
        bind-ip *;
        port 7000;
        hub *;
        password-connect "***";
        password-receive "***";
        class servers;
                options {
                        autoconnect;
                        ssl;
                        zip;
                };
};
3rd party modules

Activities

aquanight

2004-09-20 03:18

reporter   ~0007730

Hm... try setting bind-ip to something like your external IP (not 127.0.0.1 but whatever your server's interface says it is, eg 192.168.<something> if your server is behind a router).

Psyk

2004-09-20 05:31

reporter   ~0007732

I did it but it still does not work. Any other idea ? :/

White_Magic

2004-09-20 12:01

reporter   ~0007734

can u paste the server its trying to link too? it maybe help

Issue History

Date Modified Username Field Change
2004-09-20 03:05 Psyk New Issue
2004-09-20 03:18 aquanight Note Added: 0007730
2004-09-20 05:31 Psyk Note Added: 0007732
2004-09-20 12:01 White_Magic Note Added: 0007734
2007-04-19 04:52 stskeeps Status new => closed
2007-04-19 04:52 stskeeps Resolution open => unable to duplicate