<?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: Multiple NIC's in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-s/m-p/2941743#M577219</link>
    <description>Load balancing two NIC's is tricky and probably better if you separate the NIC's by two subnets.&lt;BR /&gt;&lt;BR /&gt;However, several users have tried and their succusses have varied.  Most are using two default rounters in some manner, or static routes in netconf.&lt;BR /&gt;&lt;BR /&gt;You can use two default gateways in your netconf file, one for each lan, but only the first entered into the routing table will typically be used.&lt;BR /&gt;&lt;BR /&gt;So it's best to have the NIC with the most load assigned to the default gateway.&lt;BR /&gt;&lt;BR /&gt;I've also read where using the "...ip_strong_es_model ..." ndd parameter will allow dual default routers, but the results from users who've implemented this parameter appear inconsistent, based upon the manufacturer of the router and its configuration.  Using proxy ARP on the router for instance.&lt;BR /&gt;&lt;BR /&gt;To check ip_strong_es_model current setting use: &lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_strong_es_model &lt;BR /&gt;&lt;BR /&gt;To actually set it use: &lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_strong_es_model 1&lt;BR /&gt;&lt;BR /&gt;Here is one link about 2 nics being implemented:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2cba3a7b3682d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2cba3a7b3682d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is another:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6aa57e860890b36f79/screen=ckiDisplayDocument?docId=500000000092418" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6aa57e860890b36f79/screen=ckiDisplayDocument?docId=500000000092418&lt;/A&gt;</description>
    <pubDate>Wed, 02 Apr 2003 13:43:50 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-04-02T13:43:50Z</dc:date>
    <item>
      <title>Multiple NIC's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-s/m-p/2941741#M577217</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have two network cards in A-Class server they are both on the same network but on different subnets by cutting up the netmask.&lt;BR /&gt;&lt;BR /&gt;lan0 192.168.244.134 netmask 255.255.255.240&lt;BR /&gt;lan1 192.168.244.194 netmask 255.255.255.240&lt;BR /&gt;&lt;BR /&gt;Only lan0 has a default router configured 192.168.244.129. &lt;BR /&gt;&lt;BR /&gt;When I try and reach another network ie. 10.102.0.44, the traffic always uses interface lan1, which has no default router configured.&lt;BR /&gt;When I run a traceroute the message always says multiple cards configured using lan1&lt;BR /&gt;&lt;BR /&gt;My question is, how do I force traffic to use lan0?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;mike</description>
      <pubDate>Wed, 02 Apr 2003 11:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-s/m-p/2941741#M577217</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2003-04-02T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-s/m-p/2941742#M577218</link>
      <description>Post your netstat -rn output. Have a look at your default route... is really lan0 listed in the "Interface" column? If not, delete the route and add it again.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Wed, 02 Apr 2003 13:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-s/m-p/2941742#M577218</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-04-02T13:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-s/m-p/2941743#M577219</link>
      <description>Load balancing two NIC's is tricky and probably better if you separate the NIC's by two subnets.&lt;BR /&gt;&lt;BR /&gt;However, several users have tried and their succusses have varied.  Most are using two default rounters in some manner, or static routes in netconf.&lt;BR /&gt;&lt;BR /&gt;You can use two default gateways in your netconf file, one for each lan, but only the first entered into the routing table will typically be used.&lt;BR /&gt;&lt;BR /&gt;So it's best to have the NIC with the most load assigned to the default gateway.&lt;BR /&gt;&lt;BR /&gt;I've also read where using the "...ip_strong_es_model ..." ndd parameter will allow dual default routers, but the results from users who've implemented this parameter appear inconsistent, based upon the manufacturer of the router and its configuration.  Using proxy ARP on the router for instance.&lt;BR /&gt;&lt;BR /&gt;To check ip_strong_es_model current setting use: &lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_strong_es_model &lt;BR /&gt;&lt;BR /&gt;To actually set it use: &lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_strong_es_model 1&lt;BR /&gt;&lt;BR /&gt;Here is one link about 2 nics being implemented:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2cba3a7b3682d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2cba3a7b3682d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is another:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6aa57e860890b36f79/screen=ckiDisplayDocument?docId=500000000092418" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6aa57e860890b36f79/screen=ckiDisplayDocument?docId=500000000092418&lt;/A&gt;</description>
      <pubDate>Wed, 02 Apr 2003 13:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-s/m-p/2941743#M577219</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-02T13:43:50Z</dc:date>
    </item>
  </channel>
</rss>

