<?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 modify routing table in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811488#M582902</link>
    <description>Hi Mauro&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may like to look at this :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Sep 2002 15:22:26 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-09-23T15:22:26Z</dc:date>
    <item>
      <title>how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811484#M582898</link>
      <description>Hi all, this is my netstat -rnv output:&lt;BR /&gt;&lt;BR /&gt;gemini# netstat -rnv&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask                    Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255       127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;194.63.1.31/255.255.255.255     194.63.1.31        UH        0  lan0       4136&lt;BR /&gt;194.63.0.0/255.255.0.0          194.63.1.31        U         2  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default/0.0.0.0                 194.63.131.20      UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;I'd like to remove 2nd rule&lt;BR /&gt;but "route delete 194.63.1.31 netmask 255.255.255.255 194.63.1.31" returns:&lt;BR /&gt;&lt;BR /&gt;usage: delete destination [netmask mask] gateway &lt;BR /&gt;&lt;BR /&gt;how could i remove it?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 14:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811484#M582898</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2002-09-23T14:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811485#M582899</link>
      <description>Looks like it was added in using the route add host option (flags UH) so try route delete host ...     to remove it.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 15:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811485#M582899</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-23T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811486#M582900</link>
      <description>Mauro&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;route delete 194.63.1.31 194.63.1.31&lt;BR /&gt;&lt;BR /&gt;If you get error , route not in table, try&lt;BR /&gt;&lt;BR /&gt;route delete net 194.63.1.31 194.63.1.31&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;ps&lt;BR /&gt;&lt;BR /&gt;It does look as though the entry is incorrect though as I would expect to see a route to a network via a gateway. In your example you have a route to a network via the same address as the gateway&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 23 Sep 2002 15:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811486#M582900</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-09-23T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811487#M582901</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;???...&lt;BR /&gt;&lt;BR /&gt;Why do you want to delete this route?.&lt;BR /&gt;&lt;BR /&gt;You can try not using netmask and mask parameters. It is a host entry.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 23 Sep 2002 15:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811487#M582901</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-23T15:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811488#M582902</link>
      <description>Hi Mauro&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may like to look at this :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 15:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811488#M582902</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-09-23T15:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811489#M582903</link>
      <description>gemini# route delete 194.63.1.31 194.63.1.31 &lt;BR /&gt;delete host 194.63.1.31: gateway 194.63.1.31: no such route&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;route delete net 194.63.1.31 194.63.1.31 delete rule 3!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gemini# route delete host 194.63.1.31 netmask 255.255.255.255 194.63.1.31&lt;BR /&gt;usage: delete destination [netmask mask] gateway &lt;BR /&gt;&lt;BR /&gt;I'd like to have a final situation like:&lt;BR /&gt;&lt;BR /&gt; Routing tables&lt;BR /&gt;Dest/Netmask                    Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255       127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;194.63.0.0/255.255.0.0          194.63.1.71        U         2  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default/0.0.0.0                 194.63.131.20      UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 15:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811489#M582903</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2002-09-23T15:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811490#M582904</link>
      <description>Hi (again),&lt;BR /&gt;&lt;BR /&gt;As I mentioned before, it is a host route internal to the system and I am not positive if we can delete it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 23 Sep 2002 15:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811490#M582904</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-23T15:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811491#M582905</link>
      <description>Mauro,&lt;BR /&gt;&lt;BR /&gt;I am sure you can delete that route. But what i would like to question alongwith with Sri, is that why are u deleting your system route.&lt;BR /&gt;&lt;BR /&gt;That route pertains to your network interface. &lt;BR /&gt;&lt;BR /&gt;Also, why are you keeping the other routes without your primary network route.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 23 Sep 2002 15:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-routing-table/m-p/2811491#M582905</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-23T15:58:14Z</dc:date>
    </item>
  </channel>
</rss>

