<?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: Two default gateways in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507816#M217716</link>
    <description>set it through SAm or set_params and do&lt;BR /&gt;through console do&lt;BR /&gt;/sbin/init.d/net stop;/sbin/init.d/net start</description>
    <pubDate>Fri, 18 Mar 2005 15:31:04 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-03-18T15:31:04Z</dc:date>
    <item>
      <title>Two default gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507815#M217715</link>
      <description>I am working on configuring a BigIP network load balancer to work with an HP N-class server running HPUX 11.&lt;BR /&gt;&lt;BR /&gt;I have noted something unusual and was wondering if anyone could shed some light on it.&lt;BR /&gt;&lt;BR /&gt;In SAM, I show the default gateway as the IP address of the F5 box, which is what I tried setting it to. Yet if I run /sbin/set_parms addl_netwrk, it shows the default gateway as the original gateway.  In the /etc/rc.config.d/netconf file, the gateway for the interface lan0 is the original gateway.&lt;BR /&gt;Also, both gateways show when doing a 'netstat -r'&lt;BR /&gt;&lt;BR /&gt;When I implement the F5 the lan0 interface will be disabled via SAM and the eight additional nics that I have in the system will be running (each with its own IP in its own subnet)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Mar 2005 15:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507815#M217715</guid>
      <dc:creator>Thomas Stanley_1</dc:creator>
      <dc:date>2005-03-18T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Two default gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507816#M217716</link>
      <description>set it through SAm or set_params and do&lt;BR /&gt;through console do&lt;BR /&gt;/sbin/init.d/net stop;/sbin/init.d/net start</description>
      <pubDate>Fri, 18 Mar 2005 15:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507816#M217716</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-18T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Two default gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507817#M217717</link>
      <description>Would it also be possible to make changes in the netconf file, by setting the default gateway for each interface?</description>
      <pubDate>Fri, 18 Mar 2005 15:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507817#M217717</guid>
      <dc:creator>Thomas Stanley_1</dc:creator>
      <dc:date>2005-03-18T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Two default gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507818#M217718</link>
      <description>I do not think it is possible. If you want to reach particular network  through particular router/swtich, you can do that.&lt;BR /&gt;&lt;BR /&gt;route add net "network" netmask "xx" "router" 1&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 18 Mar 2005 15:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507818#M217718</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-18T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Two default gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507819#M217719</link>
      <description>Add it to /etc/rc.config.d/netconfig. Change&lt;BR /&gt;the [x] index as necessary.&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="192.168.0.1"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Per RAC example,&lt;BR /&gt;You can do&lt;BR /&gt;ROUTE_DESTINATION[1]="net 192.168.0.0"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="192.168.0.1"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;run, /sbin/init.d/net start&lt;BR /&gt;check with netstat -rn&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Mar 2005 18:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507819#M217719</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2005-03-18T18:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two default gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507820#M217720</link>
      <description>Wilfred is correct in that you can now have in effect two or more default gateways as HP-UX binds the route to the NIC adapter. This behaviour was first introduced in AIX, but now also exists in Linux.&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Mar 2005 13:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-default-gateways/m-p/3507820#M217720</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-03-19T13:32:53Z</dc:date>
    </item>
  </channel>
</rss>

