<?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: Changing Default Gateway in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729442#M554385</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;also you can edit /etc/netconf file adding the IP for ROUTE_GATEWAY or a host name listed in /etc/hosts or NIS or DNS then issue /sbin/init.d/net stop then /sbin/init.d start&lt;BR /&gt;&lt;BR /&gt;John.</description>
    <pubDate>Wed, 22 May 2002 17:07:24 GMT</pubDate>
    <dc:creator>John Carr_2</dc:creator>
    <dc:date>2002-05-22T17:07:24Z</dc:date>
    <item>
      <title>Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729440#M554383</link>
      <description>How do I change the default gateway on my HP9000? At present there is no default gateway present for my Ethernet Interface</description>
      <pubDate>Wed, 22 May 2002 17:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729440#M554383</guid>
      <dc:creator>Bill Hoffman_1</dc:creator>
      <dc:date>2002-05-22T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729441#M554384</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;to add a new default gateway&lt;BR /&gt;&lt;BR /&gt;route add default 123.123.123.123  1&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 22 May 2002 17:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729441#M554384</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-05-22T17:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729442#M554385</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;also you can edit /etc/netconf file adding the IP for ROUTE_GATEWAY or a host name listed in /etc/hosts or NIS or DNS then issue /sbin/init.d/net stop then /sbin/init.d start&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Wed, 22 May 2002 17:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729442#M554385</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-05-22T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729443#M554386</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt; To set immediately run&lt;BR /&gt;route add default xxx.xxx.xxx.xxx 1&lt;BR /&gt;&lt;BR /&gt;To enable the setting for all susequent boot you need to edit the /etc/rc.config.d/netconf file &amp;amp; enter the ROUTE_DESTINATION[0]=&lt;BR /&gt;ROUTE_GATEWAY[0]=&lt;BR /&gt;fields to default &amp;amp; the gateway IP (in quotes) respectively.&lt;BR /&gt;Note: depending on your network you may need to specify a subnet mask as well.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 22 May 2002 17:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729443#M554386</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-22T17:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729444#M554387</link>
      <description>To make it permanent, it has to be added to the /etc/rc.config.d/etherconf file.&lt;BR /&gt;&lt;BR /&gt;The easiest way is to use SAM to change it.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 17:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729444#M554387</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-05-22T17:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729445#M554388</link>
      <description>route add default ipaddressofdefault 1&lt;BR /&gt;&lt;BR /&gt;Will add it for now.&lt;BR /&gt;To make it stick you need to:&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.config.d/netconf&lt;BR /&gt;Add:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="newdefaultgatewayIP"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;If you already have some route statements then change the [0] to the next number.&lt;BR /&gt;&lt;BR /&gt;When you reboot it will take.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;                    &lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 17:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729445#M554388</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-05-22T17:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729446#M554389</link>
      <description>Since you need to edit /etc/rc.config.d/netconf anyway to make the change permanent, might as well straight away edit it ..&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=&lt;IP-ADDR-OF-GW&gt;&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;And restart "net".&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;OR&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;Make sure check it afterwards..&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;/IP-ADDR-OF-GW&gt;</description>
      <pubDate>Wed, 22 May 2002 17:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729446#M554389</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-22T17:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729447#M554390</link>
      <description>Hi Bill&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;first do a netstat -nr &lt;BR /&gt;route delete default if any.&lt;BR /&gt;route add default 10.2.10.1:1 or 2 depending on the HOP count ie the no of active devices in the way .&lt;BR /&gt;&lt;BR /&gt;you should be able to ping to the address.&lt;BR /&gt;&lt;BR /&gt;To make it permanent edit /etc/rc.config.d/netconf file &lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 17:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729447#M554390</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-22T17:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729448#M554391</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;go to SAM --&amp;gt; Networking and communication --&amp;gt; Local Hosts file --&amp;gt; Action --&amp;gt; Configure default Gateway&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 17:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729448#M554391</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-22T17:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729449#M554392</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;route add default 123.123.123.123 1 &lt;BR /&gt;&lt;BR /&gt;and then make the changes permanent by&lt;BR /&gt;&lt;BR /&gt;edit the /etc/rc.config.d/netconf file &amp;amp; enter the ROUTE_DESTINATION[0]= and ROUTE_GATEWAY[0]= fields to default &amp;amp; the gateway IP  respectively. &lt;BR /&gt;&lt;BR /&gt;You can also do it thro SAM.&lt;BR /&gt;&lt;BR /&gt;Just check one more way. Thro this you may not have to edit all the files.&lt;BR /&gt;&lt;BR /&gt;set_parms ip_address &lt;BR /&gt;&lt;BR /&gt;It will ask for the IP address and default gateway and after changing this, you will not have to edit any files.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piysuh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 18:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729449#M554392</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-22T18:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729450#M554393</link>
      <description>To change default gateway, and other networking parameters interactively, run:&lt;BR /&gt;&lt;BR /&gt;set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;Try it, as you can always cancel out if you don't want to make a change.</description>
      <pubDate>Wed, 22 May 2002 18:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729450#M554393</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2002-05-22T18:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729451#M554394</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry.....What Mladen despic told is the right option.&lt;BR /&gt;&lt;BR /&gt;set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 22 May 2002 20:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729451#M554394</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-22T20:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729452#M554395</link>
      <description>hiya bill :)&lt;BR /&gt;&lt;BR /&gt;my default gateway appears offline, and will not let me sign on to msn please could you let me know how i change to online from offline &lt;BR /&gt;&lt;BR /&gt;thanks mate &lt;BR /&gt;&lt;BR /&gt;charlotte &lt;BR /&gt;&lt;BR /&gt;xxx</description>
      <pubDate>Thu, 27 Oct 2005 14:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-gateway/m-p/2729452#M554395</guid>
      <dc:creator>charlotte_12</dc:creator>
      <dc:date>2005-10-27T14:49:43Z</dc:date>
    </item>
  </channel>
</rss>

