I'm trying to link Anope with UnrealIRCD (I've done it many, many times before) but I seem to get an error;
'Server services.BLAH.org[SOMEIP] closed the connection'[12:01:05] (9:12:16) -hub.BLAH.org- *** LocOps -- Server services.BLAH.org[SOMEIP] closed the connection
[12:01:05] (9:12:18) -hub.BLAH.org- *** Notice -- (link) Link hub.BLAH.org -> services.BLAH.org[@SOMEIP.53259] established
[12:01:05] (9:12:18) -hub.BLAH.org- *** Notice -- Link services.BLAH.org -> hub.BLAH.org is now synced [secs: 0 recv: 10.544 sent: 187.202]
What does this mean? It sucessfully linked, and all in working order. It also happens with my stats server, which is on the same box as the services+hub.
Here is my link-block;
services.conflink services.BLAH.org
{
username *;
hostname SOMEIP;
bind-ip *;
port 32597;
hub *;
password-connect "somepwd";
password-receive "somepwd";
class servers;
};
My services log shows nothing out of the oridinary, nor does my ircd.logRemoteServer SOMEIP 32597 "somepwd"
It worked absolutely perfect until I got a new dedi, and now- blah...
I think the problem may lie in its using the same IP address, but I did it the exactly the same way as I did before (except change the IPs) and now I get this error...
Any ideas?