Re: [CentOS] Port Closing Question..

2008-08-01 Thread NiftyClusters Mitch
On Thu, Jul 31, 2008 at 2:06 PM, Ryan Nichols <[EMAIL PROTECTED]> wrote: > Is there a software avail or a process that will monitor two ports and if > there is no traffic close them so the program that is using them can reuse > them? I talked to the vendor and they told me I needed to do this on t

Re: [CentOS] Port Closing Question..

2008-07-31 Thread D Steward
So you are not talking about ports, but sockets. And it seems like you need to change either the TCP keepalive or socket timeout values. This should help you: http://tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/ ___ CentOS mailing list CentOS@centos.o

Re: [CentOS] Port Closing Question..

2008-07-31 Thread John R Pierce
Ryan Nichols wrote: This error will occur when the TCP connection between the Backup Server and Replication server is closed prematurely by an external force when the replication is in progress. The replication for the jobs will fail and in the StoreGrid replication server, the socket connec

Re: [CentOS] Port Closing Question..

2008-07-31 Thread Ryan Nichols
Ross S. W. Walker wrote: Ryan Nichols wrote: Is there a software avail or a process that will monitor two ports and if there is no traffic close them so the program that is using them can reuse them? I talked to the vendor and they told me I needed to do this on the NAT/Firewall , but I do

RE: [CentOS] Port Closing Question..

2008-07-31 Thread Ross S. W. Walker
Ryan Nichols wrote: > > Is there a software avail or a process that will monitor two ports and > if there is no traffic close them so the program that is using them can > reuse them? I talked to the vendor and they told me I needed to do this > on the NAT/Firewall , but I dont see anything lik