So I've got a bunch of scripts that rsh to systems
and run some tests. The only problem is the tests
exectute and close and a new rsh is issued. The rsh
is refused because it comes in on the same socket as
the previous one. I'm assuming this is for security
purposes. You wouldn't want anyone piggy backing off
your root rsh. Anyway, I digress. Is it possible to
change the timeout for these sockets using some sort
of user space command.
i.e. on solaris:
ndd /dev/tcp \? yields:
tcp_time_wait_interval
Changing this via ndd makes this problem go away. This
is a closed network so security isn't an issue.
Thanks,
-bmb-
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************