<?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 Network Interfaces in 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916080#M578901</link>
    <description>Thanks everyone.  It's working now.  The numbering on my ports seems out of whack (lan6 to the left of lan5), but I've got it working just fine on lan8 now.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your pointers.  Lots of good info in there.</description>
    <pubDate>Mon, 03 Mar 2003 21:25:55 GMT</pubDate>
    <dc:creator>Michael Simone</dc:creator>
    <dc:date>2003-03-03T21:25:55Z</dc:date>
    <item>
      <title>Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916071#M578892</link>
      <description>I have an L2000 running 11i with 2 4-port network cards.  Its primary LAN interface is lan1, 192.100.100.2, 255.255.252.0.  I want to configure lan5 on a secondary network (10.10.10.2, 255.0.0.0), connected to a totally separate private switch with a Windows server on the other side (10.10.10.108).  I'm able to configure the lan5 interface and everything looks right, but it's not being used when I try to ping 10.10.10.108.  Ping and traceroute appear to try going out through 192.100.100.2.  And when I force traceroute (-s 10.10.10.2), it times out.  Ping doesn't work either, so I don't think I'm making a connection.&lt;BR /&gt;&lt;BR /&gt;I've successfully implemented this on another HP-UX machine, running 11.0, with the same Windows server, using the same cables and lines.  And I've also tried it on lan6 of this node's card.  So I think I've isolated the problem down to something with the networking config on this 11i host.&lt;BR /&gt;&lt;BR /&gt;It appears to match the 11.0 machine in settings, but I must be missing something.&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.</description>
      <pubDate>Fri, 28 Feb 2003 19:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916071#M578892</guid>
      <dc:creator>Michael Simone</dc:creator>
      <dc:date>2003-02-28T19:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916072#M578893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is your default gateway set to?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2003 19:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916072#M578893</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-02-28T19:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916073#M578894</link>
      <description>One of your network cards is designated as primary.  ping requests go out that interface first.&lt;BR /&gt;&lt;BR /&gt;ping can probably be told to use different lan interfaces.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to look for conflicts in your /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt;A single extra period or typo in the configuration of one of the lan's can cause these types of problems.&lt;BR /&gt;&lt;BR /&gt;I'm pasting in a partial example for you to use as a reference.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HOSTNAME="tzfat.juf.net"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan1"&lt;BR /&gt;IP_ADDRESS[0]="10.1.11.60"&lt;BR /&gt;SUBNET_MASK[0]="0xffff0000"&lt;BR /&gt;BROADCAST_ADDRESS[0]="10.1.255.255"&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]="lan1"&lt;BR /&gt;IP_ADDRESS[1]="10.1.11.61"&lt;BR /&gt;SUBNET_MASK[1]="0xffff0000"&lt;BR /&gt;INTERFACE_NAME[2]="lan1:1"&lt;BR /&gt;INTERFACE_STATE[1]=""&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.1.10.1"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]="lan0"&lt;BR /&gt;IP_ADDRESS[1]="192.168.0.4"&lt;BR /&gt;SUBNET_MASK[1]="255.255.255.0"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;note that I've got a virtual address on lan1, two addresses one port.&lt;BR /&gt;&lt;BR /&gt;lan0 notation is working by the way.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You've got great NIC cards btw, but you might want to try a different setup.&lt;BR /&gt;&lt;BR /&gt;You can do port aggregation and get 1 IP address across all four ports on each card.  That gives you a built in load balance and less IP addresses to deal with. It is an added cost add in software product.&lt;BR /&gt;&lt;BR /&gt;If I had your NIC card I'd look into it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 28 Feb 2003 19:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916073#M578894</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-28T19:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916074#M578895</link>
      <description>I don't have one set now.  I DID have one before (on my primary network), but I did a netstat -f to reset everything, and made sure there was no default route set.</description>
      <pubDate>Fri, 28 Feb 2003 19:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916074#M578895</guid>
      <dc:creator>Michael Simone</dc:creator>
      <dc:date>2003-02-28T19:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916075#M578896</link>
      <description>I've reviewed my netconf file, and everything appears to be in order.  Does that require a restart of network services to take effect (this machine is in production, so I have to be careful messing with the primary interface).&lt;BR /&gt;&lt;BR /&gt;I like the idea of using APA for port aggregation, but part of the reason for the private network is to isolate traffic from the Windows server (web calls through the 192.100, db calls through the 10.10).&lt;BR /&gt;&lt;BR /&gt;Thanks for your help, and any future assistance.</description>
      <pubDate>Fri, 28 Feb 2003 19:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916075#M578896</guid>
      <dc:creator>Michael Simone</dc:creator>
      <dc:date>2003-02-28T19:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916076#M578897</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The IPs do seem to fall under the same broadcast domain. However, check the subnet mask of the windows server. They should match. On 11i, traceroute without any options is goign to try the first interface. Use -s option with traceroute.&lt;BR /&gt;&lt;BR /&gt;Since, you don't have a default route set, the possible reason is that the subnet masks of your windows server and your HP-Server  are not matching.&lt;BR /&gt;&lt;BR /&gt;Also, to find out the physical connectivity, get the physical address of the windows server and use linkloop on hp system to check the physical connectivity.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 28 Feb 2003 20:20:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916076#M578897</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-28T20:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916077#M578898</link>
      <description>Pings being a subset of IP should follow the routing table.  The concept of primary and secondary only apply when you have two interfaces on the same subnet.&lt;BR /&gt;&lt;BR /&gt;Post your /etc/rc.config/netconf&lt;BR /&gt;&lt;BR /&gt;A restart is your best bet on getting it to work.  I don't think it constantly reads that file looking for a new change.  There may be a way to reread with something like lanconfig but I'm at home and don't have access to my hpux systems or docs right now.&lt;BR /&gt;&lt;BR /&gt;First verify that the interface is up and open for business:&lt;BR /&gt;&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;ppa x&lt;BR /&gt;display&lt;BR /&gt;&lt;BR /&gt;Where x is the index for your interface.  If you are not sure just start with 1 and increment until it shows up.  Do you have two UPs and do you see any packets received or sent?&lt;BR /&gt;&lt;BR /&gt;Run a linkloop test with the -v option to make sure your level 2 connectivity is OK.  This will rule out things like a duplicate MAC address.  &lt;BR /&gt;&lt;BR /&gt;Post your netstat -rnv&lt;BR /&gt;&lt;BR /&gt;Do you see the 10.0.0.0 network in there?&lt;BR /&gt;Do you see the 10.10.10.2 interface?&lt;BR /&gt;&lt;BR /&gt;Verify that you do not have a duplicate IP address by disconnecting the network cable and having another device on the 10 LAN ping 10.10.10.2.  If you get a response you have a duplicate.  Try a different number.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Mar 2003 13:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916077#M578898</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-03-01T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916078#M578899</link>
      <description>I've confirmed in lanadmin that the interface (lan5) is up/up, and is showing incoming and outgoing packets when I ping from either side, but I still see no actual replies.  The cable is the same one I used testing with my 11.0 machine, though I will try another one just to eliminate that.  Linkloop is next as well.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Here's my netconf:&lt;BR /&gt;HOSTNAME="w3"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.100.100.2&lt;BR /&gt;SUBNET_MASK[0]=255.255.252.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=192.100.103.255&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;GATED=0&lt;BR /&gt;GATED_ARGS=""&lt;BR /&gt;RDPD=0&lt;BR /&gt;RARP=0&lt;BR /&gt;&lt;BR /&gt;IP_ADDRESS[5]=10.10.10.2&lt;BR /&gt;SUBNET_MASK[5]=255.0.0.0&lt;BR /&gt;INTERFACE_NAME[5]=lan5&lt;BR /&gt;BROADCAST_ADDRESS[5]=10.255.255.255&lt;BR /&gt;INTERFACE_STATE[5]=up</description>
      <pubDate>Mon, 03 Mar 2003 14:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916078#M578899</guid>
      <dc:creator>Michael Simone</dc:creator>
      <dc:date>2003-03-03T14:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916079#M578900</link>
      <description>You should probably use [1] instead of [5] in netconf unless you are leaving out a few entries but I don't think that would cause your problem since you are getting an UP/UP in LANADMIN.&lt;BR /&gt;&lt;BR /&gt;What does &lt;BR /&gt;netstat -rnv&lt;BR /&gt;show?&lt;BR /&gt;&lt;BR /&gt;Are you sure the IP address is unique?&lt;BR /&gt;&lt;BR /&gt;Have you tried a linkloop test?  It's pretty easy to do.  You just need the mac of another device on the same LAN.  Check out the man on linkloop.&lt;BR /&gt;&lt;BR /&gt;Could the switch have you in the wrong VLAN?  Try sticking a Windows PC on the same port and assign the same IP address and mask to it and see if it can ping.&lt;BR /&gt;&lt;BR /&gt;The switch could also be tagging your packets with VLAN info.  If you are not set up for it that will kill your connection.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 03 Mar 2003 21:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916079#M578900</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-03-03T21:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Network Interfaces in 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916080#M578901</link>
      <description>Thanks everyone.  It's working now.  The numbering on my ports seems out of whack (lan6 to the left of lan5), but I've got it working just fine on lan8 now.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your pointers.  Lots of good info in there.</description>
      <pubDate>Mon, 03 Mar 2003 21:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-network-interfaces-in-11i/m-p/2916080#M578901</guid>
      <dc:creator>Michael Simone</dc:creator>
      <dc:date>2003-03-03T21:25:55Z</dc:date>
    </item>
  </channel>
</rss>

