TCPDROP(8) | NetBSD System Manager's Manual | TCPDROP(8) |
tcpdrop | laddr lport faddr fport |
$ fstat | grep 'httpd.*internet.*<--' www httpd 21307 3* internet stream tcp \ 0xd1007ca8 192.168.5.41:80 <-- 192.168.5.1:26747
The following command will drop the connection:
# tcpdrop 192.168.5.41 80 192.168.5.1 26747
June 23, 2007 | NetBSD 5.99 |