Linking Error- Totally Lost...

These are old archives. They are kept for historic purposes only.
Post Reply
cha0s
Posts: 4
Joined: Tue Sep 14, 2004 12:13 am

Linking Error- Totally Lost...

Post by cha0s »

Hey!
I'm trying to link Anope with UnrealIRCD (I've done it many, many times before) but I seem to get an error;
[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]
'Server services.BLAH.org[SOMEIP] closed the connection'
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;
link services.BLAH.org
{
username *;
hostname SOMEIP;
bind-ip *;
port 32597;
hub *;
password-connect "somepwd";
password-receive "somepwd";
class servers;
};
services.conf
RemoteServer SOMEIP 32597 "somepwd"
My services log shows nothing out of the oridinary, nor does my ircd.log
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? :(
Ron2K

Post by Ron2K »

You mentioned that they're running on the same box, so try using 127.0.0.1 as the IPs and see if that has any effect.
cha0s
Posts: 4
Joined: Tue Sep 14, 2004 12:13 am

Post by cha0s »

That wont work, because its on a *nix box with multiple IPs (30)
Post Reply