<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to kill a tcp connection in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077377#M87478</link>
    <description>If the process id's or names are identifyable, you can use the utility I'm attaching to kill the processes.&lt;BR /&gt; &lt;BR /&gt;Its a hpux script and will require adaptation.&lt;BR /&gt; &lt;BR /&gt;You should also consider setting up iptables to block certain ports if you want to stop these tcp connections permanently.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxguruz.com/iptables/howto/iptables-HOWTO.html" target="_blank"&gt;http://www.linuxguruz.com/iptables/howto/iptables-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 24 Sep 2003 09:38:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-09-24T09:38:29Z</dc:date>
    <item>
      <title>How to kill a tcp connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077376#M87477</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to kill several tcp connections in linux RH 8 and 9.&lt;BR /&gt;Are there any command to do this ?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 24 Sep 2003 09:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077376#M87477</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-09-24T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a tcp connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077377#M87478</link>
      <description>If the process id's or names are identifyable, you can use the utility I'm attaching to kill the processes.&lt;BR /&gt; &lt;BR /&gt;Its a hpux script and will require adaptation.&lt;BR /&gt; &lt;BR /&gt;You should also consider setting up iptables to block certain ports if you want to stop these tcp connections permanently.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxguruz.com/iptables/howto/iptables-HOWTO.html" target="_blank"&gt;http://www.linuxguruz.com/iptables/howto/iptables-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Sep 2003 09:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077377#M87478</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-24T09:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a tcp connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077378#M87479</link>
      <description>I can't identify the process because is a broken connection, and I can view it with netstat -na&lt;BR /&gt;&lt;BR /&gt;bye</description>
      <pubDate>Wed, 24 Sep 2003 12:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077378#M87479</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-09-24T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a tcp connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077379#M87480</link>
      <description>if you add a -p to your netstat command:&lt;BR /&gt;&lt;BR /&gt;netstat -anp the running command may show up in the last column&lt;BR /&gt;&lt;BR /&gt;what state is the port in?&lt;BR /&gt;&lt;BR /&gt;if it is in fin_wait2 then you may have to do something drastic.  I usually restart my network device to clear these&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 24 Sep 2003 16:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077379#M87480</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2003-09-24T16:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a tcp connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077380#M87481</link>
      <description>service network restart&lt;BR /&gt;&lt;BR /&gt;will restart the network for your verison of redhat.&lt;BR /&gt;&lt;BR /&gt;If this or other posts have been useful, please assign points.&lt;BR /&gt;SEP&lt;BR /&gt;forums ettiquette:&lt;BR /&gt;&lt;A href="http://66.34.90.71/ITRCForumsEtiquette/" target="_blank"&gt;http://66.34.90.71/ITRCForumsEtiquette/&lt;/A&gt;</description>
      <pubDate>Wed, 24 Sep 2003 19:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-kill-a-tcp-connection/m-p/3077380#M87481</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-24T19:44:05Z</dc:date>
    </item>
  </channel>
</rss>

