<?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: Need some help in Networking in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917630#M579003</link>
    <description>The best explanation to save yourself is to admit that you misunderstood the documentation and accidentally blew away the whole routing table instead of the entry you wanted to remove.  And give them this quote from Robert E. Lee:  "Good judgement is a result of experience.  Experience is a result of bad judgement."&lt;BR /&gt;&lt;BR /&gt;This is a classic sysadmin mistake, and probably happens almost as often as the&lt;BR /&gt; "rm * .tmp" folly.  I still remember when flushed the route table on an AIX box by mistake.  Not to mention the time I ran "initrin" on an HP3000 to see what it did....</description>
    <pubDate>Wed, 05 Mar 2003 13:33:59 GMT</pubDate>
    <dc:creator>W.C. Epperson</dc:creator>
    <dc:date>2003-03-05T13:33:59Z</dc:date>
    <item>
      <title>Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917620#M578993</link>
      <description>Some one requested to remove some tcp connection from the server and I had given the route -f &lt;IP address=""&gt; to remove that tcp connection. As a result the total system gone to a hung mode. &lt;BR /&gt;&lt;BR /&gt;What will be the better explanation to save myself?&lt;/IP&gt;</description>
      <pubDate>Mon, 03 Mar 2003 22:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917620#M578993</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2003-03-03T22:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917621#M578994</link>
      <description>You took out all tcp connections to the server on all ports.&lt;BR /&gt;&lt;BR /&gt;That was too much.&lt;BR /&gt;&lt;BR /&gt;If you need to delete a route, which helps connect different computer netowrks or computers to the Internet, you can use route delete ip_address&lt;BR /&gt;&lt;BR /&gt;The request you've posted isn't specific enough to go on.  Please expand the problem definition.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Mar 2003 22:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917621#M578994</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-03T22:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917622#M578995</link>
      <description>What exactly do you mean "remove some tcp connection from the server"?  What exactly were you trying to remove?&lt;BR /&gt;&lt;BR /&gt;The 'route -f &lt;IP addy=""&gt;' command removed some of your routing table entries.  It sounds like it probably deleted the route that some of the clients were using to connect.&lt;BR /&gt;&lt;BR /&gt;You probably need to re-establish your routing table first and see if that helps.&lt;/IP&gt;</description>
      <pubDate>Mon, 03 Mar 2003 22:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917622#M578995</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-03T22:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917623#M578996</link>
      <description>The route command was the wya to go bu the -f option does the following&lt;BR /&gt;&lt;BR /&gt;           -f             Delete all route table entries that specify a&lt;BR /&gt;                          remote host for a gateway.  If this is used with&lt;BR /&gt;                          one of the subcommands, the entries are deleted&lt;BR /&gt;                          before the subcommand is processed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you should have used the delete option&lt;BR /&gt;&lt;BR /&gt;           delete         Delete the specified host or network route from&lt;BR /&gt;                          the network routing table.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;route delete &lt;IP_ADDRESS&gt;&lt;BR /&gt;&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Mon, 03 Mar 2003 23:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917623#M578996</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-03T23:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917624#M578997</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you can go to the console, then  login and run the command&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;This will add all the routes.&lt;BR /&gt;&lt;BR /&gt;You can use ndd to disconnect individual connections. It is unsupported and I would not give that command.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Mar 2003 23:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917624#M578997</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-03T23:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917625#M578998</link>
      <description>Now everything is running fine after stopping and starting the net. But what would be the best explanation?</description>
      <pubDate>Mon, 03 Mar 2003 23:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917625#M578998</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2003-03-03T23:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917626#M578999</link>
      <description>I think A.Costa is finding way to save himself from further explanation to his higher authorities. He made a mistake that is sure though.&lt;BR /&gt;&lt;BR /&gt;Please correct me Mr.Costa if I am wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-DB&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 23:11:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917626#M578999</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2003-03-03T23:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917627#M579000</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Explanation is - misinterpreting the man page.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Mar 2003 23:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917627#M579000</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-03T23:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917628#M579001</link>
      <description>Your explanation is that you made a mistake and used the wrong command syntax.  BUT, you learned from it, right?&lt;BR /&gt;&lt;BR /&gt;One of my previous supervisors told me one time "if you don't make some mistakes, you're not doing anything."&lt;BR /&gt;&lt;BR /&gt;The biggest thing in this business - admit when you make a mistake and LEARN from it.  Don't make the same mistake twice and don't try to cover it up.</description>
      <pubDate>Mon, 03 Mar 2003 23:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917628#M579001</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-03T23:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917629#M579002</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you meant to remove some TCP ports from processing requests, see /etc/services.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 04 Mar 2003 15:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917629#M579002</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2003-03-04T15:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help in Networking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917630#M579003</link>
      <description>The best explanation to save yourself is to admit that you misunderstood the documentation and accidentally blew away the whole routing table instead of the entry you wanted to remove.  And give them this quote from Robert E. Lee:  "Good judgement is a result of experience.  Experience is a result of bad judgement."&lt;BR /&gt;&lt;BR /&gt;This is a classic sysadmin mistake, and probably happens almost as often as the&lt;BR /&gt; "rm * .tmp" folly.  I still remember when flushed the route table on an AIX box by mistake.  Not to mention the time I ran "initrin" on an HP3000 to see what it did....</description>
      <pubDate>Wed, 05 Mar 2003 13:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-some-help-in-networking/m-p/2917630#M579003</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2003-03-05T13:33:59Z</dc:date>
    </item>
  </channel>
</rss>

