Windows installation help!

These are old archives. They are kept for historic purposes only.
Post Reply
freakout9903
Posts: 4
Joined: Fri May 21, 2004 3:10 am

Windows installation help!

Post 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?
Ron2K

Post by Ron2K »

Some possibilities:
  1. 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.
  2. You're attempting to connect to a "serversonly" port
  3. 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 :P ).
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post 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
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Ron2K

Post 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 :P
freakout9903
Posts: 4
Joined: Fri May 21, 2004 3:10 am

Post 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# .
freakout9903
Posts: 4
Joined: Fri May 21, 2004 3:10 am

Post 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)?
Ghost4126
Posts: 22
Joined: Sat Apr 24, 2004 9:08 pm

Post by Ghost4126 »

Acctually, windows has tons of processes running, although they might not be running on those ports. Also, what client are you using?
freakout9903
Posts: 4
Joined: Fri May 21, 2004 3:10 am

Post 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.
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post 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...
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Post Reply