Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-17 Thread William D. Hathaway
If you can't replace your firewall, you might be able to change some settings that eliminate the one minute inactivity timeout. What vendor/version is it? This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-14 Thread Akhilesh Mritunjai
Umm, if you want to do it for all connections without support from the respective applications, it'd be messy. A couple of lateral approaches - 1 (a). Hack libsocket, on all socket() calls unconditionally add SO_KEEPALIVE (?) using setsockopt, recompile. Statically linked programs (Oracle?)

[osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Anne Moore
HI All, I'm running 25 Opensolaris boxes in my business and since we put in a new firewall all of our connections (remotely) to the OpenSolaris boxes disconnection after 1 minute of inactivity. If there is activity, it does not disconnect. We can't change firewall, unfortunately. But I was

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Anne Moore
. Thank you! Anne -Original Message- From: David Lloyd [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 6:25 PM To: Anne Moore Cc: opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] ipfilter and tcp timeouts - painful Annew, Anne Moore wrote: HI All, I'm

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Tim Spriggs
Moore Cc: opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] ipfilter and tcp timeouts - painful Annew, Anne Moore wrote: HI All, I'm running 25 Opensolaris boxes in my business and since we put in a new firewall all of our connections (remotely) to the OpenSolaris boxes

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Anne Moore
any other ideas I'd love to hear them! Anne -Original Message- From: Tim Spriggs [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 10:42 PM To: Anne Moore Cc: 'David Lloyd'; opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] ipfilter and tcp timeouts - painful

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Andrew C. Henle
This should set it to 30 seconds: ndd set /dev/tcp tcp_keepalive_interval 3 This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org