<?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 Gateway in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115968#M149792</link>
    <description>"route add default gateway xxx.xxx.xxx.xxx" [count]&lt;BR /&gt; &lt;BR /&gt;If it is a remote gateway then "count" should be 1, otherwuse ignore it.</description>
    <pubDate>Tue, 11 Nov 2003 08:12:16 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-11-11T08:12:16Z</dc:date>
    <item>
      <title>Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115966#M149790</link>
      <description>How do I set up or adjust a default gateway on HP-UX? I am sure I have exhausted all the options available to me using SAM.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 11 Nov 2003 08:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115966#M149790</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-11-11T08:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115967#M149791</link>
      <description>Set up the following entries 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]=NNN.NNN.NNN.NNN&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Then reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 11 Nov 2003 08:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115967#M149791</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-11T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115968#M149792</link>
      <description>"route add default gateway xxx.xxx.xxx.xxx" [count]&lt;BR /&gt; &lt;BR /&gt;If it is a remote gateway then "count" should be 1, otherwuse ignore it.</description>
      <pubDate>Tue, 11 Nov 2003 08:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115968#M149792</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-11T08:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115969#M149793</link>
      <description>Actually, it might be most prudent to test it with Mark's "route add", and then make the permanent changes to /etc/rc.config.d/netconf as I said.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 11 Nov 2003 08:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115969#M149793</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-11T08:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115970#M149794</link>
      <description>Also make sure your gateway is pingable... If not, you need to disable the probing of the gateway, using:&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;Otherwise the gateway will work untill the gateway is unsucessfully probed.</description>
      <pubDate>Tue, 11 Nov 2003 08:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115970#M149794</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-11T08:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115971#M149795</link>
      <description>Hi. Thanks so far. But for some strange reason, the /etc/* directories and files are read-only. Any ideas? I have been able to do a route-add though.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 11 Nov 2003 08:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115971#M149795</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-11-11T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115972#M149796</link>
      <description>Assuming you are root, you can still write them with "vi" by going ":w!" after pressing escape.</description>
      <pubDate>Tue, 11 Nov 2003 08:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115972#M149796</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-11T08:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115973#M149797</link>
      <description>Yes the files in /etc/rc.config.d/ are read only, but you can edit the netconf file and close it with :wq!</description>
      <pubDate>Tue, 11 Nov 2003 08:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115973#M149797</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-11-11T08:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115974#M149798</link>
      <description>Bona,&lt;BR /&gt;&lt;BR /&gt;By now you've probably set your default gateway by manually confirguring files?&lt;BR /&gt;&lt;BR /&gt;If using SAM (I am looking at the Terminal &lt;BR /&gt;version not the GUI Version)&lt;BR /&gt;Select "Networking/Communications"&lt;BR /&gt;"Hosts"&lt;BR /&gt;"Local Hosts File"&lt;BR /&gt;(Lists of hosts comes up)&lt;BR /&gt;ACTIONS -&amp;gt; "Add default gateway"&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;-&amp;gt; Brian Hackley</description>
      <pubDate>Wed, 12 Nov 2003 08:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115974#M149798</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2003-11-12T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115975#M149799</link>
      <description>Can also use set_parms addl_network.  But it sounds like your already set.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Nov 2003 08:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115975#M149799</guid>
      <dc:creator>The Valspar Corporation</dc:creator>
      <dc:date>2003-11-13T08:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115976#M149800</link>
      <description>hello bono,&lt;BR /&gt;&lt;BR /&gt;           the best way to change the default gateway through sam is....&lt;BR /&gt;      1)in sam click the  network &amp;amp; communications icon.&lt;BR /&gt;      2) click on internet addresses icon.&lt;BR /&gt;      3)go to action there you will find the option you wanted namely, (modify default gateway)..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   you can also edit /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;&lt;BR /&gt;senthil</description>
      <pubDate>Fri, 14 Nov 2003 06:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115976#M149800</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2003-11-14T06:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115977#M149801</link>
      <description>If you choose to edit /etc/rc.config.d/netconf file, you can run the command to re-read the netconf file:&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Then, check system's routing table:&lt;BR /&gt;# netstat -rn</description>
      <pubDate>Fri, 14 Nov 2003 07:18:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway/m-p/3115977#M149801</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2003-11-14T07:18:05Z</dc:date>
    </item>
  </channel>
</rss>

