These are old archives. They are kept for historic purposes only.
ShdwShinobi
Posts: 2 Joined: Mon Jun 27, 2005 4:31 pm
Post
by ShdwShinobi » Mon Jun 27, 2005 4:37 pm
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
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 » Mon Jun 27, 2005 5:19 pm
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 » Mon Jun 27, 2005 5:40 pm
this is my listen block:
listen *:6601 {
options {
clientsonly;
};
};
Jason
Posts: 570 Joined: Mon Jun 14, 2004 5:09 pm
Post
by Jason » Tue Jun 28, 2005 5:22 pm
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 » Sat Dec 03, 2005 4:34 pm
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?