Page 1 of 1

Problems Connecting

Posted: Mon Jun 27, 2005 4:37 pm
by ShdwShinobi
I have my server already set up, and it's running, but when i try to connect to it, it says 'Connection Refused'. So i checked the status, and it says MaxClients = 0

Here is the image of the status page [incase this is relevant]
http://img174.echo.cx/img174/6808/unrealstatus9tg.jpg
Image

Posted: Mon Jun 27, 2005 5:19 pm
by Jason
That Max Clients is not the maximum allowed, but the most that have been connected at once.

Double check your LISTEN lines/blocks

Posted: Mon Jun 27, 2005 5:40 pm
by ShdwShinobi
this is my listen block:

listen *:6601 {
options {
clientsonly;
};
};

Posted: Tue Jun 28, 2005 5:22 pm
by Jason
Ok. What command do you use to connect to your server?

Posted: Sat Dec 03, 2005 4:34 pm
by Caveman
Im having the same problem. I have the lastest (3.2.3)

This is the listen block

listen *:666* {
options {
clientsonly;
};
};

listen *:66*;

I think that is right, but i cant connect even via 127.0.0.1

Could anyone help me?

Posted: Sat Dec 03, 2005 5:03 pm
by Dukat
You can't use * in the port setting.
Read the documentation:
http://www.vulnscan.org/UnrealIRCd/unre ... istenblock