<?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: Configure VLAN over a bond interface in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433351#M82133</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Theoretically you can bind any ethernet adapter with any other.&lt;BR /&gt;&lt;BR /&gt;In practice, if the hardware is not the same, the bonding can be touchy.&lt;BR /&gt;&lt;BR /&gt;Original questions:&lt;BR /&gt;&lt;BR /&gt;1) active-passive gives you better reliability. Active-active can give you that and double your transfer rates.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html" target="_blank"&gt;http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-7944" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-7944&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 05 Jun 2009 13:31:43 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-06-05T13:31:43Z</dc:date>
    <item>
      <title>Configure VLAN over a bond interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433347#M82129</link>
      <description>I am running Red Hat Version 5.3 and current have eth0 up and running as follows with two VLAN's:&lt;BR /&gt;&lt;BR /&gt;# ifconfig&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:22:19:29:CB:2B&lt;BR /&gt;          inet6 addr: fe80::222:19ff:fe29:cb2b/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:10396042 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:2220350 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:3444723383 (3.2 GiB)  TX bytes:2573950821 (2.3 GiB)&lt;BR /&gt;          Interrupt:169 Memory:da000000-da012100&lt;BR /&gt;&lt;BR /&gt;eth0.874  Link encap:Ethernet  HWaddr 00:22:19:29:CB:2B&lt;BR /&gt;          inet addr:155.90.114.38  Bcast:155.90.114.63  Mask:255.255.255.224&lt;BR /&gt;          inet6 addr: fe80::222:19ff:fe29:cb2b/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:2679178 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:2211130 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:2615788334 (2.4 GiB)  TX bytes:2554623592 (2.3 GiB)&lt;BR /&gt;&lt;BR /&gt;eth0.875  Link encap:Ethernet  HWaddr 00:22:19:29:CB:2B&lt;BR /&gt;          inet addr:192.168.42.38  Bcast:192.168.42.63  Mask:255.255.255.224&lt;BR /&gt;          inet6 addr: fe80::222:19ff:fe29:cb2b/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:14094 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:9163 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:6888241 (6.5 MiB)  TX bytes:1132646 (1.0 MiB)&lt;BR /&gt;&lt;BR /&gt;I've been asked to set this up as a bond interface but have a couple of questions:&lt;BR /&gt;&lt;BR /&gt;1) what does this buy for me on the server ?&lt;BR /&gt;&lt;BR /&gt;2) How do I configure it ??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jun 2009 18:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433347#M82129</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2009-06-04T18:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configure VLAN over a bond interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433348#M82130</link>
      <description>&amp;gt;&amp;gt;&amp;gt; 1) what does this buy for me on the server ?&lt;BR /&gt;&lt;BR /&gt;You need another network adapter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; 2) How do I configure it ??&lt;BR /&gt;&lt;BR /&gt;In this forum, just search for "bonding" and you will have a lot of results.&lt;BR /&gt;&lt;BR /&gt;Also, check some restrictions when using VLAN tags over bonding in this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mjmwired.net/kernel/Documentation/networking/bonding.txt" target="_blank"&gt;http://www.mjmwired.net/kernel/Documentation/networking/bonding.txt&lt;/A&gt;</description>
      <pubDate>Thu, 04 Jun 2009 18:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433348#M82130</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-06-04T18:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configure VLAN over a bond interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433349#M82131</link>
      <description>I have another interface that is being used, eth3, can that be used ???&lt;BR /&gt;&lt;BR /&gt;eth3      Link encap:Ethernet  HWaddr 00:15:17:A8:DC:53&lt;BR /&gt;          inet addr:192.168.35.238  Bcast:192.168.35.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::215:17ff:fea8:dc53/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:7716538 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:164 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:733282512 (699.3 MiB)  TX bytes:24537 (23.9 KiB)&lt;BR /&gt;          Memory:d5ea0000-d5ec0000&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jun 2009 19:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433349#M82131</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2009-06-04T19:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configure VLAN over a bond interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433350#M82132</link>
      <description>It could be used, but you must unconfigure the IP adress for the interface and assign them to the bond interface.</description>
      <pubDate>Thu, 04 Jun 2009 19:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433350#M82132</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-06-04T19:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configure VLAN over a bond interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433351#M82133</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Theoretically you can bind any ethernet adapter with any other.&lt;BR /&gt;&lt;BR /&gt;In practice, if the hardware is not the same, the bonding can be touchy.&lt;BR /&gt;&lt;BR /&gt;Original questions:&lt;BR /&gt;&lt;BR /&gt;1) active-passive gives you better reliability. Active-active can give you that and double your transfer rates.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html" target="_blank"&gt;http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-7944" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-7944&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 05 Jun 2009 13:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-vlan-over-a-bond-interface/m-p/4433351#M82133</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-05T13:31:43Z</dc:date>
    </item>
  </channel>
</rss>

