<?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: System looses default gateway on system reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946341#M412763</link>
    <description>William,&lt;BR /&gt;double check that there is no other file with similar name:  netconf or netconf_blabla.. in the /etc/rc.config.d directory.  at times it can pick up a file named "netconfold" before the "netconf" file name.</description>
    <pubDate>Mon, 12 Dec 2005 14:36:04 GMT</pubDate>
    <dc:creator>D Block 2</dc:creator>
    <dc:date>2005-12-12T14:36:04Z</dc:date>
    <item>
      <title>System looses default gateway on system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946337#M412759</link>
      <description>I am running a L3000-7X server with HPUX 11.0&lt;BR /&gt;every time we reboot the server we lose the default gateway, this can be fixed by using the "route add default xxx.xxx.xxx" command after reboot, I have checked the /etc/rc.config.d/netconf file and it appears to be ok, any suggestions on why this is happening and how we can fix this. Thanks</description>
      <pubDate>Mon, 12 Dec 2005 13:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946337#M412759</guid>
      <dc:creator>William Hill_2</dc:creator>
      <dc:date>2005-12-12T13:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: System looses default gateway on system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946338#M412760</link>
      <description>Shalom William,&lt;BR /&gt;&lt;BR /&gt;You can use SAM to set this.&lt;BR /&gt;&lt;BR /&gt;or the set_parms ip_address&lt;BR /&gt;&lt;BR /&gt;or edit /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;GATEWAY=ipaddress of gateway&lt;BR /&gt;&lt;BR /&gt;ex&lt;BR /&gt;&lt;BR /&gt;GATEWAY=192.168.0.254&lt;BR /&gt;&lt;BR /&gt;Do not save an extra copy of netconf in /etc/rc.config.d/ back it up elsewhere. If there are two copies they both get processed.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 Dec 2005 13:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946338#M412760</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-12T13:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: System looses default gateway on system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946339#M412761</link>
      <description>Mr. Protter, enclosed is my netconf file with all the comment lines stripped out &lt;BR /&gt;&lt;BR /&gt;# netconf:  configuration values for core networking subsystems&lt;BR /&gt;&lt;BR /&gt;HOSTNAME="ugunhl16"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=xxx.xxx.xxx.xxx&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=xxx.xxx.xxx.xxx&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GATED=0&lt;BR /&gt;GATED_ARGS=""&lt;BR /&gt;&lt;BR /&gt;     &lt;BR /&gt;&lt;BR /&gt;RDPD=0&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;RARP=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]="xxx.xxx.xxx.xxx"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;IP_ADDRESS[2]=xxx.xxx.xxx.xxx&lt;BR /&gt;SUBNET_MASK[2]=255.255.0.0&lt;BR /&gt;INTERFACE_NAME[2]=lan2&lt;BR /&gt;BROADCAST_ADDRESS[2]=xxx.xxx.xxx.xxx&lt;BR /&gt;INTERFACE_STATE[2]=up&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION=[4]="net 2.1.0.0"&lt;BR /&gt;ROUTE_MASK[4]="255.255.0.0"&lt;BR /&gt;ROUTE_GATEWAY[4]="xxx.xxx.xxx.xxx"&lt;BR /&gt;ROUTE_COUNT[4]="0"&lt;BR /&gt;IP_ADDRESS[3]=xxx.xxx.xxx.xxx&lt;BR /&gt;SUBNET_MASK[3]=255.255.0.0&lt;BR /&gt;INTERFACE_NAME[3]=lan3&lt;BR /&gt;BROADCAST_ADDRESS[3]=xxx.xxx.xxx.xxx&lt;BR /&gt;INTERFACE_STATE[3]=down&lt;BR /&gt;DHCP_ENABLE[2]=0&lt;BR /&gt;DHCP_ENABLE[3]=0&lt;BR /&gt;Note: The value for "ROUTE_GATEWAY[0]="xxx.xxx.xxx.xxx" " is the value for my default gateway. Do I still need to add this line to the netconf file&lt;BR /&gt;GATEWAY=xxx.xxx.xxx.xxx&lt;BR /&gt;Thanks for your help &lt;BR /&gt;Bill</description>
      <pubDate>Mon, 12 Dec 2005 14:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946339#M412761</guid>
      <dc:creator>William Hill_2</dc:creator>
      <dc:date>2005-12-12T14:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: System looses default gateway on system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946340#M412762</link>
      <description>Check the directory /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;There is a file there called netconf where you can set this information.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2005 14:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946340#M412762</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-12-12T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: System looses default gateway on system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946341#M412763</link>
      <description>William,&lt;BR /&gt;double check that there is no other file with similar name:  netconf or netconf_blabla.. in the /etc/rc.config.d directory.  at times it can pick up a file named "netconfold" before the "netconf" file name.</description>
      <pubDate>Mon, 12 Dec 2005 14:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946341#M412763</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-12-12T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: System looses default gateway on system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946342#M412764</link>
      <description>Edit the /etc/rc.config.d/netconf and add the gateway once again. If you are not sure use sam to that. &lt;BR /&gt;&lt;BR /&gt;Check the permission/owner of /etc/hosts file and add the gateway.&lt;BR /&gt;&lt;BR /&gt;Use netstat -nr to see wheteher it is set on boot.&lt;BR /&gt;&lt;BR /&gt;Sometime people use hexadecimal in it. But use decimal instead.Or you have a typo in it.&lt;BR /&gt;&lt;BR /&gt;Cheers ....007 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2005 14:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946342#M412764</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2005-12-12T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: System looses default gateway on system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946343#M412765</link>
      <description>added gateway entry to the /etc/rc.config.d/netconf file</description>
      <pubDate>Fri, 23 Dec 2005 10:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-looses-default-gateway-on-system-reboot/m-p/4946343#M412765</guid>
      <dc:creator>William Hill_2</dc:creator>
      <dc:date>2005-12-23T10:19:46Z</dc:date>
    </item>
  </channel>
</rss>

