redirect-server irc.xxx.net wont work

These are old archives. They are kept for historic purposes only.
Post Reply
JessieJames
Posts: 43
Joined: Thu Mar 11, 2004 10:20 pm

redirect-server irc.xxx.net wont work

Post by JessieJames »

first server maxs out at 948 connection have redirect set to next server but client is not send there they only get error all connection in use what else do i need to configure also set default server as server number 2
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Set the second server in set::defailt-server. The only problem with this, is very few clients actually support the redirect numeric.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Re: redirect-server irc.xxx.net wont work

Post by aquanight »

JessieJames wrote:first server maxs out at 948 connection have redirect set to next server but client is not send there they only get error all connection in use what else do i need to configure also set default server as server number 2
This means exactly what it means. The IRCd is out of FDs for sockets, and unfortunately, when this happens it can't inform clients of the redirect-server because it can't fully open the connection (because this requires open several more sockets for the identd request and DNS lookup). All it can do is send that nice ERROR down to you and drop the connection. The solution? Set your class::maxclients to a value lower than 948 (which appears to be your max limit). Alternatively, up your ulimit -n if you have permission to do so, and recompile the IRCd with a higher MAXCONNECTIONS as documented in the FAQ.
Post Reply