<?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: Configuring Multiple Default Gateways in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5829305#M528972</link>
    <description>&lt;P&gt;See pages 10-15 of this excellent document by Olivier S. Massé:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://mayoxide.com/presentations/Understanding_hpux_routing.pdf"&gt;http://mayoxide.com/presentations/Understanding_hpux_routing.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It describes this common behavior on multi-homed hosts, its root cause and some ways to fix it on HP-UX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you really need both network interfaces to have world-wide connectivity, you'll probably need the &lt;FONT face="courier new,courier"&gt;ip_strong_es_model&lt;/FONT&gt; setting described on page 13.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if at least one of your NICs only needs to connect to a small number of network segments, setting up segment-specific route entries (like Torsten suggested) might be appropriate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2012 15:52:16 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2012-10-10T15:52:16Z</dc:date>
    <item>
      <title>Configuring Multiple Default Gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5829039#M528970</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an HP-UX 11iv3 with two network interfaces, each one is connected to a vlan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say:&lt;/P&gt;&lt;P&gt;lan0 - 10.10.70.38 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;gateway is: 10.10.70.254&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;lan1 - 192.168.7.126 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;gateway is: 192.168.7.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've configured gateways via SMH and i double checked the config in /etc/rc.config.d/netconf.&lt;/P&gt;&lt;P&gt;The problem is that the servers respond on just one gateway and not the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've googled a bit and I've found that this can be resolved using iproute utility but that's for LINUX systems&lt;/P&gt;&lt;P&gt;(check out this blog, that's exactly the configuration that I need to set up &lt;A target="_blank" href="http://kindlund.wordpress.com/2007/11/19/configuring-multiple-default-routes-in-linux/"&gt;configuring-multiple-default-routes-in-linux&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me the alternative of this iproute2 in HP-UX or explain to how to configure two default gateways on the server each one on a seperate network interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2012 12:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5829039#M528970</guid>
      <dc:creator>mr_red</dc:creator>
      <dc:date>2012-10-10T12:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Multiple Default Gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5829115#M528971</link>
      <description>You probably need some entries like this in your netconf file:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="net 192.6.12.192"&lt;BR /&gt;ROUTE_MASK[0]="255.255.255.224"&lt;BR /&gt;ROUTE_GATEWAY[0]="192.6.12.130"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_DESTINATION[1]="net 192.6.12.33"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.240"&lt;BR /&gt;ROUTE_GATEWAY[1]="192.6.12.131"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2012 13:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5829115#M528971</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-10-10T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Multiple Default Gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5829305#M528972</link>
      <description>&lt;P&gt;See pages 10-15 of this excellent document by Olivier S. Massé:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://mayoxide.com/presentations/Understanding_hpux_routing.pdf"&gt;http://mayoxide.com/presentations/Understanding_hpux_routing.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It describes this common behavior on multi-homed hosts, its root cause and some ways to fix it on HP-UX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you really need both network interfaces to have world-wide connectivity, you'll probably need the &lt;FONT face="courier new,courier"&gt;ip_strong_es_model&lt;/FONT&gt; setting described on page 13.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if at least one of your NICs only needs to connect to a small number of network segments, setting up segment-specific route entries (like Torsten suggested) might be appropriate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5829305#M528972</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-10-10T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Multiple Default Gateways</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5831859#M528973</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;Matti. It the document was very helpful and solved my problem.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2012 22:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-multiple-default-gateways/m-p/5831859#M528973</guid>
      <dc:creator>mr_red</dc:creator>
      <dc:date>2012-10-12T22:42:25Z</dc:date>
    </item>
  </channel>
</rss>

