Re: Kill TCP session



Ceri Davies <ceri_usenet@xxxxxxxxxxxxx> writes:

While OpenBSD and FreeBSD (at least), there is a utility called tcpdrop
which will do this. I don't think that Solaris has an equivalent,
although you could null route the client IP if you were happy to drop
all traffic between the client and server..


The kernel has the functionality to abort random TCP connections
using the TCP_IOC_ABORT_CONN; it is undocumented though it's usage can
be gleaned from the opensolaris sources.

Casper
.