<?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 Default Route in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325126#M188097</link>
    <description>Hi,&lt;BR /&gt;  I have just installed HP-UX 11 on my server&lt;BR /&gt;  I want to set the default gateway for this&lt;BR /&gt;  machine how can I do that.&lt;BR /&gt;&lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit</description>
    <pubDate>Wed, 07 Jul 2004 07:33:29 GMT</pubDate>
    <dc:creator>Amit Dixit_2</dc:creator>
    <dc:date>2004-07-07T07:33:29Z</dc:date>
    <item>
      <title>Default Route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325126#M188097</link>
      <description>Hi,&lt;BR /&gt;  I have just installed HP-UX 11 on my server&lt;BR /&gt;  I want to set the default gateway for this&lt;BR /&gt;  machine how can I do that.&lt;BR /&gt;&lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit</description>
      <pubDate>Wed, 07 Jul 2004 07:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325126#M188097</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-07-07T07:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Default Route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325127#M188098</link>
      <description>Configure /etc/rc.config.d/netconf</description>
      <pubDate>Wed, 07 Jul 2004 07:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325127#M188098</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-07-07T07:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Default Route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325128#M188099</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can try:&lt;BR /&gt;&lt;BR /&gt;/etc/set_parms&lt;BR /&gt;&lt;BR /&gt;In HP-UX 10.20 works, i don't know if works in HP-UX 11.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Wed, 07 Jul 2004 07:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325128#M188099</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-07-07T07:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Default Route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325129#M188100</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;#route add default gateway &lt;GATEWAY ip=""&gt;&lt;BR /&gt;&lt;BR /&gt;to make this permanent open /etc/rc.config.d/netconf file and make these entries&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="&lt;GATEWAY ip=""&gt;"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;/GATEWAY&gt;&lt;/GATEWAY&gt;</description>
      <pubDate>Wed, 07 Jul 2004 07:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325129#M188100</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-07-07T07:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Default Route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325130#M188101</link>
      <description>Yes - in /etc/rc.config.d/netconf:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="XXX.XXX.XXX.XXX"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where XXX.XXX.XXX.XXX is ip of gateway.&lt;BR /&gt;&lt;BR /&gt;set_parms will do it as well - do a man set_parms for mor info.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 07 Jul 2004 07:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325130#M188101</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-07T07:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Default Route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325131#M188102</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;1. To add the route to the running system:&lt;BR /&gt;route add default &lt;IP address=""&gt; 1&lt;BR /&gt;&lt;BR /&gt;2. To make it permanent:&lt;BR /&gt;# vi /etc/rc.config.d/netconf&lt;BR /&gt;(modify the following with your information)&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=&lt;IP address=""&gt;&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Note: If these are already populated with some route that you need to keep, just add a new set. (e.g. ROUTE_DESTINATION[1]=, etc.)&lt;BR /&gt;&lt;BR /&gt;David&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 07 Jul 2004 07:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route/m-p/3325131#M188102</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2004-07-07T07:56:08Z</dc:date>
    </item>
  </channel>
</rss>

