<?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: routing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144071#M572248</link>
    <description>Hi "admin",&lt;BR /&gt;&lt;BR /&gt;put the wanted routes into "/etc/rc.config.d/netconf", but take care to fill in the proper netmask for each and every route (well, except for the default route, it is not neccessary there).&lt;BR /&gt;Usually classless IP routing is done everywhere and hence the default netmasks would be all wrong!&lt;BR /&gt;So you'll need a whole paragraph for each and every route in "netconf"...&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
    <pubDate>Sat, 13 Dec 2003 21:19:00 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2003-12-13T21:19:00Z</dc:date>
    <item>
      <title>routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144068#M572245</link>
      <description>How do I check my default route &lt;BR /&gt;Then add a new route .&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Dec 2003 16:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144068#M572245</guid>
      <dc:creator>admin_18</dc:creator>
      <dc:date>2003-12-13T16:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144069#M572246</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;default route is:&lt;BR /&gt;netstat -rn&lt;BR /&gt;&lt;BR /&gt;adding a route is:&lt;BR /&gt;route add -host|-net destiny gateway ...&lt;BR /&gt;You can add either a single host or a net including a netmask.&lt;BR /&gt;&lt;BR /&gt;look into the menu of both commands, this is how I remember it.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Dec 2003 16:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144069#M572246</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-13T16:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144070#M572247</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check your default route with &lt;BR /&gt;&lt;BR /&gt;netstat -rn | grep ^default&lt;BR /&gt;&lt;BR /&gt;The easiest way to do it is via&lt;BR /&gt;&lt;BR /&gt;set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;Otherwise use the route command&lt;BR /&gt;&lt;BR /&gt;man route&lt;BR /&gt;&lt;BR /&gt;for more information&lt;BR /&gt;&lt;BR /&gt;All changes are added automatically (if using set_parms) or manually (if using route command) to the below file&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 13 Dec 2003 16:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144070#M572247</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-12-13T16:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144071#M572248</link>
      <description>Hi "admin",&lt;BR /&gt;&lt;BR /&gt;put the wanted routes into "/etc/rc.config.d/netconf", but take care to fill in the proper netmask for each and every route (well, except for the default route, it is not neccessary there).&lt;BR /&gt;Usually classless IP routing is done everywhere and hence the default netmasks would be all wrong!&lt;BR /&gt;So you'll need a whole paragraph for each and every route in "netconf"...&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Dec 2003 21:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144071#M572248</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2003-12-13T21:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144072#M572249</link>
      <description>Hi.Admin,&lt;BR /&gt;&lt;BR /&gt;To check default route try:&lt;BR /&gt;netstat -rn&lt;BR /&gt;to add route use&lt;BR /&gt;route add&lt;BR /&gt;to check these command check&lt;BR /&gt;man netstat&lt;BR /&gt;man route&lt;BR /&gt;&lt;BR /&gt;In the file /etc/rc.config.netconf you can put  route to.&lt;BR /&gt;I suggest you to read man pages of these command&lt;BR /&gt;&lt;BR /&gt;Succes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Sun, 14 Dec 2003 04:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144072#M572249</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-12-14T04:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144073#M572250</link>
      <description>As previously mentioned netstat -rn | grep default will show the current default route.  To check if it is working, you might try &lt;BR /&gt;traceroute A.B.C.D  &lt;BR /&gt;(where A.B.C.D is an address on a network that you don't have a specific route for in netstat -rn).  The first hop is going to be your default route.  If it doesn't respond then it is not working.&lt;BR /&gt;&lt;BR /&gt;You can also &lt;BR /&gt;ping default&lt;BR /&gt;which should also work.  If it doesn't you may have other problems if you are running 11.0.&lt;BR /&gt;&lt;BR /&gt;To change it with route you need to delete the old one and add a new:&lt;BR /&gt;&lt;BR /&gt;route delete default oldrouteraddress&lt;BR /&gt;route add default newrouteraddress 1&lt;BR /&gt;&lt;BR /&gt;note that this does not change the entry in /etc/rc.config.d/netconf so you must do this manually or it will go away when you reboot.&lt;BR /&gt;&lt;BR /&gt;if running 11.0 (or maybe newer I'm not sure) there is an option in ndd which checks to see if a gateway is alive.  If it does not respond to pings, it will be taken out of service after about 3 minutes.  &lt;BR /&gt;&lt;BR /&gt;Set it to 0 to make it stop:&lt;BR /&gt;&lt;BR /&gt;ndd /dev/ip ip_ire_gw_probe_interval 0&lt;BR /&gt;&lt;BR /&gt;Then delete and add the default route again.&lt;BR /&gt;&lt;BR /&gt;then if that fixes your problem add the setting to /etc/rc.config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe_interval&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;so that it will stay after a reboot. (If you already have an entry then use the next available integer in the brackets.)&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Dec 2003 08:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/3144073#M572250</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-12-14T08:06:12Z</dc:date>
    </item>
  </channel>
</rss>

