<?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 delete this route automatic in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804814#M82761</link>
    <description>Routes are added in the netconf file.&lt;BR /&gt;&lt;BR /&gt;Check the file for the correct entry and either remove it or comment it out.&lt;BR /&gt;&lt;BR /&gt;As an aside it is possible for something else to be adding the route via the "route add" statement.&lt;BR /&gt;&lt;BR /&gt;So if it's not in the netconf file search the rest of your startup scripts for "route add" and see if another script is adding it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Sep 2002 13:23:06 GMT</pubDate>
    <dc:creator>Sean OB_1</dc:creator>
    <dc:date>2002-09-12T13:23:06Z</dc:date>
    <item>
      <title>how to delete this route automatic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804810#M82757</link>
      <description>i find there is a wrong route when the box restart,and i have to delete it manual once reboot the box,i wanna know where i can revise the route table to delete the wrong route</description>
      <pubDate>Thu, 12 Sep 2002 06:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804810#M82757</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-09-12T06:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete this route automatic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804811#M82758</link>
      <description>check your /etc/rc.config.d/netconf file which contains the ip-address and the default gateway for it.&lt;BR /&gt;&lt;BR /&gt;THanks</description>
      <pubDate>Thu, 12 Sep 2002 06:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804811#M82758</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-12T06:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete this route automatic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804812#M82759</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Take the long and winding road to the netconf file which will contain entries so:-&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[2]="net 10.8.48.0"  &lt;BR /&gt;ROUTE_MASK[2]=255.255.254.0           &lt;BR /&gt;ROUTE_GATEWAY[2]="192.1.0.239"        &lt;BR /&gt;ROUTE_COUNT[2]="1"                    &lt;BR /&gt;ROUTE_ARGS[2]=""                      &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Find you incorrect one and either hash it out or remove it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 12 Sep 2002 06:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804812#M82759</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-09-12T06:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete this route automatic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804813#M82760</link>
      <description>Also check for copies of netconf in /etc/rc.config.d directory.  Depending on how the backup files are named, they may also be executed thus setting network configurations differently from what you desire.&lt;BR /&gt;&lt;BR /&gt;Look at /etc/rc.config to see what filenames are excluded from processing.  You should be safe if your backup filenames contain any of the following characters:&lt;BR /&gt;. , ~ #&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 12 Sep 2002 11:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804813#M82760</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-12T11:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete this route automatic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804814#M82761</link>
      <description>Routes are added in the netconf file.&lt;BR /&gt;&lt;BR /&gt;Check the file for the correct entry and either remove it or comment it out.&lt;BR /&gt;&lt;BR /&gt;As an aside it is possible for something else to be adding the route via the "route add" statement.&lt;BR /&gt;&lt;BR /&gt;So if it's not in the netconf file search the rest of your startup scripts for "route add" and see if another script is adding it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2002 13:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804814#M82761</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-09-12T13:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete this route automatic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804815#M82762</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;in case the route you don't like is NOT the last one, you have to move the other ones *up*, since the index numbers used must be enumerated without gaps!&lt;BR /&gt;&lt;BR /&gt;Goodbye,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2002 15:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-delete-this-route-automatic/m-p/2804815#M82762</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-09-13T15:04:49Z</dc:date>
    </item>
  </channel>
</rss>

