How to Kill Established Connections in Unix From NetStat
- 1). Open the Unix Terminal from the main "System" menu.
- 2). Type "netstat" and press "Enter." Check the IP address of the connection you wish to kill.
- 3). Type "tcpkill -i eth0 IP," replacing "IP" with the IP address of the connection you wish to kill. Alternatively, use its "host name" (such as "eth0," for example) or the port number (for example, "44752") in the place of "IP."
- 4). Press "Enter" to kill the connection.
Source...