Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Henrik on April 08, 2009, 10:39:37 PM

Title: FATAL: Can't connect to any servers: Connection refused. Can't find the error
Post by: Henrik on April 08, 2009, 10:39:37 PM
Hey again guys. Trying my luck again. Trying to link anope with Unreal. I get the "classic"  FATAL: Can't connect to any servers: Connection refused when I start services. After starting Unread i see with netstat -a that port 9999 is there and accepting connections. /stats U also shows that services.nordicurk.com is there... Have been staring at the logs for hours but can't figure it out. sure it's something silly, maybe a pro can throw an eye at it?

Here's the -debug info from anope:
http://www.irry.com/neo/bilder/temp/services.log.20090408

The services.conf:
http://www.irry.com/neo/bilder/temp/services.conf

Unreal conf:
http://www.irry.com/neo/bilder/temp/unrealircd.conf

Thanks in advance.  ;D
Title: Re: FATAL: Can't connect to any servers: Connection refused. Can't find the error
Post by: Adam on April 08, 2009, 10:44:59 PM
You're connecting to localhost (127.0.0.1) on port 9999, but your IRCd is listening on 192.168.0.100:9999.
Title: Re: FATAL: Can't connect to any servers: Connection refused. Can't find the error
Post by: Henrik on April 08, 2009, 11:27:24 PM
You're connecting to localhost (127.0.0.1) on port 9999, but your IRCd is listening on 192.168.0.100:9999.

You're the man!

[00:26:11] -Global- Services are now back online - have a nice day
-
[00:26:11] * services.nordicurk.com sets mode: +h

For some reason I thought that it would listen to local to. My bad. THanks a billion man.  ;D