<?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: Isolating network traffic in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020182#M544751</link>
    <description>Dear Marco:&lt;BR /&gt;&lt;BR /&gt;Why can you have different net ids for each lan card?  This will force the router to separate the hostname by using two netids.  When you use two ips within one subnet the router is always going to take the first entry.&lt;BR /&gt;&lt;BR /&gt;This is done with ServiceGuard packages and backup applications all the time.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9903-90050/apbs03.html" target="_blank"&gt;http://docs.hp.com/en/B9903-90050/apbs03.html&lt;/A&gt;</description>
    <pubDate>Fri, 22 Dec 2006 14:35:22 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2006-12-22T14:35:22Z</dc:date>
    <item>
      <title>Isolating network traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020181#M544750</link>
      <description>I have 2 ethernet cards in the same subnet (no APA). Does anyone have any idea how can I isolate the network traffic of a single application through one of the cards and use the other one for the rest?.</description>
      <pubDate>Fri, 22 Dec 2006 14:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020181#M544750</guid>
      <dc:creator>Marco Castillo</dc:creator>
      <dc:date>2006-12-22T14:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Isolating network traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020182#M544751</link>
      <description>Dear Marco:&lt;BR /&gt;&lt;BR /&gt;Why can you have different net ids for each lan card?  This will force the router to separate the hostname by using two netids.  When you use two ips within one subnet the router is always going to take the first entry.&lt;BR /&gt;&lt;BR /&gt;This is done with ServiceGuard packages and backup applications all the time.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9903-90050/apbs03.html" target="_blank"&gt;http://docs.hp.com/en/B9903-90050/apbs03.html&lt;/A&gt;</description>
      <pubDate>Fri, 22 Dec 2006 14:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020182#M544751</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-12-22T14:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Isolating network traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020183#M544752</link>
      <description>Hey Michael, thanks.. that's exactly what I have in mind, to use one netid for a backup application and leave the other free.. is there any cookbook on how to do this?..  thanks again.</description>
      <pubDate>Fri, 22 Dec 2006 14:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020183#M544752</guid>
      <dc:creator>Marco Castillo</dc:creator>
      <dc:date>2006-12-22T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Isolating network traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020184#M544753</link>
      <description>You just add the second network card to the subnet by giving it a different IP address. Then update your DNS server with a different hostname (ie, cpua is the original, cpub is the name of the second LAN card.&lt;BR /&gt; &lt;BR /&gt;Now because we don't know anything about the application, I'll assume that users login and run it. So now you instruct users to login to cpub and run the application. The recommendations for webservers or databases or middleware require a lot more thought.</description>
      <pubDate>Fri, 22 Dec 2006 21:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020184#M544753</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-12-22T21:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Isolating network traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020185#M544754</link>
      <description>There is an ndd parameter called ip_strong_es_model that I think addresses your goals. &lt;BR /&gt;&lt;BR /&gt;# ndd -h |grep strong&lt;BR /&gt;    ip_strong_es_model        - Controls multihoming&lt;BR /&gt;# ndd -h ip_strong_es_model&lt;BR /&gt;&lt;BR /&gt;ip_strong_es_model:&lt;BR /&gt;&lt;BR /&gt;    Controls the requirement issues related to multihoming as&lt;BR /&gt;    described in RFC1122, Section 3.3.4.2:&lt;BR /&gt;&lt;BR /&gt;    (A)  A host MAY silently discard an incoming datagram whose&lt;BR /&gt;         destination address does not correspond to the physical&lt;BR /&gt;         interface through which it is received.&lt;BR /&gt;&lt;BR /&gt;    (B)  A host MAY restrict itself to sending (non-source-&lt;BR /&gt;         routed) IP datagrams only through the physical&lt;BR /&gt;         interface that corresponds to the IP source address of&lt;BR /&gt;         the datagrams.&lt;BR /&gt;&lt;BR /&gt;    When set to 0, it corresonds to the "Weak ES Model" and would therefore substitute MUST NOT for MAY in issues (A) and (B).&lt;BR /&gt;&lt;BR /&gt;    When set to 1, it corresonds to the "Strong ES Model" and would therefore substitute MUST for MAY in issues (A) and (B).&lt;BR /&gt;&lt;BR /&gt;    When set to 2, substitute MUST NOT for MAY in issue (A) and SHOULD for MAY in issue (B).&lt;BR /&gt;&lt;BR /&gt;    [0,2] Default: 0&lt;BR /&gt;&lt;BR /&gt;#</description>
      <pubDate>Sat, 23 Dec 2006 06:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020185#M544754</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2006-12-23T06:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Isolating network traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020186#M544755</link>
      <description>Thank you very much for your comments. Problem solved.</description>
      <pubDate>Fri, 29 Dec 2006 01:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isolating-network-traffic/m-p/5020186#M544755</guid>
      <dc:creator>Marco Castillo</dc:creator>
      <dc:date>2006-12-29T01:41:27Z</dc:date>
    </item>
  </channel>
</rss>

