<?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: Unremoveble route in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296215#M537285</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you restart the net after deleting the route.&lt;BR /&gt;&lt;BR /&gt;#inetd -c ( restart the route&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
    <pubDate>Wed, 29 Oct 2008 11:12:34 GMT</pubDate>
    <dc:creator>Suraj K Sankari</dc:creator>
    <dc:date>2008-10-29T11:12:34Z</dc:date>
    <item>
      <title>Unremoveble route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296214#M537284</link>
      <description>Hi guys,&lt;BR /&gt;I'm trying to remove a route but it's imposible.&lt;BR /&gt;The route seems to be removed but when i issue a ping to the hosts, the route appears again.&lt;BR /&gt;The route to be romove is 172.31.207.100/255.255.255.255&lt;BR /&gt;Any idea?&lt;BR /&gt;I post the trace of the events:&lt;BR /&gt;root@ctcdwp1:/&amp;gt;netstat -rnv&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255&lt;BR /&gt;                      127.0.0.1          UH       0      26845  lo0        4136&lt;BR /&gt;10.88.21.45/255.255.255.255&lt;BR /&gt;                      10.88.21.45        UH       0  119986980  lan0       4136&lt;BR /&gt;172.31.207.100/255.255.255.255&lt;BR /&gt;                      10.88.21.1         UGH      0          0  lan0       1500&lt;BR /&gt;172.31.207.104/255.255.255.255&lt;BR /&gt;                      10.88.21.2         UGH      0          0  lan0       1500&lt;BR /&gt;172.31.207.109/255.255.255.255&lt;BR /&gt;                      10.88.21.2         UGH      0          0  lan0       1500&lt;BR /&gt;10.88.21.0/255.255.255.0&lt;BR /&gt;                      10.88.21.45        U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0   127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;172.16.0.0/255.240.0.0 10.88.21.2         UG       0          0  lan0       1500&lt;BR /&gt;default/0.0.0.0       10.88.21.1         UG       0          0  lan0       1500&lt;BR /&gt;root@ctcdwp1:/&amp;gt;route delete host 172.31.207.100 10.88.21.1&lt;BR /&gt;delete host 172.31.207.100: gateway 10.88.21.1&lt;BR /&gt;root@ctcdwp1:/&amp;gt;netstat -rnv&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255&lt;BR /&gt;                      127.0.0.1          UH       0      26845  lo0        4136&lt;BR /&gt;10.88.21.45/255.255.255.255&lt;BR /&gt;                      10.88.21.45        UH       0  119986980  lan0       4136&lt;BR /&gt;172.31.207.104/255.255.255.255&lt;BR /&gt;                      10.88.21.2         UGH      0          0  lan0       1500&lt;BR /&gt;172.31.207.109/255.255.255.255&lt;BR /&gt;                      10.88.21.2         UGH      0          0  lan0       1500&lt;BR /&gt;10.88.21.0/255.255.255.0&lt;BR /&gt;                      10.88.21.45        U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0   127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;172.16.0.0/255.240.0.0 10.88.21.2         UG       0          0  lan0       1500&lt;BR /&gt;default/0.0.0.0       10.88.21.1         UG       0          0  lan0       1500&lt;BR /&gt;root@ctcdwp1:/&amp;gt;ping 172.31.207.100&lt;BR /&gt;PING 172.31.207.100: 64 byte packets&lt;BR /&gt;&lt;BR /&gt;----172.31.207.100 PING Statistics----&lt;BR /&gt;1 packets transmitted, 0 packets received, 100% packet loss&lt;BR /&gt;root@ctcdwp1:/&amp;gt;netstat -rnv&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255&lt;BR /&gt;                      127.0.0.1          UH       0      26845  lo0        4136&lt;BR /&gt;10.88.21.45/255.255.255.255&lt;BR /&gt;                      10.88.21.45        UH       0  119986980  lan0       4136&lt;BR /&gt;172.31.207.100/255.255.255.255&lt;BR /&gt;                      10.88.21.1         UGH      0          0  lan0       1500&lt;BR /&gt;172.31.207.104/255.255.255.255&lt;BR /&gt;                      10.88.21.2         UGH      0          0  lan0       1500&lt;BR /&gt;172.31.207.109/255.255.255.255&lt;BR /&gt;                      10.88.21.2         UGH      0          0  lan0       1500&lt;BR /&gt;10.88.21.0/255.255.255.0&lt;BR /&gt;                      10.88.21.45        U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0   127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;172.16.0.0/255.240.0.0 10.88.21.2         UG       0          0  lan0       1500&lt;BR /&gt;default/0.0.0.0       10.88.21.1         UG       0          0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netstat &amp;gt;show the route&lt;BR /&gt;route delete&amp;gt; delete the route&lt;BR /&gt;ping to the host&amp;gt;unreachable&lt;BR /&gt;netstat &amp;gt;show the route again&lt;BR /&gt;&lt;BR /&gt;comor!!!!!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2008 10:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296214#M537284</guid>
      <dc:creator>GabrielHuerta</dc:creator>
      <dc:date>2008-10-29T10:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unremoveble route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296215#M537285</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you restart the net after deleting the route.&lt;BR /&gt;&lt;BR /&gt;#inetd -c ( restart the route&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 29 Oct 2008 11:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296215#M537285</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-29T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unremoveble route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296216#M537286</link>
      <description>that does not work,&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 29 Oct 2008 11:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296216#M537286</guid>
      <dc:creator>GabrielHuerta</dc:creator>
      <dc:date>2008-10-29T11:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unremoveble route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296217#M537287</link>
      <description>Looks like your gateway (10.88.21.2) is sending ICMP Redirect messages if it thinks there is a more direct route to destination.&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=49359" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=49359&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Summary: &lt;BR /&gt;If your gateway is a Cisco router, you should configure it with "no ip redirect" command to disable ICMP Redirect messages.&lt;BR /&gt;&lt;BR /&gt;There seems to be no way to make HP-UX completely ignore ICMP Redirect messages at the OS level, but you might install and configure ipfilter software to filter out the redirect messages before they are processed. There are some other workarounds too.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 29 Oct 2008 11:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296217#M537287</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-10-29T11:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unremoveble route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296218#M537288</link>
      <description>You might try this :&lt;BR /&gt;&lt;BR /&gt;# ndd -h ip_ire_redirect_interval&lt;BR /&gt;&lt;BR /&gt;ip_ire_redirect_interval:&lt;BR /&gt;&lt;BR /&gt;    All routing table entries resulting from ICMP "Redirect"&lt;BR /&gt;    messages are deleted after this much time has elapsed,&lt;BR /&gt;    whether or not the entry has been recently used. Setting&lt;BR /&gt;    ip_ire_redirect_interval to 0 causes&lt;BR /&gt;    - all existing routing table entries specifying&lt;BR /&gt;      a redirect to be deleted after the previous value of&lt;BR /&gt;      ip_ire_redirect_interval has elapsed and&lt;BR /&gt;    - no further routing entries are created for the future&lt;BR /&gt;      ICMP REDIRECT messages.&lt;BR /&gt;    Processing of ICMP REDIRECT messages can be enabled again&lt;BR /&gt;    by setting ip_ire_redirect_interval to a non-zero, positive&lt;BR /&gt;    value.&lt;BR /&gt;    [0, -] Default: 300000 (5 minutes)&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 12:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unremoveble-route/m-p/4296218#M537288</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2008-10-30T12:20:14Z</dc:date>
    </item>
  </channel>
</rss>

