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;Code: Select all
listen *:6660-6669;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.miniCruzer wrote:I figured out the problem... from another non-UnrealIRCd Forum![]()
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

