How to prevent netsplit
Posted: Sat May 07, 2005 2:20 pm
i have 1 hub + 2 leaf. normally, each days, each split will be disconnected from HUB 3 to 5 times with a reson of "Connection reset by peer". befor this iam using default configuration which is;
class servers
{
pingfreq 90;
maxclients 10;
sendq 1000000;
connfreq 100; /
};
then, i change the setting to;
class servers
{
pingfreq 120;
maxclients 20;
sendq 3145728;
connfreq 100;
};
but, the network still splited 3 to 5 time each days. all server run on Windows 2000, and have a leased line (11Mbps to 45Mbps). iam running Wunrealircd 3.2.3 without SSL and all link using a zip protocol.
If you have a suggestion on how to reduces netsplit due to time out, please let me know.
class servers
{
pingfreq 90;
maxclients 10;
sendq 1000000;
connfreq 100; /
};
then, i change the setting to;
class servers
{
pingfreq 120;
maxclients 20;
sendq 3145728;
connfreq 100;
};
but, the network still splited 3 to 5 time each days. all server run on Windows 2000, and have a leased line (11Mbps to 45Mbps). iam running Wunrealircd 3.2.3 without SSL and all link using a zip protocol.
If you have a suggestion on how to reduces netsplit due to time out, please let me know.