<?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: Specifying gateway information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873415#M563695</link>
    <description>I'm using HP 11.00 64-bit (too late huh)...</description>
    <pubDate>Wed, 01 Dec 2004 18:05:11 GMT</pubDate>
    <dc:creator>Nino Guba</dc:creator>
    <dc:date>2004-12-01T18:05:11Z</dc:date>
    <item>
      <title>Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873406#M563686</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Question: Where can I view/modify the default gateway information?  On SAM -&amp;gt; Networking and Communications -&amp;gt; Network Interface Cards, it says Default Gateway "none specified" but none on the menus lets me modify this info.&lt;BR /&gt;&lt;BR /&gt;Help anyone? Thanks.</description>
      <pubDate>Wed, 01 Dec 2004 16:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873406#M563686</guid>
      <dc:creator>Nino Guba</dc:creator>
      <dc:date>2004-12-01T16:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873407#M563687</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'd just take a look at the /etc/rc.config.d/netconf file and see what the default gateway is set for.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 16:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873407#M563687</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-12-01T16:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873408#M563688</link>
      <description>/etc/rc.config.d/netconf file</description>
      <pubDate>Wed, 01 Dec 2004 16:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873408#M563688</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2004-12-01T16:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873409#M563689</link>
      <description>Hi Nino,&lt;BR /&gt;&lt;BR /&gt;Do the following.&lt;BR /&gt;&lt;BR /&gt;#vi /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;and modify ROUTE_GATEWAY[0]=" as per your requirement.&lt;BR /&gt;&lt;BR /&gt;eg:-&lt;BR /&gt;&lt;BR /&gt;# IMPORTANT:  for 9.x-to-10.0 transition, do not put blank lines between&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.10.10.1"&lt;BR /&gt;ROUTE_COUNT[0]=""&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Wed, 01 Dec 2004 16:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873409#M563689</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-12-01T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873410#M563690</link>
      <description>Well, real admins don't use sam but edit the file /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;you make enties like this:&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;RAUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.0.1&lt;BR /&gt;ROUTE_COUNR[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;but you can also do it in Sam and then check the file entries afterwards:&lt;BR /&gt;&lt;BR /&gt;Sam-&amp;gt;Networking &amp;amp; Communications -&amp;gt;Routes -&amp;gt;Actions -&amp;gt; Add Default Routes</description>
      <pubDate>Wed, 01 Dec 2004 16:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873410#M563690</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-01T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873411#M563691</link>
      <description>Ok I admit I'm not a real system admin. I'm just helping out to speed things up configuring our server.  Unfortunately I have do get my hands dirty...&lt;BR /&gt;&lt;BR /&gt;Now I was able to view the netconf file. Modified it. Do I need to do anything after for this to take effect?&lt;BR /&gt;&lt;BR /&gt;I also noticed we dont have ROUTES in the Network and Communications part of SAM. Any idea why?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 01 Dec 2004 17:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873411#M563691</guid>
      <dc:creator>Nino Guba</dc:creator>
      <dc:date>2004-12-01T17:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873412#M563692</link>
      <description>Well, now you need to execute the route command&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;route add default 10.1.0.1 1&lt;BR /&gt;&lt;BR /&gt;man route for details.&lt;BR /&gt;&lt;BR /&gt;It's probably a better idea to reboot to make sure your entries in netconf are okay.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 17:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873412#M563692</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-01T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873413#M563693</link>
      <description>As to why you don't have "Routes" under SAM, it's probably because you are running a version of HP-UX below 11.11. When you don't bother to mention the OS Version I am forced to use "The Force" and sometimes "The Force" is not with me.&lt;BR /&gt;&lt;BR /&gt;On 11.0 versions, SAM-&amp;gt; Networking and Communications -&amp;gt; Hosts -&amp;gt; Local Hosts File -&amp;gt; Actions -&amp;gt; Configure Default Gateway&lt;BR /&gt;&lt;BR /&gt;On 10.20 (and from memory so beware):&lt;BR /&gt; SAM-&amp;gt; Networking and Communications -&amp;gt; Internet Addresses -&amp;gt; Actions -&amp;gt; Modify Default Gateway&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 17:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873413#M563693</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-01T17:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873414#M563694</link>
      <description>Thanks! Now that my gateway is set. DNS now works as expected.</description>
      <pubDate>Wed, 01 Dec 2004 18:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873414#M563694</guid>
      <dc:creator>Nino Guba</dc:creator>
      <dc:date>2004-12-01T18:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873415#M563695</link>
      <description>I'm using HP 11.00 64-bit (too late huh)...</description>
      <pubDate>Wed, 01 Dec 2004 18:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873415#M563695</guid>
      <dc:creator>Nino Guba</dc:creator>
      <dc:date>2004-12-01T18:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying gateway information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873416#M563696</link>
      <description>Closing this thread.  You're all very helpful. Thanks!</description>
      <pubDate>Wed, 01 Dec 2004 18:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-gateway-information/m-p/4873416#M563696</guid>
      <dc:creator>Nino Guba</dc:creator>
      <dc:date>2004-12-01T18:11:13Z</dc:date>
    </item>
  </channel>
</rss>

