<?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: Unable to delete route in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260368#M543277</link>
    <description>Can you try bringing down the interface by doing :&lt;BR /&gt;&lt;BR /&gt;ifconfig lan1:1 down&lt;BR /&gt;ifconfig lan1:2 down &lt;BR /&gt;&lt;BR /&gt;and then try to delete the route .</description>
    <pubDate>Tue, 27 Apr 2004 10:45:29 GMT</pubDate>
    <dc:creator>Ashwani Kashyap</dc:creator>
    <dc:date>2004-04-27T10:45:29Z</dc:date>
    <item>
      <title>Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260361#M543270</link>
      <description>I have recently brought down two aliases (lan1:1 and lan1:2) on an HPUX 11.11 sysytem, and host routes still appear in the routing table:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 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        4136&lt;BR /&gt;172.16.10.22          172.16.10.22       UH        0  lan1       4136&lt;BR /&gt;172.16.10.54          172.16.10.54       UH        0  lan1:2     4136&lt;BR /&gt;172.16.10.55          172.16.10.55       UH        0  lan1:1     4136&lt;BR /&gt;default               172.16.0.2         UG        0  lan1          0&lt;BR /&gt;&lt;BR /&gt;When I try to remove them via the "route" command, I get the following errors:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; route delete 172.16.10.54 172.16.10.54&lt;BR /&gt;delete host 172.16.10.54: gateway 172.16.10.54: no such route&lt;BR /&gt;&lt;BR /&gt;&amp;gt; route delete host 172.16.10.54 172.16.10.54&lt;BR /&gt;delete host 172.16.10.54: gateway 172.16.10.54: no such route&lt;BR /&gt;&lt;BR /&gt;&amp;gt; route delete net 172.16.10.54 172.16.10.54                     &lt;BR /&gt;delete net 172.16.10.54: gateway 172.16.10.54: no such route&lt;BR /&gt;&lt;BR /&gt;&amp;gt; route delete 172.16.10.54 255.255.255.255 172.16.10.54        &lt;BR /&gt;delete host 172.16.10.54: gateway 255.255.255.255: no such route&lt;BR /&gt;&lt;BR /&gt;&amp;gt; route delete 172.16.10.54 255.255.0.0 172.16.10.54    &lt;BR /&gt;delete host 172.16.10.54: gateway 255.255.0.0: no such route&lt;BR /&gt;&lt;BR /&gt;I've tried a few others as well.  Anyone know how to remove these routes?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 09:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260361#M543270</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260362#M543271</link>
      <description>Try removing them from the netconf file (/etc/rc.config.d/netconf).&lt;BR /&gt;Then restart the network services.&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Tue, 27 Apr 2004 09:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260362#M543271</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2004-04-27T09:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260363#M543272</link>
      <description>Thanks for your reply.  These aliases were never in the netconf file.  Can you elaborate on "restart the network services"?  Thanks again.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 09:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260363#M543272</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260364#M543273</link>
      <description>inetd -c&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Tue, 27 Apr 2004 09:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260364#M543273</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2004-04-27T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260365#M543274</link>
      <description>Does this work :&lt;BR /&gt;route delete 172,16.10.54 172.16.10.22</description>
      <pubDate>Tue, 27 Apr 2004 10:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260365#M543274</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2004-04-27T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260366#M543275</link>
      <description>&amp;gt; route delete 172.16.10.54 172.16.10.22&lt;BR /&gt;delete host 172.16.10.54: gateway 172.16.10.22: no such route&lt;BR /&gt;&lt;BR /&gt;Alas, no.</description>
      <pubDate>Tue, 27 Apr 2004 10:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260366#M543275</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T10:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260367#M543276</link>
      <description>inetd -c had no effect either.  Routes remain....</description>
      <pubDate>Tue, 27 Apr 2004 10:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260367#M543276</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260368#M543277</link>
      <description>Can you try bringing down the interface by doing :&lt;BR /&gt;&lt;BR /&gt;ifconfig lan1:1 down&lt;BR /&gt;ifconfig lan1:2 down &lt;BR /&gt;&lt;BR /&gt;and then try to delete the route .</description>
      <pubDate>Tue, 27 Apr 2004 10:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260368#M543277</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2004-04-27T10:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260369#M543278</link>
      <description>Hi Clay,&lt;BR /&gt;&lt;BR /&gt;you can flush the routing table by using &lt;BR /&gt;route -f&lt;BR /&gt;Make sure you have a connection to the server through console if you loose connection doing this.&lt;BR /&gt;Do a "netstat -rn" to check and see the current routing table. If you don't see the default gateway over there,&lt;BR /&gt;&lt;BR /&gt;use&lt;BR /&gt;route add default ip_add_of_def_gw 1&lt;BR /&gt;&lt;BR /&gt;now telnet out of that system to another and see if it works. Do a netstat to check the new routing table.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 10:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260369#M543278</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-27T10:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260370#M543279</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to add to the command parameter subnet:&lt;BR /&gt;route delete host 172.16.10.54 subnet 255.255.255.0&lt;BR /&gt; &lt;BR /&gt;or may be you have to use ffffff00 format&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 27 Apr 2004 11:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260370#M543279</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-04-27T11:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260371#M543280</link>
      <description>Thanks everyone.  Both interfaces are down, and route -f only clears routes to remote hosts.  These routes are "UH" and used to point to the local host.  &lt;BR /&gt;&lt;BR /&gt;BTW, route -f was tried by the previous person working on this issue and it essentially removed the default route and nothing else.</description>
      <pubDate>Tue, 27 Apr 2004 11:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260371#M543280</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T11:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260372#M543281</link>
      <description>&amp;gt; route delete host 172.16.10.54 subnet ffff0000&lt;BR /&gt;subnet: bad value&lt;BR /&gt;&lt;BR /&gt;&amp;gt; route delete host 172.16.10.54 subnet 0xffff0000&lt;BR /&gt;subnet: bad value&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 11:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260372#M543281</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T11:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260373#M543282</link>
      <description>If you assign an IP address of 0.0.0.0 to lan1:1 and lan1:2 , does it remove it .</description>
      <pubDate>Tue, 27 Apr 2004 11:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260373#M543282</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2004-04-27T11:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260374#M543283</link>
      <description>&amp;gt; ifconfig lan1:2 0.0.0.0&lt;BR /&gt;nydhora1@/etc/rc.config.d&amp;gt; ifconfig lan1:2&lt;BR /&gt;ifconfig: no such interface&lt;BR /&gt;nydhora1@/etc/rc.config.d&amp;gt; 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        4136&lt;BR /&gt;172.16.10.22          172.16.10.22       UH        0  lan1       4136&lt;BR /&gt;172.16.10.55          172.16.10.55       UH        0  lan1:1     4136&lt;BR /&gt;172.30.18.100         172.16.0.198       UGH       0  lan1          0&lt;BR /&gt;172.16.0.0            172.16.10.22       U         2  lan1       1500&lt;BR /&gt;default               172.16.0.2         UG        0  lan1          0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Success!  That is one messed up way to control your network.  Or is it just me?</description>
      <pubDate>Tue, 27 Apr 2004 11:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260374#M543283</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T11:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260375#M543284</link>
      <description>Hi Clay,&lt;BR /&gt;&lt;BR /&gt;First thing to do is run the netstat command in verbose more&lt;BR /&gt;&lt;BR /&gt;netstat -rvn&lt;BR /&gt;&lt;BR /&gt;Then enter rhe route delete command to match the output - probably something like&lt;BR /&gt;&lt;BR /&gt;route delete host 172.16.10.54 netmask 255.255.255.0 172.16.10.54 &lt;BR /&gt;&lt;BR /&gt;You must match the route exactly. So if the netmask is not 255.255.255.0 then enter it as the netstat -rvn command displays it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 27 Apr 2004 11:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260375#M543284</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-27T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260376#M543285</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, but I had tried that.  I had tried every combo imaginable.  Only setting the interface address to 0.0.0.0 did it.</description>
      <pubDate>Tue, 27 Apr 2004 11:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260376#M543285</guid>
      <dc:creator>Clay Jones_2</dc:creator>
      <dc:date>2004-04-27T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260377#M543286</link>
      <description>This is most probably a unplumbing/plumbing issue that might be resolved in a patch but I am not sure .</description>
      <pubDate>Tue, 27 Apr 2004 11:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260377#M543286</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2004-04-27T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260378#M543287</link>
      <description>This is a little late in the response here. I've just run into a similar problem.&lt;BR /&gt;&lt;BR /&gt;netstat -nvr returns:&lt;BR /&gt;10.10.32.0/255.255.255.0    172.16.254.253    UG&lt;BR /&gt;&lt;BR /&gt;route delete net 10.10.32.0 netmask 255.255.255.0 172.16.254.253   &lt;BR /&gt;&lt;BR /&gt;returns a syntax error&lt;BR /&gt;&lt;BR /&gt;route delete net 10.10.32.0 netmask 0xffffff00 172.16.254.253&lt;BR /&gt;&lt;BR /&gt;is succesful!&lt;BR /&gt;&lt;BR /&gt;Hope this helps some other poor soul.</description>
      <pubDate>Tue, 29 Jun 2004 14:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260378#M543287</guid>
      <dc:creator>Gary Gunderson</dc:creator>
      <dc:date>2004-06-29T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260379#M543288</link>
      <description>Yes, the power is on for that device.  I wonder, could the card be faulty?  HP sent us the wrong OS..11.11 rather than 11.23, so we had to use the older 11.23 DVDs.  Do you know where I can find the latest drivers online?</description>
      <pubDate>Fri, 30 Mar 2007 08:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-delete-route/m-p/3260379#M543288</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2007-03-30T08:39:12Z</dc:date>
    </item>
  </channel>
</rss>

