<?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: Update routing table in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161008#M535129</link>
    <description>Hi Judi.&lt;BR /&gt;&lt;BR /&gt;There is no refreshing of routing table.&lt;BR /&gt;&lt;BR /&gt;Please let us know what exactly you like to have&lt;BR /&gt;&lt;BR /&gt;You could delete one specific gateway which you like via route delete</description>
    <pubDate>Wed, 04 Mar 2009 12:07:12 GMT</pubDate>
    <dc:creator>Avinash20</dc:creator>
    <dc:date>2009-03-04T12:07:12Z</dc:date>
    <item>
      <title>Update routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161003#M535124</link>
      <description>I have HP-UX B.11.31 server and move him to another network (change IP-address and &lt;BR /&gt;gateway using sam).&lt;BR /&gt;bash-3.2# netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination Gateway Flags Refs Interface Pmtu&lt;BR /&gt;127.0.0.1 127.0.0.1 UH 0 lo0 32808&lt;BR /&gt;1.2.3.8 1.2.3.8 UH 0 lan900 32808&lt;BR /&gt;1.2.3.0 1.2.3.8 U 2 lan900 1500&lt;BR /&gt;127.0.0.0 127.0.0.1 U 0 lo0 32808&lt;BR /&gt;default 1.2.3.1 UG 0 lan900 1500&lt;BR /&gt;default 1.2.6.1 UG 0 lan900 1500&lt;BR /&gt;&lt;BR /&gt;and i see 2 default gateway.&lt;BR /&gt;How can i refresh routing table without reboot?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks...  &lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 07:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161003#M535124</guid>
      <dc:creator>JuDi_4</dc:creator>
      <dc:date>2009-03-04T07:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161004#M535125</link>
      <description>In 11.31 you could have multiple gateways.&lt;BR /&gt;&lt;BR /&gt;You could either delete the gateway via &lt;BR /&gt;&lt;BR /&gt;# route delete gateway&lt;BR /&gt;&lt;BR /&gt;To flush the routing table &lt;BR /&gt;&lt;BR /&gt;# route -f&lt;BR /&gt;&lt;BR /&gt;for this you need to logged in via console, since this disconnect all the users who are logged.&lt;BR /&gt;This doesnt require any reboot</description>
      <pubDate>Wed, 04 Mar 2009 08:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161004#M535125</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-04T08:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161005#M535126</link>
      <description>route delete default 1.2.6.1&lt;BR /&gt;in any case there is no direct route to 1.2.6.1&lt;BR /&gt;so I think that dead gateway detection may mark it as dead&lt;BR /&gt;check with ndd  -get /dev/ip ip_ire_status&lt;BR /&gt;if its status is not DEAD.</description>
      <pubDate>Wed, 04 Mar 2009 08:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161005#M535126</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-03-04T08:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161006#M535127</link>
      <description>Bonjour,&lt;BR /&gt;&lt;BR /&gt;And don't forget to modify /etc/rc.config.d/netconf or at next reboot there is a chance that you see this route back in your routing table : I guess that sam did not work properly with this file ;-)&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 04 Mar 2009 09:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161006#M535127</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-03-04T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161007#M535128</link>
      <description>" # route delete gateway "&lt;BR /&gt;i suppose that i will delete both gateways.&lt;BR /&gt;&lt;BR /&gt;" # route -f "&lt;BR /&gt;It will delete all routes. &lt;BR /&gt;&lt;BR /&gt;I don't want destroy routing table. &lt;BR /&gt;I want  refresh routing table.</description>
      <pubDate>Wed, 04 Mar 2009 10:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161007#M535128</guid>
      <dc:creator>JuDi_4</dc:creator>
      <dc:date>2009-03-04T10:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161008#M535129</link>
      <description>Hi Judi.&lt;BR /&gt;&lt;BR /&gt;There is no refreshing of routing table.&lt;BR /&gt;&lt;BR /&gt;Please let us know what exactly you like to have&lt;BR /&gt;&lt;BR /&gt;You could delete one specific gateway which you like via route delete</description>
      <pubDate>Wed, 04 Mar 2009 12:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161008#M535129</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-04T12:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161009#M535130</link>
      <description>route delete default 1.2.6.1 &lt;BR /&gt;&lt;BR /&gt;is best way&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 04 Mar 2009 14:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-routing-table/m-p/5161009#M535130</guid>
      <dc:creator>JuDi_4</dc:creator>
      <dc:date>2009-03-04T14:32:10Z</dc:date>
    </item>
  </channel>
</rss>

