<?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: default router in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648720#M45561</link>
    <description>You need to specify your gateway by IP address. It is also important for the Route mask to match the interfaces subnet mask.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Thu, 31 Jan 2002 18:22:03 GMT</pubDate>
    <dc:creator>Steve Labar</dc:creator>
    <dc:date>2002-01-31T18:22:03Z</dc:date>
    <item>
      <title>default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648711#M45552</link>
      <description>i keep getting a problem with the default route being lost on a hp 9000 series running 10.20.  i have copy a correct version of the netconf file before doing anything, but when it rebooted, it still didn't have the default path. i went into sam and sam said there wasn't one while the log shows that when calling the paths, there is one listed as a default path. &lt;BR /&gt;&lt;BR /&gt;how do i fix it so the machine remembers the default path and not just the netconf file?&lt;BR /&gt;&lt;BR /&gt;thanx in advance&lt;BR /&gt;&lt;BR /&gt;-Josh</description>
      <pubDate>Fri, 18 Jan 2002 22:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648711#M45552</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-01-18T22:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648712#M45553</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Below is an example of a /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;The netconf file has the lines: &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default &lt;BR /&gt;ROUTE_MASK[0]="255.255.0.0" &lt;BR /&gt;ROUTE_GATEWAY[0]="185.16.0.1" &lt;BR /&gt;ROUTE_COUNT[0]=1 &lt;BR /&gt;ROUTE_ARGS[0]="" &lt;BR /&gt;&lt;BR /&gt;Is there any problem with the syntax, or something? This is EXACTLY what's there, and make sure that your subnet mask is correct.&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 22:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648712#M45553</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-18T22:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648713#M45554</link>
      <description>Hi Josh,&lt;BR /&gt;&lt;BR /&gt;Just a hunch.  Do you have a copy of netconf in /etc/rc.config.d?  If so, it may be getting sourced by /etc/rc.config (which is called by /etc/rc when changing run level).  If it is, it may be sourced after the real netconf so that your settings are not what you expect.&lt;BR /&gt;&lt;BR /&gt;As a general rule, place your copies of /etc/rc.config.d files somewhere else.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 18 Jan 2002 22:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648713#M45554</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-18T22:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648714#M45555</link>
      <description>In your netconf file make sure you have the following:&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.1.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;&lt;BR /&gt;and the [0] matches the ip and hostname&lt;BR /&gt;&lt;BR /&gt;then netstat -nr to check the routing table&lt;BR /&gt;&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0      29589  lo0        4136&lt;BR /&gt;10.1.1.1           10.1.1.1        UH       0    4653375  lan0       4136&lt;BR /&gt;10.1.1.0             10.1.1.2        U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               10.1.1.1          UG       0          0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;If you have a default route in there your routing table is ok.&lt;BR /&gt;&lt;BR /&gt;if not&lt;BR /&gt;&lt;BR /&gt;route add default netmask 255.255.255.0 10.1.1.1 1&lt;BR /&gt;&lt;BR /&gt;This is all you need to know about default gateways, there is no /etc/defaultrouter file like in Sun.&lt;BR /&gt;&lt;BR /&gt;However, if you are using 11.x there is a bug called the dead gateway detection problem where if you can't ping the gateway, then it goes dead and you can't route out, which seems like you have lost your default route. However, if it is in your routing table, you really did not loose it.&lt;BR /&gt;&lt;BR /&gt;There are some ndd patches to fix this or you can have your network admin allow icmp traffic from your hp box to fix this problem. &lt;BR /&gt;&lt;BR /&gt;Hopefully I have covered it.&lt;BR /&gt;&lt;BR /&gt;C&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 22:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648714#M45555</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-01-18T22:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648715#M45556</link>
      <description>Are there any errors produced in the &lt;BR /&gt;/etc/rc.log file when the system starts?&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 22:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648715#M45556</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-18T22:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648716#M45557</link>
      <description>If the syntax of your netconf file is correct, have you verified that the subnet mask of your interface and the subnet mask of your gateway are the same and the addresses of each are in the same subnet?&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 21 Jan 2002 23:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648716#M45557</guid>
      <dc:creator>Steve Labar</dc:creator>
      <dc:date>2002-01-21T23:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648717#M45558</link>
      <description>sorry about the delay in replaying. i haven't had a chance to actually go through and try anything. i was away while finding my class schedule for hte semester since my work schedule is made around that. for those interested, here's part of the current netconf after it starts up:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=gw.net.brandeis.edu&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;# Dynamic routing daemon configuration.  See gated(1m)&lt;BR /&gt;#&lt;BR /&gt;# GATED:        Set to 1 to start gated daemon.&lt;BR /&gt;# GATED_ARGS:   Arguments to the gated daemon.&lt;BR /&gt;&lt;BR /&gt;GATED=0&lt;BR /&gt;GATED_ARGS=""&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Router Discover Protocol daemon configuration.  See rdpd(1m)&lt;BR /&gt;#&lt;BR /&gt;# RDPD:         Set to 1 to start rdpd daemon&lt;BR /&gt;#       &lt;BR /&gt;&lt;BR /&gt;RDPD=0&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Reverse Address Resolution Protocol daemon configuration.  See rarpd(1m)&lt;BR /&gt;#&lt;BR /&gt;# RARPD:         Set to 1 to start rarpd daemon&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;RARPD=0&lt;BR /&gt;IP_ADDRESS[0]=129.64.5.249&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=129.64.5.255&lt;BR /&gt;LANCONFIG_ARGS[0]="ether"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and here's the file i replace it with before accessing it in the start up scripts:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=gw.net.brandeis.edu&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;# Dynamic routing daemon configuration.  See gated(1m)&lt;BR /&gt;#&lt;BR /&gt;# GATED:        Set to 1 to start gated daemon.&lt;BR /&gt;# GATED_ARGS:   Arguments to the gated daemon.&lt;BR /&gt;&lt;BR /&gt;GATED=0&lt;BR /&gt;GATED_ARGS=""&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Router Discover Protocol daemon configuration.  See rdpd(1m)&lt;BR /&gt;#&lt;BR /&gt;# RDPD:         Set to 1 to start rdpd daemon&lt;BR /&gt;#       &lt;BR /&gt;&lt;BR /&gt;RDPD=0&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Reverse Address Resolution Protocol daemon configuration.  See rarpd(1m)&lt;BR /&gt;#&lt;BR /&gt;# RARPD:         Set to 1 to start rarpd daemon&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;RARPD=0&lt;BR /&gt;IP_ADDRESS[0]=129.64.5.249&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=129.64.5.255&lt;BR /&gt;LANCONFIG_ARGS[0]="ether"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if i understnad this correctly, what i need to do is change the line:&lt;BR /&gt;ROUTE_MASK[0]="" &lt;BR /&gt;to:&lt;BR /&gt;ROUTE_MASK[0]="255.255.255.0" &lt;BR /&gt;and the line:&lt;BR /&gt;ROUTE_GATEWAY[0]=gw.net.brandeis.edu &lt;BR /&gt;to:&lt;BR /&gt;ROUTE_GATEWAY[0]="129.64.5.1" &lt;BR /&gt;&lt;BR /&gt;i'm going to try that and see if it keeps the default router.</description>
      <pubDate>Thu, 31 Jan 2002 15:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648717#M45558</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-01-31T15:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648718#M45559</link>
      <description>I think you need to change your gateway entry from gw.net.bradeis.edu to the hardcoded IP address of it ( providing that it is your router on the same subnet of your hosts IP.)&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2002 17:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648718#M45559</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-01-31T17:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648719#M45560</link>
      <description>i have to leave for class, however, there was one more change since the last time. i noticed it still thought of itself as what it previously was for its internet connections. that was fixed. it now has the correctinformation there as well, but it's still not holding the default gateway. &lt;BR /&gt;&lt;BR /&gt;however this time it did state that it created an error reported in the log file.&lt;BR /&gt;&lt;BR /&gt;the only thing i see related to the gateway is complaints from when it read "gw.net.brandeis.edu" being a bad value.&lt;BR /&gt;&lt;BR /&gt;-Josh</description>
      <pubDate>Thu, 31 Jan 2002 17:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648719#M45560</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-01-31T17:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648720#M45561</link>
      <description>You need to specify your gateway by IP address. It is also important for the Route mask to match the interfaces subnet mask.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 31 Jan 2002 18:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648720#M45561</guid>
      <dc:creator>Steve Labar</dc:creator>
      <dc:date>2002-01-31T18:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648721#M45562</link>
      <description>I expect the reason your default gateway goes away is because you have it defined by its name and not its ip address.  When the box wants to find the router it probably queries your DNS server to find the ip address.  Perhaps the DNS server is losing it or not responding?  Make sure that you have the gateway entered in your /etc/hosts file and you might want to check /etc/nsswitch.conf to see if it wants to check DNS before /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 31 Jan 2002 22:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648721#M45562</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-01-31T22:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648722#M45563</link>
      <description>Darrell Allen &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; January 18, 2002 22:24 PM GMT      &lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------Hi Josh, &lt;BR /&gt;&lt;BR /&gt;Just a hunch. Do you have a copy of netconf in /etc/rc.config.d? If so, it may be getting sourced by /etc/rc.config (which is called by /etc/rc when changing run level). If it is, it may be sourced after the real netconf so that your settings are not what you expect. &lt;BR /&gt;&lt;BR /&gt;As a general rule, place your copies of /etc/rc.config.d files somewhere else. &lt;BR /&gt;&lt;BR /&gt;Darrell  &lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;it's set up so that anywhere a startup script calls it, the script first has it copy the correct file over to netconf. (cp /etc/rc.config.d/netconf.orig /etc/rc.config.d/netconf )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Craig Rants-&lt;BR /&gt;&lt;BR /&gt;thanx. that didn't fix it but it let me catch a few other problems that were occuring and now seem to be resovled.&lt;BR /&gt;after i get this one fixed is when i'm going to give you points for that because it definitely deserves a ten since it allowed me to catch other problems&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve Labar &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; January 21, 2002 23:29 PM GMT      &lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------If the syntax of your netconf file is correct, have you verified that the subnet mask of your interface and the subnet mask of your gateway are the same and the addresses of each are in the same subnet? &lt;BR /&gt;&lt;BR /&gt;Good Luck &lt;BR /&gt;&lt;BR /&gt;Steve  &lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;yes i have. i know they are on the same subnet, etc. it used to have the old ips in that file (the problem i caught because of craig which was why it wouldn't talk to the backup server)&lt;BR /&gt;that was fixed and it is still having the problem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Ron Esterman   &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; January 31, 2002 17:19 PM GMT      &lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;I think you need to change your gateway entry from gw.net.bradeis.edu to the hardcoded IP address of it ( providing that it is your router on the same subnet of your hosts IP.)  &lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;that's been done and it is still losing it.</description>
      <pubDate>Fri, 01 Feb 2002 21:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648722#M45563</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-02-01T21:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648723#M45564</link>
      <description />
      <pubDate>Mon, 04 Feb 2002 15:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648723#M45564</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-02-04T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648724#M45565</link>
      <description />
      <pubDate>Mon, 04 Feb 2002 16:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648724#M45565</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-02-04T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648725#M45566</link>
      <description>I don't know that this will fix your problem but here's a couple of things about your netconf...&lt;BR /&gt;&lt;BR /&gt;In the following stanza you have misspelled LANCONFIG.  You also specify instance number [2] which does not have an interface associated with it.  Also DHCP_ENABLE is associated with [2].  I presume you mean for both of them to apply to lan0 thus they should be [0].&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=129.64.5.249&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=129.64.5.255&lt;BR /&gt;LANCOFIG_ARGS[2]=ether&lt;BR /&gt;DHCP_ENABLE[2]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following stanza repeats entries from the above stanza.  You need to delete one stanza or the other.  Even if they are the same, it's not good practice to have it repeated.&lt;BR /&gt;&lt;BR /&gt;IP_ADDRESS[0]=129.64.5.249&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=129.64.5.255&lt;BR /&gt;LANCONFIG_ARGS[0]="ether"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the following stanza you misspell ROUTE_GATEWAY.&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUT_GATEWAY[0]="129.64.5.1"&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;You also specify ROUTE_GATEWAY again as below.  Delete the one you don't want.  If the first, be sure to correct the spelling.&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]=gw.net.brandeis.edu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 04 Feb 2002 17:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648725#M45566</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-02-04T17:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648726#M45567</link>
      <description>Josh, there's 2 things I don't understand...&lt;BR /&gt;&lt;BR /&gt;Why are you playing games with netconf?  I have no idea what you could want to accomplish by overlaying netconf with a saved version.&lt;BR /&gt;&lt;BR /&gt;Why are you editing /sbin/auto_parms?  /sbin contains system "stuff" that shouldn't be changed.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 04 Feb 2002 17:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648726#M45567</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-02-04T17:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648727#M45568</link>
      <description>If you have the netconf.orig file in /etc/rc.config.d, get it out of there.  Move it to /tmp or your home directory or something.  When the system starts up, it sources ALL FILES in /etc/rc.config.d to get configuration parameters.  So any backup files you have get sources as well, and depending on how they fall, the netconf.orig could be overwriting everything that is set in netconf.&lt;BR /&gt;&lt;BR /&gt;You should NEVER have a backup of any of the /etc/rc.config.d configuration files in /etc/rc.config.d.</description>
      <pubDate>Mon, 04 Feb 2002 17:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648727#M45568</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-04T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648728#M45569</link>
      <description>Darrell Allen &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; February 04, 2002 17:19 PM GMT      &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Josh, there's 2 things I don't understand... &lt;BR /&gt;&lt;BR /&gt;Why are you playing games with netconf? I have no idea what you could want to accomplish by overlaying netconf with a saved version. &lt;BR /&gt;&lt;BR /&gt;Why are you editing /sbin/auto_parms? /sbin contains system "stuff" that shouldn't be changed. &lt;BR /&gt;&lt;BR /&gt;Darrell  &lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;because i'm trying to get it to stop losing the default gateway.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and to the person who noted the [2] appearence, this machine used to have three network interfaces. we're now only using the build in interface.&lt;BR /&gt;&lt;BR /&gt;i'm going to fix the problems pointed out, move the backup file and report back.&lt;BR /&gt;&lt;BR /&gt;-Josh</description>
      <pubDate>Tue, 05 Feb 2002 19:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648728#M45569</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-02-05T19:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648729#M45570</link>
      <description />
      <pubDate>Tue, 05 Feb 2002 20:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648729#M45570</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-02-05T20:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: default router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648730#M45571</link>
      <description>i have a question... should this: &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[0]="129.64.5.1" &lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;look like this:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=255.255.255.0&lt;BR /&gt;ROUTE_GATEWAY[0]=129.64.5.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what would that change do? in it's current state with the quotes it doens't keep the information.</description>
      <pubDate>Tue, 05 Feb 2002 20:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2648730#M45571</guid>
      <dc:creator>Josh_13</dc:creator>
      <dc:date>2002-02-05T20:22:29Z</dc:date>
    </item>
  </channel>
</rss>

