Page 1 of 1

[FIXED][10053] Software caused connection abort

Posted: Mon Sep 07, 2009 4:17 am
by miniCruzer
This error occurs when users try to connect to my server. I connect just fine, and so do the Services.

I've turned off my firewall for good measure as a test

I've factored out my router from the situation

I'm directly connected to my Modem

SHOUTcast ports function 100%

UnrealIRCd is listening here:

Code: Select all

listen	  *:6660-6669;

Re: [FIXED][10053] Software caused connection abort

Posted: Fri Sep 11, 2009 11:12 pm
by miniCruzer
I figured out the problem... from another non-UnrealIRCd Forum :o

UnrealIRCd was confused by all of the ports, so it's recommended that you use 1-2 ports.

Code: Select all

listen          *:6667
listen          *:6660

Re: [FIXED][10053] Software caused connection abort

Posted: Sun Sep 13, 2009 12:14 pm
by Jobe
miniCruzer wrote:I figured out the problem... from another non-UnrealIRCd Forum :o

UnrealIRCd was confused by all of the ports, so it's recommended that you use 1-2 ports.

Code: Select all

listen          *:6667
listen          *:6660
Never had a problem with using 6660-6669,7000,6697,8000 and many others all at the same time myself. Sounds to me much like a very localized problem, eg one of the ports in the block was already bound to something, so the rest didn't bind.