How to kill a TCP connection which has status TIME_WAIT & no PID
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I know which application is leavig these open connections.It is actually a shell script file that picks up data from one server & sends it to another server.
Since these connections are not having any pid, i cant kill these connections.
These connections are also not shown as the output of "lsof -i tcp:56000" command.
Can i put a timeout interval for these TIME_WAIT connections?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.