Problems Connecting

These are old archives. They are kept for historic purposes only.
Post Reply
ShdwShinobi
Posts: 2
Joined: Mon Jun 27, 2005 4:31 pm

Problems Connecting

Post 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
Last edited by ShdwShinobi on Mon Jun 27, 2005 6:45 pm, edited 1 time in total.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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
Why the hell can't my signature be empty?
"Your message contains too few characters."
ShdwShinobi
Posts: 2
Joined: Mon Jun 27, 2005 4:31 pm

Post by ShdwShinobi »

this is my listen block:

listen *:6601 {
options {
clientsonly;
};
};
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Ok. What command do you use to connect to your server?
Why the hell can't my signature be empty?
"Your message contains too few characters."
Caveman

Post 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?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You can't use * in the port setting.
Read the documentation:
http://www.vulnscan.org/UnrealIRCd/unre ... istenblock
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Post Reply