<?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 connections on a server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083162#M540352</link>
    <description>4 separate IP's on the same subnet but on different NIC's is NOT supported in HP-UX.&lt;BR /&gt;&lt;BR /&gt;It might kind of sort of work, but your results will be unpredictable.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Dec 2007 15:52:18 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2007-12-06T15:52:18Z</dc:date>
    <item>
      <title>Multiple connections on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083160#M540350</link>
      <description>I am aware of the virtal interface solution, the task is a four-port lan card with a different ip on each --  192.168.1.100;192.168.1.101;192.168.1.102;192.168.1.103.&lt;BR /&gt;&lt;BR /&gt;Is this possible on HPUX11.xx running on PA-RISC RP3440?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;--donovan&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2007 15:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083160#M540350</guid>
      <dc:creator>John Donovan</dc:creator>
      <dc:date>2007-12-06T15:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple connections on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083161#M540351</link>
      <description>Each port from the card is visible in the system as a separate lan. Use ioscan -fnC lan to see correct names and set IP's in /etc/rc.config.d/netconf for each interface.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 06 Dec 2007 15:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083161#M540351</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-12-06T15:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple connections on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083162#M540352</link>
      <description>4 separate IP's on the same subnet but on different NIC's is NOT supported in HP-UX.&lt;BR /&gt;&lt;BR /&gt;It might kind of sort of work, but your results will be unpredictable.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2007 15:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083162#M540352</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-06T15:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple connections on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083163#M540353</link>
      <description>A 4 port NIC is real, not virtual.&lt;BR /&gt;&lt;BR /&gt;You need to use different subnets on each port or consider to use APA to "team" the 4 ports to one.</description>
      <pubDate>Thu, 06 Dec 2007 15:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083163#M540353</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-06T15:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple connections on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083164#M540354</link>
      <description>Your problem is that all of these IP's are on the same IP subnet and that is not officially supported although it can be made to work with some restrictions.&lt;BR /&gt;&lt;BR /&gt;Refer to Document UTRANKBRC00011759 in the Knowledge base (if you have a support agreement).</description>
      <pubDate>Thu, 06 Dec 2007 15:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083164#M540354</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-12-06T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple connections on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083165#M540355</link>
      <description>what you can do is ad all the ip's to one port:&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]="192.168.1.100"&lt;BR /&gt;INTERFACE_NAME[1]="lan1:3"&lt;BR /&gt;IP_ADDRESS[1]="192.168.1.101"&lt;BR /&gt;INTERFACE_NAME[2]="lan1:1"&lt;BR /&gt;IP_ADDRESS[2]="192.168.1.102"&lt;BR /&gt;INTERFACE_NAME[3]="lan1:2&lt;BR /&gt;IP_ADDRESS[3]="192.168.1.103"&lt;BR /&gt;if you need more speet you can use apa to trunk the four-port lan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2007 18:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083165#M540355</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-06T18:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple connections on a server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083166#M540356</link>
      <description>Thanks for all responses.&lt;BR /&gt;&lt;BR /&gt;We know how to set up the virtual interfaces, but since the application requires a separate connection for each instance and the customer doesn't want them on the same lan port. &lt;WHO designs="" this="" stuff=""&gt;&lt;BR /&gt;&lt;BR /&gt;We had set up one server by assigning each interface with an IP.  This should work for us, but will know for sure after the application is installed.&lt;BR /&gt;&lt;BR /&gt;The knowledge base document explains the "gotcha's", the HP Support stance, and confirmed our set up.&lt;BR /&gt;&lt;BR /&gt;Again, thanks to all.&lt;BR /&gt;&lt;BR /&gt;--donovan&lt;/WHO&gt;</description>
      <pubDate>Thu, 06 Dec 2007 20:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-connections-on-a-server/m-p/5083166#M540356</guid>
      <dc:creator>John Donovan</dc:creator>
      <dc:date>2007-12-06T20:23:26Z</dc:date>
    </item>
  </channel>
</rss>

