{"id":195,"date":"2008-08-30T15:02:04","date_gmt":"2008-08-30T13:02:04","guid":{"rendered":"http:\/\/www.netexpertise.eu\/en\/?p=195"},"modified":"2021-10-10T22:30:56","modified_gmt":"2021-10-10T20:30:56","slug":"channel-bonding-linux","status":"publish","type":"post","link":"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html","title":{"rendered":"Channel Bonding on Linux"},"content":{"rendered":"<div style=\"float:left; margin-right:15px; margin-top:0px;\">\n<script async=\"\" src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script><br \/>\n<!-- 200x200, Netexpertise --><br \/>\n<ins class=\"adsbygoogle\" style=\"display:inline-block;width:200px;height:200px\" data-ad-client=\"ca-pub-6495750100906580\" data-ad-slot=\"1946825373\"><\/ins><br \/>\n<script><br \/>\n(adsbygoogle = window.adsbygoogle || []).push({});<br \/>\n<\/script><\/div>\n<p>Channel bonding &#8211; or port truncking &#8211; gives the ability to apply a policy to a group of network interfaces. It is then possible to load-balance the traffic accross different ports, or keep one aside for failover.<br \/>\n&nbsp;<\/p>\n<h3>Module Loading<\/h3>\n<p>Declare the channel bonding bond0 interface into \/etc\/modprobe.conf<\/p>\n<pre># Channel Bonding\nalias bond0 bonding\noptions bond0 miimon=100 mode=1\n# You can add more with alias bond1 and so on\n<\/pre>\n<p>Here mode is 1, meaning in a failover state. Another useful mode is 0, that load-balances the traffic sequencially.<br \/>\n&nbsp;<\/p>\n<h3>Interfaces<\/h3>\n<p>On Redhat\/Suse, usual configuration files can be used. Bond0 includes eth0 and eth1 in this case.<br \/>\n&nbsp;<br \/>\n&#8211; \/etc\/sysconfig\/network-scripts\/ifcfg-bond0<\/p>\n<pre>DEVICE=bond0\nIPADDR=192.168.1.2\nNETMASK=255.255.255.0\nONBOOT=yes\nBOOTPROTO=none\nUSERCTL=no\n<\/pre>\n<p>&nbsp;<br \/>\n&#8211; \/etc\/sysconfig\/network-scripts\/ifcfg-eth0<\/p>\n<pre>HWADDR=00:1F:39:56:DF:C0\nONBOOT=yes\nDEVICE=eth0\nMASTER=bond0\nSLAVE=yes\n<\/pre>\n<p>&nbsp;<br \/>\n&#8211; \/etc\/sysconfig\/network-scripts\/ifcfg-eth1<\/p>\n<pre>HWADDR=00:1F:39:56:DF:C1\nONBOOT=yes\nDEVICE=eth1\nMASTER=bond0\nSLAVE=yes\n<\/pre>\n<p>&nbsp;<br \/>\nA reboot and you&#8217;re done!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Channel bonding &#8211; or port truncking &#8211; gives the ability to apply a policy to a group of network interfaces. It is then possible to load-balance the traffic accross different ports, or keep one aside for failover. &nbsp; Module Loading Declare the channel bonding bond0 interface into \/etc\/modprobe.conf # Channel Bonding alias bond0 bonding options [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[11],"tags":[386,99,76],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Netexpertise - Channel Bonding on Linux<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Netexpertise - Channel Bonding on Linux\" \/>\n<meta property=\"og:description\" content=\"Channel bonding &#8211; or port truncking &#8211; gives the ability to apply a policy to a group of network interfaces. It is then possible to load-balance the traffic accross different ports, or keep one aside for failover. &nbsp; Module Loading Declare the channel bonding bond0 interface into \/etc\/modprobe.conf # Channel Bonding alias bond0 bonding options [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html\" \/>\n<meta property=\"og:site_name\" content=\"Netexpertise\" \/>\n<meta property=\"article:published_time\" content=\"2008-08-30T13:02:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-10T20:30:56+00:00\" \/>\n<meta name=\"author\" content=\"dave\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@netexpertise\" \/>\n<meta name=\"twitter:site\" content=\"@netexpertise\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html\",\"url\":\"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html\",\"name\":\"Netexpertise - Channel Bonding on Linux\",\"isPartOf\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#website\"},\"datePublished\":\"2008-08-30T13:02:04+00:00\",\"dateModified\":\"2021-10-10T20:30:56+00:00\",\"author\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa\"},\"breadcrumb\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/www.netexpertise.eu\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Channel Bonding on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#website\",\"url\":\"http:\/\/www.netexpertise.eu\/en\/\",\"name\":\"Netexpertise\",\"description\":\"Systems \/ Networks \/ DevOps\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.netexpertise.eu\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa\",\"name\":\"dave\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g\",\"caption\":\"dave\"},\"sameAs\":[\"http:\/\/www.netexpertise.eu\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Netexpertise - Channel Bonding on Linux","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html","og_locale":"en_US","og_type":"article","og_title":"Netexpertise - Channel Bonding on Linux","og_description":"Channel bonding &#8211; or port truncking &#8211; gives the ability to apply a policy to a group of network interfaces. It is then possible to load-balance the traffic accross different ports, or keep one aside for failover. &nbsp; Module Loading Declare the channel bonding bond0 interface into \/etc\/modprobe.conf # Channel Bonding alias bond0 bonding options [&hellip;]","og_url":"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html","og_site_name":"Netexpertise","article_published_time":"2008-08-30T13:02:04+00:00","article_modified_time":"2021-10-10T20:30:56+00:00","author":"dave","twitter_card":"summary_large_image","twitter_creator":"@netexpertise","twitter_site":"@netexpertise","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html","url":"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html","name":"Netexpertise - Channel Bonding on Linux","isPartOf":{"@id":"http:\/\/www.netexpertise.eu\/en\/#website"},"datePublished":"2008-08-30T13:02:04+00:00","dateModified":"2021-10-10T20:30:56+00:00","author":{"@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa"},"breadcrumb":{"@id":"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/www.netexpertise.eu\/en\/systems\/linux\/channel-bonding-linux.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/www.netexpertise.eu\/en"},{"@type":"ListItem","position":2,"name":"Channel Bonding on Linux"}]},{"@type":"WebSite","@id":"http:\/\/www.netexpertise.eu\/en\/#website","url":"http:\/\/www.netexpertise.eu\/en\/","name":"Netexpertise","description":"Systems \/ Networks \/ DevOps","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.netexpertise.eu\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa","name":"dave","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g","caption":"dave"},"sameAs":["http:\/\/www.netexpertise.eu"]}]}},"_links":{"self":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts\/195"}],"collection":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/comments?post=195"}],"version-history":[{"count":0,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts\/195\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/media?parent=195"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/categories?post=195"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/tags?post=195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}