<?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: How do I multihome a server? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956517#M117202</link>
    <description>Thanks for the replies.&lt;BR /&gt;&lt;BR /&gt;I have unplumbed the interface and re-ip'ed it.  I am not adding the second interface to the same subnet - it's a different subnet.&lt;BR /&gt;&lt;BR /&gt;Although the interface has been re-ip'ed landiag still shows it's Operational state as down, although ifconfig shows it as up.&lt;BR /&gt;&lt;BR /&gt;Any further help will be greatly appreciated.&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Apr 2003 17:13:31 GMT</pubDate>
    <dc:creator>T Anderson</dc:creator>
    <dc:date>2003-04-22T17:13:31Z</dc:date>
    <item>
      <title>How do I multihome a server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956513#M117198</link>
      <description>I have 2 L-Class servers that I am trying to get a second interface to with with. &lt;BR /&gt;&lt;BR /&gt;I plumbed the interface and it shows UP in ifconfig.  However, landiag shows this interface's Operational Status ad down.&lt;BR /&gt;&lt;BR /&gt;The first interface works fine.&lt;BR /&gt;&lt;BR /&gt;What am I missing?  How do I go about getting traffic through the second interface?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 22 Apr 2003 14:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956513#M117198</guid>
      <dc:creator>T Anderson</dc:creator>
      <dc:date>2003-04-22T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I multihome a server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956514#M117199</link>
      <description>Couple of things to know.&lt;BR /&gt;&lt;BR /&gt;You can't bring up two NIC cards on the same network.&lt;BR /&gt;&lt;BR /&gt;Ex. lan0 is 192.168.0.10 mask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;lan1 192.168.0.11 mask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;Networking will freeze and the machine will drop right of the network.  &lt;BR /&gt;&lt;BR /&gt;What you can do is virutal interfaces on the same card.&lt;BR /&gt;&lt;BR /&gt;lan0 can be 192.168.0.10 mask 255.255.255.0 (which is actually lan0:0)&lt;BR /&gt;&lt;BR /&gt;lan0:1 can be 192.168.0.11 mask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;If you want two actual ports on the network you need an addtition cost software product Port Agregation.  You might even need a multi-port NIC card as well.&lt;BR /&gt;&lt;BR /&gt;Good Luck.,&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 14:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956514#M117199</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-22T14:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I multihome a server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956515#M117200</link>
      <description>Have you tried using SAM to go in and activate the lan card/assign an IP address?</description>
      <pubDate>Tue, 22 Apr 2003 15:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956515#M117200</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-04-22T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I multihome a server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956516#M117201</link>
      <description>I would:&lt;BR /&gt;&lt;BR /&gt;ifconfig ethX unplumb (your interface)&lt;BR /&gt;rmsf the old path.&lt;BR /&gt;ioscan &lt;BR /&gt;insf&lt;BR /&gt;&lt;BR /&gt;ifconfig ethX (your interface)&lt;BR /&gt;plumb&lt;BR /&gt;&lt;BR /&gt;ifconfig ethX xxx.xxx.xxx.yyy (your IP ) XXX.XXX.XXX.XXX (your netmask) up&lt;BR /&gt;&lt;BR /&gt;netstat -in (check the interface.&lt;BR /&gt;&lt;BR /&gt;set my default route &lt;BR /&gt;&lt;BR /&gt;route add xxx.xxx.xxx.yyy zzz.zzz.zzz.zzz&lt;BR /&gt;&lt;BR /&gt;edit /etc/rc.config.d/netconf&lt;BR /&gt;and apply the proper parms.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 15:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956516#M117201</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-04-22T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I multihome a server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956517#M117202</link>
      <description>Thanks for the replies.&lt;BR /&gt;&lt;BR /&gt;I have unplumbed the interface and re-ip'ed it.  I am not adding the second interface to the same subnet - it's a different subnet.&lt;BR /&gt;&lt;BR /&gt;Although the interface has been re-ip'ed landiag still shows it's Operational state as down, although ifconfig shows it as up.&lt;BR /&gt;&lt;BR /&gt;Any further help will be greatly appreciated.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 17:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956517#M117202</guid>
      <dc:creator>T Anderson</dc:creator>
      <dc:date>2003-04-22T17:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I multihome a server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956518#M117203</link>
      <description>We have separate networks for production traffic and Omniback traffic.&lt;BR /&gt;&lt;BR /&gt;We just configured the 2 ports on the different networks using Sam, rebooted the server and up they came.</description>
      <pubDate>Tue, 22 Apr 2003 17:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-multihome-a-server/m-p/2956518#M117203</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-04-22T17:17:02Z</dc:date>
    </item>
  </channel>
</rss>

