<?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 netstat show void route in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607636#M532233</link>
    <description>zprev01# 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;192.168.35.12         192.168.35.12      UH        0  lan0       4136&lt;BR /&gt;192.168.35.0          192.168.35.12      U         2  lan0       1500&lt;BR /&gt;192.168.34.0          192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;10.0.0.0              192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.6.0           192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.25.0          192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.61.0          192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;172.26.0.0            192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.244.0         192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;192.168.245.0         192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0        4136&lt;BR /&gt;192.168.42.0          192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;default               192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;zprev01# telnet 192.168.245.1 7&lt;BR /&gt;Trying...&lt;BR /&gt;zprev01# route delete 192.168.42.0 192.168.35.1&lt;BR /&gt;delete net 192.168.42.0: gateway 192.168.35.1: no such route&lt;BR /&gt;&lt;BR /&gt;What can I do to delete this ghost route ?</description>
    <pubDate>Fri, 26 Mar 2010 07:50:45 GMT</pubDate>
    <dc:creator>Hakki Aydin Ucar</dc:creator>
    <dc:date>2010-03-26T07:50:45Z</dc:date>
    <item>
      <title>netstat show void route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607636#M532233</link>
      <description>zprev01# 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;192.168.35.12         192.168.35.12      UH        0  lan0       4136&lt;BR /&gt;192.168.35.0          192.168.35.12      U         2  lan0       1500&lt;BR /&gt;192.168.34.0          192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;10.0.0.0              192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.6.0           192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.25.0          192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.61.0          192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;172.26.0.0            192.168.35.5       UG        0  lan0       1500&lt;BR /&gt;192.168.244.0         192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;192.168.245.0         192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0        4136&lt;BR /&gt;192.168.42.0          192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;default               192.168.35.1       UG        0  lan0       1500&lt;BR /&gt;zprev01# telnet 192.168.245.1 7&lt;BR /&gt;Trying...&lt;BR /&gt;zprev01# route delete 192.168.42.0 192.168.35.1&lt;BR /&gt;delete net 192.168.42.0: gateway 192.168.35.1: no such route&lt;BR /&gt;&lt;BR /&gt;What can I do to delete this ghost route ?</description>
      <pubDate>Fri, 26 Mar 2010 07:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607636#M532233</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-26T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: netstat show void route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607637#M532234</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;could you try this :&lt;BR /&gt;&lt;BR /&gt;route delete net &lt;DEST&gt; &lt;GATEWAY&gt;&lt;BR /&gt;&lt;BR /&gt;route delete net 192.168.42.0 netmask 255.255.255.0 192.168.35.1&lt;BR /&gt;&lt;BR /&gt;mikap&lt;/GATEWAY&gt;&lt;/DEST&gt;</description>
      <pubDate>Fri, 26 Mar 2010 07:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607637#M532234</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-03-26T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: netstat show void route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607638#M532235</link>
      <description>&amp;gt;Mikap:&lt;BR /&gt;&lt;BR /&gt;# route delete net 192.168.42.0 netmask 255.255.255.0 192.168.35.1&lt;BR /&gt;delete net 192.168.42.0: gateway 192.168.35.1: no such route&lt;BR /&gt;&lt;BR /&gt;again same error..&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 08:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607638#M532235</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-26T08:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: netstat show void route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607639#M532236</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;that strange, check this links :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1269594456535+28353475&amp;amp;threadId=101249" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1269594456535+28353475&amp;amp;threadId=101249&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1269594463755+28353475&amp;amp;threadId=1159014" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1269594463755+28353475&amp;amp;threadId=1159014&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=572613" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=572613&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;check the advice from "Gary Gunderson"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mikap&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 08:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607639#M532236</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-03-26T08:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: netstat show void route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607640#M532237</link>
      <description>Try this command instead:&lt;BR /&gt;route delete 192.168.42.0 192.168.35.1 1&lt;BR /&gt;(note the extra 1 at the end)&lt;BR /&gt;&lt;BR /&gt;In HP-UX, the route command has traditionally been a bit dumb: for all routes involving a gateway you must always include the hop count value. If the value is not included, the route command assumes it's 0 = no gateway involved. &lt;BR /&gt;&lt;BR /&gt;If you try to manipulate a route that has a gateway and don't specify a hop count, the HP-UX route command will always display an error.&lt;BR /&gt;&lt;BR /&gt;Some other Unix-style systems have a more intelligent default for the hop count value: "if the route parameters include a gateway specification, the default hop count is 1; else it's 0".&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 26 Mar 2010 10:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607640#M532237</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-03-26T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: netstat show void route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607641#M532238</link>
      <description>&amp;gt;Matti: Try this command instead:&lt;BR /&gt;route delete 192.168.42.0 192.168.35.1 1&lt;BR /&gt;(note the extra 1 at the end)&lt;BR /&gt;&lt;BR /&gt;again;&lt;BR /&gt;&lt;BR /&gt;zprev01# route delete 192.168.42.0 192.168.35.1 1&lt;BR /&gt;delete net 192.168.42.0: gateway 192.168.35.1: no such route</description>
      <pubDate>Fri, 26 Mar 2010 10:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607641#M532238</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-26T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: netstat show void route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607642#M532239</link>
      <description>&amp;gt;Mikap: like Shannon says&lt;BR /&gt;&lt;BR /&gt;first I run;&lt;BR /&gt;# /usr/sbin/route -f &lt;BR /&gt;&lt;BR /&gt;then network disconnected ## Watch out you have to remote console OR you have to work backup server is able to rlogin ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;logon again and watched netstat -r ,problem solved.&lt;BR /&gt;run /sbin/init.d/net start ## to re-build routing table again.&lt;BR /&gt;&lt;BR /&gt;Thanks everybody.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 10:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-show-void-route/m-p/4607642#M532239</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-26T10:57:36Z</dc:date>
    </item>
  </channel>
</rss>

