On Fri, 13 May 2005, Matt Ruzicka wrote:
Yes, it still does. And actually the script Maxim attached to his last email (using our IP's) has an interesting side effect of causing the connections to fail.
It doesn't fail right away, but within a few moments.
Are you perhaps exhausting all ports? Try changing
net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.last: 5000
to
net.inet.ip.portrange.first=1024 (unchanged) net.inet.ip.portrange.last=65535
so that you have tons of potential ports. You might just have some stuck in the TIME_WAIT state causing you problems or something right now.
Mike "Silby" Silbersack _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"