<?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: After a reboot I have to manually do &amp;quot;route add default xxxx 1&amp;quot;, how can I fix this problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464474#M210658</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;one more question when you run command:&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;is your routing added ?</description>
    <pubDate>Mon, 17 Jan 2005 10:26:23 GMT</pubDate>
    <dc:creator>Slawomir Gora</dc:creator>
    <dc:date>2005-01-17T10:26:23Z</dc:date>
    <item>
      <title>After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464465#M210649</link>
      <description>We have one unix box that when it is rebooted it will no longer have network connectivity.&lt;BR /&gt;All I have to do to correct is &lt;BR /&gt;route add default ipaddress 1&lt;BR /&gt;and all is fine.&lt;BR /&gt;&lt;BR /&gt;What do I need to do so this problem can be resolved and all will be ok after a reboot?&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 08:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464465#M210649</guid>
      <dc:creator>mike worrell</dc:creator>
      <dc:date>2005-01-17T08:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464466#M210650</link>
      <description>you have to make entry for default gateway in /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]="10.12.20.1"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is for defauklt gateway 10.12.20.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 17 Jan 2005 08:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464466#M210650</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2005-01-17T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464467#M210651</link>
      <description>&lt;BR /&gt;In /etc/rc.config.d/netconf do you have:&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]=xx.yy.zz.ww&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_COUNT[0]=1  &lt;BR /&gt;&lt;BR /&gt;? If not set these params or use SAM to change them.&lt;BR /&gt;&lt;BR /&gt;__ Johan.</description>
      <pubDate>Mon, 17 Jan 2005 08:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464467#M210651</guid>
      <dc:creator>Johan Brusche</dc:creator>
      <dc:date>2005-01-17T08:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464468#M210652</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;after adding ROUTE... section to netconf file&lt;BR /&gt;run command:&lt;BR /&gt;/sbin/init.d/net start &lt;BR /&gt;to add this entry to routing table&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 08:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464468#M210652</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-01-17T08:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464469#M210653</link>
      <description>Just an alternative way of doing it rather then sam or editing that file is:&lt;BR /&gt;#set_parms addtl_netwrk&lt;BR /&gt;&lt;BR /&gt;It basically looks like the networking section when you first create a server.&lt;BR /&gt;&lt;BR /&gt;I would recommend editing the netconf file like suggested above.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 08:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464469#M210653</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2005-01-17T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464470#M210654</link>
      <description>Thanks to everyone for your responses.&lt;BR /&gt;I have those entries in the netconf file.&lt;BR /&gt;This problem happenned after we had to replace the hard drive about a year ago and restore all the data back.  After that we have had to do the command by hand after a reboot.&lt;BR /&gt;Any other ideas I can try?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;mike</description>
      <pubDate>Mon, 17 Jan 2005 09:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464470#M210654</guid>
      <dc:creator>mike worrell</dc:creator>
      <dc:date>2005-01-17T09:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464471#M210655</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you attach /etc/rc.log file ? &lt;BR /&gt;Maby there are some error during setting routes.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 09:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464471#M210655</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-01-17T09:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464472#M210656</link>
      <description>I think you should try Dave's solution:&lt;BR /&gt;&lt;BR /&gt;set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;How did you restore? Was it by installing HP-UX, then extracting files from say a tar archive?&lt;BR /&gt;&lt;BR /&gt;Maybe your netconf file is corrupt...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can generate a new one by copying /usr/newconfig/etc/rc.config.d/netconf to /etc/rc.config.d/netconf then run the above command.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 09:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464472#M210656</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-17T09:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464473#M210657</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;All data for this box is on vg00.  We loaded from the make_recovery tape.  When it first came up the name wasn't there and HP had me generate a new netconf file as you suggested. Then all worked ok except for the piece of having to do the route add by hand.  &lt;BR /&gt;Any other things to try.  Going to look at the rc.log now.</description>
      <pubDate>Mon, 17 Jan 2005 10:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464473#M210657</guid>
      <dc:creator>mike worrell</dc:creator>
      <dc:date>2005-01-17T10:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464474#M210658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;one more question when you run command:&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;is your routing added ?</description>
      <pubDate>Mon, 17 Jan 2005 10:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464474#M210658</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-01-17T10:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464475#M210659</link>
      <description>Can you post your netconf?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 17 Jan 2005 11:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464475#M210659</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-17T11:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464476#M210660</link>
      <description>think i found the problem&lt;BR /&gt;the route_count=1 was not there.&lt;BR /&gt;I added that.&lt;BR /&gt;Think that may have been the issue?&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone &lt;BR /&gt;mike</description>
      <pubDate>Mon, 17 Jan 2005 11:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464476#M210660</guid>
      <dc:creator>mike worrell</dc:creator>
      <dc:date>2005-01-17T11:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: After a reboot I have to manually do "route add default xxxx 1", how can I fix this problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464477#M210661</link>
      <description>Yes - that may have been it:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="192.168.2.1"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;You need the ROUTE_COUNT&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 17 Jan 2005 11:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-a-reboot-i-have-to-manually-do-quot-route-add-default-xxxx/m-p/3464477#M210661</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-17T11:40:31Z</dc:date>
    </item>
  </channel>
</rss>

