<?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 VLAN configuration in blade enclosure in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983284#M83910</link>
    <description>Greetings. I'm trying to get a VLAN configuration working to enable two of my HP25p blade server to communicate directly via 192.168.X.X IP addresses. The switches that the blades are connected to are effectively black boxes to me and I've been told they've got a vlan id of 1 enabled and I should use that.&lt;BR /&gt;&lt;BR /&gt;On both servers I have the following files, where Xs are replaced with numbers as appropriate:&lt;BR /&gt;ifcfg-eth2:&lt;BR /&gt;DEVICE=eth2&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth2.1&lt;BR /&gt;DEVICE=eth2.1&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;HWADDR=XX:XX:XX:XX:XX:XX&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=192.168.98.XXX&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;VLAN=yes&lt;BR /&gt;&lt;BR /&gt;and have also run the command:&lt;BR /&gt;vconfig add eth2 1&lt;BR /&gt;&lt;BR /&gt;When I run ifconfig the eth2.1 devices appear to be ok.&lt;BR /&gt;&lt;BR /&gt;When I ping from one server to the other I always get 'Destination Host Unreachable', even if I explicitly choose the eth2.1 interface to ping from.&lt;BR /&gt;&lt;BR /&gt;eth0 and eth1 are both also configured to 10.2.66.XX addresses with a default gateway of 10.2.64.1 on both.&lt;BR /&gt;&lt;BR /&gt;Does this sounds like a problem with the switch or have I missed something from my linux config?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Tue, 06 Jun 2006 11:11:14 GMT</pubDate>
    <dc:creator>Barry Lowe</dc:creator>
    <dc:date>2006-06-06T11:11:14Z</dc:date>
    <item>
      <title>VLAN configuration in blade enclosure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983284#M83910</link>
      <description>Greetings. I'm trying to get a VLAN configuration working to enable two of my HP25p blade server to communicate directly via 192.168.X.X IP addresses. The switches that the blades are connected to are effectively black boxes to me and I've been told they've got a vlan id of 1 enabled and I should use that.&lt;BR /&gt;&lt;BR /&gt;On both servers I have the following files, where Xs are replaced with numbers as appropriate:&lt;BR /&gt;ifcfg-eth2:&lt;BR /&gt;DEVICE=eth2&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth2.1&lt;BR /&gt;DEVICE=eth2.1&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;HWADDR=XX:XX:XX:XX:XX:XX&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=192.168.98.XXX&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;VLAN=yes&lt;BR /&gt;&lt;BR /&gt;and have also run the command:&lt;BR /&gt;vconfig add eth2 1&lt;BR /&gt;&lt;BR /&gt;When I run ifconfig the eth2.1 devices appear to be ok.&lt;BR /&gt;&lt;BR /&gt;When I ping from one server to the other I always get 'Destination Host Unreachable', even if I explicitly choose the eth2.1 interface to ping from.&lt;BR /&gt;&lt;BR /&gt;eth0 and eth1 are both also configured to 10.2.66.XX addresses with a default gateway of 10.2.64.1 on both.&lt;BR /&gt;&lt;BR /&gt;Does this sounds like a problem with the switch or have I missed something from my linux config?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 06 Jun 2006 11:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983284#M83910</guid>
      <dc:creator>Barry Lowe</dc:creator>
      <dc:date>2006-06-06T11:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN configuration in blade enclosure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983285#M83911</link>
      <description>Shalom Barry,&lt;BR /&gt;&lt;BR /&gt;No, so long as netmask is the same and the network portion of the ip address is the same you are good.&lt;BR /&gt;&lt;BR /&gt;The "black box" needs to be looked at. The vlan configuration of the two ports is probably wrong.&lt;BR /&gt;&lt;BR /&gt;Happens all the time.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Jun 2006 15:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983285#M83911</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-06T15:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN configuration in blade enclosure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983286#M83912</link>
      <description>Hi Barry,&lt;BR /&gt;I'm about 99% positive that this is an IP config problem on the server.  A VLAN configuration problem on the switch will not produce a "destination host unreachable" error message on the server.  If the VLAN config was wrong on the switch, you'd be getting "timeout" errors.  "Destination host unreachable" messages almost always mean the IP stack on the server does not know how to reach the destination network because it doesn't have a route to get there.&lt;BR /&gt;&lt;BR /&gt;So, here are a couple of things to try:&lt;BR /&gt;1. Make sure both servers are using the same IP network range and mask.  Are both servers using 192.168.98.x or is one server using 192.168.98.x and another one is using 192.168.x.x?  The information provided in your message indicates this might be the case.&lt;BR /&gt;&lt;BR /&gt;2. What is the mask that you are using on eth0 and eth1 for IP address 10.2.66.xx?  Since the gateway is 10.2.64.1, make sure you are not using 255.255.255.0.  The mask should be at most 255.255.252.0.&lt;BR /&gt;&lt;BR /&gt;3. Can the gateway on the 10.2.66.xx network get to the 192.168.xx.xx network?  If not, trying removing the config for this IP address and gateway from eth0 and eth1 to see if it changes the behavior.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;-sean</description>
      <pubDate>Wed, 07 Jun 2006 07:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983286#M83912</guid>
      <dc:creator>Connery</dc:creator>
      <dc:date>2006-06-07T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN configuration in blade enclosure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983287#M83913</link>
      <description>One more thing...&lt;BR /&gt;Unless the switch port is configured as a VLAN trunk port (using VLAN tagging), you should not be configuring VLAN interfaces on the NICs on your server.&lt;BR /&gt;&lt;BR /&gt;If the ports on the switch that connect directly to the servers are only in VLAN 1 and are not tagged, then the server NICs should be setup as plain NICs (eth2) and not as VLAN enabled NICs (eth2.1).&lt;BR /&gt;&lt;BR /&gt;If the ports on the switch that connect directly to the servers are in more than one VLAN, then VLAN tagging is enabled and you should use VLAN tagging on the server.&lt;BR /&gt;&lt;BR /&gt;By the way, this should not cause a "destination unreachable" message, but you still need to make sure it's configured correctly.</description>
      <pubDate>Wed, 07 Jun 2006 07:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983287#M83913</guid>
      <dc:creator>Connery</dc:creator>
      <dc:date>2006-06-07T07:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN configuration in blade enclosure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983288#M83914</link>
      <description>Thanks for your responses.&lt;BR /&gt;&lt;BR /&gt;I'm looking into the switches - they have vlan 1 configured by default, and vlan 200 for some other blades we are using. I'm hoping to give the interconnect a new vlan to use.&lt;BR /&gt;&lt;BR /&gt;In response, all IP addresses and netmasks are set correctly. I have also tried with and without a gateway.&lt;BR /&gt;&lt;BR /&gt;Incidentally I have also attempted a slightly different approach which was to have the ifcfg-eth2 and ifcfg2.1 files with the same contents and have seen different results from the config I mention in my initial post. I believe this is the difference between tagging all packets and only tagging packets specifically on vlan 1.&lt;BR /&gt;&lt;BR /&gt;In the past I have not even considered vlans while I have been getting other aspects of the server configured and have not had problems with the networking - I presume this means that although tagging is enabled, the switch will allow packets through which are not tagged and treat them as vlan 1 by default?&lt;BR /&gt;&lt;BR /&gt;I'm now pretty convinced I have a problem with the drivers or the hardware so have raised support calls with RedHat and HP.</description>
      <pubDate>Thu, 08 Jun 2006 05:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983288#M83914</guid>
      <dc:creator>Barry Lowe</dc:creator>
      <dc:date>2006-06-08T05:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN configuration in blade enclosure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983289#M83915</link>
      <description>Unfortunately it looks as though it's definitely a driver issue. I've been playing with eth0 and putting vlan 1 on and off. &lt;BR /&gt;&lt;BR /&gt;Without any vlan, I am able to ping the neighbouring switch. Add vlan 1 and neither eth0 or eth0.1 can ping the switch. If I remove the eth0.1 config file and restart networking (so eth0.1 still exists) I am then able to ping the switch again. This is very strange behaviour so have raised a call with Red Hat and expect a solution sometime next month...</description>
      <pubDate>Thu, 08 Jun 2006 11:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlan-configuration-in-blade-enclosure/m-p/4983289#M83915</guid>
      <dc:creator>Barry Lowe</dc:creator>
      <dc:date>2006-06-08T11:07:00Z</dc:date>
    </item>
  </channel>
</rss>

