Page 1 of 1
Windows installation help!
Posted: Fri May 21, 2004 3:15 am
by freakout9903
Well i installed unrealircd and from what i think, have my config file setup correct. I corrected all the errors in the service.log . The process starts but i get connection refused on the listen port , even when tryign localhost. Any1 have ne idea's on waht i did wrong?
Posted: Fri May 21, 2004 5:58 am
by Ron2K
Some possibilities:
- Another process is already running on that port. Check your log files, there'll be an error message somewhere there if this is the case.
- You're attempting to connect to a "serversonly" port
- You're a non-SSL client trying to connect to an SSL port
That's all that I can think of at this time (too early in the morning for me to think of much else

).
Posted: Fri May 21, 2004 11:02 am
by jewles
quicknote:
You're a non-SSL client trying to connect to an SSL port
if this is your problem your connection error will be different "[10053] Software caused connection abort"
the problem is most likely linked to your listen ports. I suggest reading up on those and double checking your configuration file... I've been so kind enough to research the docs for you and the link is posted below.
http://www.vulnscan.org/UnrealIrcd/unre ... istenblock
Posted: Fri May 21, 2004 1:01 pm
by Ron2K
jewles wrote:quicknote:
You're a non-SSL client trying to connect to an SSL port
if this is your problem your connection error will be different "[10053] Software caused connection abort"
As I said, it was early in the morning

Posted: Fri May 21, 2004 7:08 pm
by freakout9903
well i DID read throguh the docs....and I am still unsure of why it's not working. wircd.exe is running , and i can't connect on ne of the ports, and there not being used by any other application. My listen ports are:
listen *:6697
{
options
{
ssl;
clientsonly;
};
};
listen *:8067;
listen *:6667;
I am getting connection refused on them all and I am trying to connect using /server localhost port# .
Posted: Fri May 21, 2004 7:12 pm
by freakout9903
And Ron2k, you said "Another process is already running on that port. Check your log files, there'll be an error message somewhere there if this is the case." . I don't have any other poreccesses running. But you say check my logs, are there any log files bsides teh service.log(which has 0 errors)?
Posted: Fri May 21, 2004 7:20 pm
by Ghost4126
Acctually, windows has tons of processes running, although they might not be running on those ports. Also, what client are you using?
Posted: Fri May 21, 2004 7:24 pm
by freakout9903
i meant irc procs on ne of the listen ports

. I'm using Unreal3.2-SSL.exe , using mirc from mirc.com to try and connect of course.
Posted: Fri May 21, 2004 8:44 pm
by jewles
I suggest adding a IP with each port and then atempting to connect to the IP or the systems host name. If that doesn't work, I also suggest figuring out wether or not you are running as a services or not, and if you aren't, checking the ircd.log. If you are running a service, you might have errors in your configuration which may not show up in the ircd.log. Which in that case I suggest uninstalling the service and trying to run the wircd.exe file like you have been...