![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Putty KeepAlive command | dannyd_y | UNIX for Dummies Questions & Answers | 8 | 05-12-2008 11:24 PM |
| how to configure nfs with in the same machine | sridhusha | Linux | 3 | 12-11-2007 12:27 PM |
| How to configure private LAN and coporate LAN on the same machine-Solaris10 | deedee | SUN Solaris | 1 | 07-24-2007 03:37 PM |
| Cant configure video & nic (solaris 8 on x86) | Jimmpy | SUN Solaris | 4 | 05-23-2005 12:17 PM |
| configure TCP/IP for solaris 8 | phapvn | IP Networking | 3 | 10-24-2001 02:00 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How can i Configure TCP Keepalive on sun solaris 9 machine?
I've installed sun solaris 9 and i need to know how can i enable TCP Keepalive to ping socket connections every 300 seconds?
Thanks, Mohammed Amin |
| Forum Sponsor | ||
|
|
|
||||
|
Assuming you use ksh:
ndd -set /dev/tcp tcp_keepalive_interval $((300 * 1000)) See "man ndd" and Solaris 2.x - Tuning Your TCP/IP Stack and More for more info. |
||||
| Google UNIX.COM |