HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tcpkill — Kill specified in-progress TCP connections. More information: <https://manned.org/tcpkill>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtcpkilltcpcliprogresskillspecifiedconnections
linux

Problem

How to use the tcpkill command: Kill specified in-progress TCP connections. More information: <https://manned.org/tcpkill>.

Solution

tcpkill — Kill specified in-progress TCP connections. More information: <https://manned.org/tcpkill>.

Kill in-progress connections at a specified interface, host, and port:
tcpkill -i {{eth1}} host {{192.95.4.27}} and port {{2266}}

Code Snippets

Kill in-progress connections at a specified interface, host, and port

tcpkill -i {{eth1}} host {{192.95.4.27}} and port {{2266}}

Context

tldr-pages: linux/tcpkill

Revisions (0)

No revisions yet.