[FIXED][10053] Software caused connection abort

These are old archives. They are kept for historic purposes only.
Post Reply
miniCruzer
Posts: 10
Joined: Mon Sep 07, 2009 4:10 am

[FIXED][10053] Software caused connection abort

Post 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;
miniCruzer
Posts: 10
Joined: Mon Sep 07, 2009 4:10 am

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

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

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

Post 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.
Your IP: Image
Your Country: Image
Post Reply