<?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: Cannot add default route in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098009#M573402</link>
    <description>Save yourself the headache.  Gather up your hostname, server ip, netmask, gateway, ntp, nis, and dns and run this command:&lt;BR /&gt; &lt;BR /&gt;# set_parms initial</description>
    <pubDate>Tue, 21 Oct 2003 15:06:59 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-10-21T15:06:59Z</dc:date>
    <item>
      <title>Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098001#M573394</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm experiencing a rather odd problem, in my pov.&lt;BR /&gt;On my ux 11 box, i just can't add the default route!&lt;BR /&gt;Lan1 = 134.51.0.129/24&lt;BR /&gt;and then route add default 134.51.0.7 (my def. gw) just fails!! &lt;BR /&gt;Have a look: (netstat output is rather messed up, sorry..)&lt;BR /&gt;&lt;BR /&gt;[root@haven /root] #ifconfig lan1               &lt;BR /&gt;lan1: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 134.51.0.129 netmask ffff0000 broadcast 134.51.255.255&lt;BR /&gt;[root@haven /root] #netstat -nrv                &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    2221486  lo0        4136&lt;BR /&gt;134.51.0.129/255.255.255.255 &lt;BR /&gt;                      134.51.0.129       UH       0   74985512  lan1       4136&lt;BR /&gt;134.51.0.0/255.255.0.0 134.51.0.129       U        2          0  lan1       1500&lt;BR /&gt;127.0.0.0/255.0.0.0   127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;[root@haven /root] #route add default 134.51.0.7&lt;BR /&gt;add net default: gateway 134.51.0.7: Network is unreachable&lt;BR /&gt;[root@haven /root] #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyone?&lt;BR /&gt;&lt;BR /&gt;Thanx, Paul&lt;BR /&gt;&lt;/UP&gt;</description>
      <pubDate>Tue, 21 Oct 2003 01:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098001#M573394</guid>
      <dc:creator>Remco van der Noord</dc:creator>
      <dc:date>2003-10-21T01:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098002#M573395</link>
      <description>Hi Paul,&lt;BR /&gt;You'll be able to add default gateway only if its reachable, means you can ping it. If you cant ping the gateway IP, then you cant add it as gateway.&lt;BR /&gt;First resolve to see you can ping that IP 134.51.0.7 and to do that see you'r subnet mask if that is valid one given by network administrator.&lt;BR /&gt;&lt;BR /&gt;Second is give a metric count of 1 in the command then it will work.&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;#route add default 134.51.0.7 1&lt;BR /&gt;&lt;BR /&gt;Note "1" in the end.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 02:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098002#M573395</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-21T02:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098003#M573396</link>
      <description>Check you network. We had smililar problems and found that our network was not properly defined by the network admins.</description>
      <pubDate>Tue, 21 Oct 2003 02:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098003#M573396</guid>
      <dc:creator>Alex Lavrov</dc:creator>
      <dc:date>2003-10-21T02:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098004#M573397</link>
      <description>Are you able to ping the gateway.&lt;BR /&gt;If you are unable to ping,echeck whether using have plugged the network cable in the right port&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Tue, 21 Oct 2003 02:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098004#M573397</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-21T02:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098005#M573398</link>
      <description>Remember to edit /etc/rc.config.d/netconf for permanent change.</description>
      <pubDate>Tue, 21 Oct 2003 02:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098005#M573398</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-10-21T02:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098006#M573399</link>
      <description>Hi Rajeev,&lt;BR /&gt;&lt;BR /&gt;the point being: It works..&lt;BR /&gt;That is: I'm now able to add the route.&lt;BR /&gt;&lt;BR /&gt;I still can't ping the gw however, but that's mainly because the Net Admin (== me) disabled that on the gw (== firewall).&lt;BR /&gt;&lt;BR /&gt;However, I'm not able to contact any host at the other side of the fw....&lt;BR /&gt;&lt;BR /&gt;The route also became unavailible, but I disabled the dead_fgateway thinggy:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip  ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;and then deleted + re-added the def. route.&lt;BR /&gt;&lt;BR /&gt;I'll tingle a bit on the fw. to see if I'll manage.&lt;BR /&gt;&lt;BR /&gt;Thanx, Paul</description>
      <pubDate>Tue, 21 Oct 2003 02:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098006#M573399</guid>
      <dc:creator>Remco van der Noord</dc:creator>
      <dc:date>2003-10-21T02:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098007#M573400</link>
      <description>Hi Twang,&lt;BR /&gt;&lt;BR /&gt;Thanx for reminding me;-)&lt;BR /&gt;&lt;BR /&gt;I also added this to nddconf:&lt;BR /&gt;#&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;~&lt;BR /&gt;to make the ndd -set /dev/ip ipblablabla thing permanent.&lt;BR /&gt;&lt;BR /&gt;Is this the corect way?&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 21 Oct 2003 02:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098007#M573400</guid>
      <dc:creator>Remco van der Noord</dc:creator>
      <dc:date>2003-10-21T02:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098008#M573401</link>
      <description>Paul,&lt;BR /&gt; &lt;BR /&gt;Your nddconf entry is correct assuming you have no other entries.  You might also want to edit /etc/rc.config.d/netconf to add your default route so it will be available after the next reboot.  Don't forget the metric of 1.&lt;BR /&gt; &lt;BR /&gt;Ron</description>
      <pubDate>Tue, 21 Oct 2003 14:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098008#M573401</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-10-21T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098009#M573402</link>
      <description>Save yourself the headache.  Gather up your hostname, server ip, netmask, gateway, ntp, nis, and dns and run this command:&lt;BR /&gt; &lt;BR /&gt;# set_parms initial</description>
      <pubDate>Tue, 21 Oct 2003 15:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098009#M573402</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-21T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098010#M573403</link>
      <description>Sorry, didn't read far enough.  Your gateway has no ICMP traffic, i.e., pings.  This is more and more common.  In lieu of ping try 'linkloop' to the switch, or, whatever your next hop up the network is.&lt;BR /&gt; &lt;BR /&gt;# linkloop MAC&lt;BR /&gt; &lt;BR /&gt;Use arp -a to help see what the MAC's are, or, contact the network administrator.</description>
      <pubDate>Tue, 21 Oct 2003 15:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-add-default-route/m-p/3098010#M573403</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-21T15:12:19Z</dc:date>
    </item>
  </channel>
</rss>

