{"id":133,"date":"2021-03-22T14:40:21","date_gmt":"2021-03-22T13:40:21","guid":{"rendered":"https:\/\/www.netexpertise.eu\/es\/?p=133"},"modified":"2021-03-22T14:46:53","modified_gmt":"2021-03-22T13:46:53","slug":"archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian","status":"publish","type":"post","link":"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html","title":{"rendered":"Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian"},"content":{"rendered":"\n<p>Todos los sistemas requieren que el paquete bridge-utils se instale con yum o apt-get.<\/p>\n\n\n\n<h3>Redhat \/ Fedora<\/h3>\n\n\n\n<p>Modificar el archivo de inicio de las interfaces de red que se agregar\u00e1n al bridge.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@redhat ~]$ cat \/etc\/sysconfig\/network-scripts\/ifcfg-eth0\nDEVICE=eth0\nHWADDR=00:C0:4F:44:41:8A\nONBOOT=yes\nBRIDGE=br0<\/code><\/pre>\n\n\n\n<p><br><\/p>\n\n\n\n<p id=\"tw-target-text\">Y creer el archivo de configuraci\u00f3n del bridge<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@redhat ~]$ cat \/etc\/sysconfig\/network-scripts\/ifcfg-br0\nDEVICE=br0\nTYPE=Bridge\nBOOTPROTO=static\nBROADCAST=192.168.0.255\nIPADDR=192.168.0.100\nNETMASK=255.255.255.0\nNETWORK=192.168.0.0\nONBOOT=yes\nUSERCTL=no\nIPV6INIT=no\nPEERDNS=no\nONBOOT=yes<\/code><\/pre>\n\n\n\n<h3><br>Ubuntu<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">root@ubuntu:~$ cat \/etc\/network\/interfaces\n# The loopback network interface\nauto lo\niface lo inet loopback\n\nauto br0\niface br0 inet static\n        address 192.168.0.100\n        netmask 255.255.255.0\n        network 192.168.0.0\n        broadcast 192.168.0.255\n        pre-up ifconfig eth1 down\n        pre-up brctl addbr br0\n        pre-up brctl addif br0 eth0\n        pre-up brctl addif br0 eth1\n        pre-up ifconfig eth0 0.0.0.0\n        pre-up ifconfig eth1 0.0.0.0\n        post-down ifconfig eth0 down\n        post-down ifconfig eth1 down\n        post-down ifconfig br0 down\n        post-down brctl delif br0 eth0\n        post-down brctl delif br0 eth1\n        post-down brctl delbr br0<\/code><\/pre>\n\n\n\n<h3><br>Debian<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">root@debian:~$ cat \/etc\/network\/interfaces\niface eth0 inet manual\n\niface eth1 inet manual\n\n # Bridge setup\n iface br0 inet static\n        bridge_ports eth0 eth1\n        address 192.168.0.100\n        broadcast 192.168.0.255\n        netmask 255.255.255.0\n        gateway 192.168.0.1<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Todos los sistemas requieren que el paquete bridge-utils se instale con yum o apt-get. Redhat \/ Fedora Modificar el archivo de inicio de las interfaces de red que se agregar\u00e1n al bridge. Y creer el archivo de configuraci\u00f3n del bridge Ubuntu Debian<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false},"categories":[10],"tags":[46,47,48,51,34,49,50],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Netexpertise - Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian<\/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\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Netexpertise - Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian\" \/>\n<meta property=\"og:description\" content=\"Todos los sistemas requieren que el paquete bridge-utils se instale con yum o apt-get. Redhat \/ Fedora Modificar el archivo de inicio de las interfaces de red que se agregar\u00e1n al bridge. Y creer el archivo de configuraci\u00f3n del bridge Ubuntu Debian\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html\" \/>\n<meta property=\"og:site_name\" content=\"Netexpertise\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-22T13:40:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-22T13:46:53+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\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html\",\"url\":\"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html\",\"name\":\"Netexpertise - Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian\",\"isPartOf\":{\"@id\":\"http:\/\/www.netexpertise.eu\/es\/#website\"},\"datePublished\":\"2021-03-22T13:40:21+00:00\",\"dateModified\":\"2021-03-22T13:46:53+00:00\",\"author\":{\"@id\":\"http:\/\/www.netexpertise.eu\/es\/#\/schema\/person\/27ec923be6625ac4b4bb86c8f0b12abf\"},\"breadcrumb\":{\"@id\":\"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"http:\/\/www.netexpertise.eu\/es\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.netexpertise.eu\/es\/#website\",\"url\":\"http:\/\/www.netexpertise.eu\/es\/\",\"name\":\"Netexpertise\",\"description\":\"Sistemas \/ Redes \/ DevOps\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.netexpertise.eu\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/www.netexpertise.eu\/es\/#\/schema\/person\/27ec923be6625ac4b4bb86c8f0b12abf\",\"name\":\"dave\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"http:\/\/www.netexpertise.eu\/es\/#\/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\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Netexpertise - Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian","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\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html","og_locale":"es_ES","og_type":"article","og_title":"Netexpertise - Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian","og_description":"Todos los sistemas requieren que el paquete bridge-utils se instale con yum o apt-get. Redhat \/ Fedora Modificar el archivo de inicio de las interfaces de red que se agregar\u00e1n al bridge. Y creer el archivo de configuraci\u00f3n del bridge Ubuntu Debian","og_url":"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html","og_site_name":"Netexpertise","article_published_time":"2021-03-22T13:40:21+00:00","article_modified_time":"2021-03-22T13:46:53+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\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html","url":"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html","name":"Netexpertise - Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian","isPartOf":{"@id":"http:\/\/www.netexpertise.eu\/es\/#website"},"datePublished":"2021-03-22T13:40:21+00:00","dateModified":"2021-03-22T13:46:53+00:00","author":{"@id":"http:\/\/www.netexpertise.eu\/es\/#\/schema\/person\/27ec923be6625ac4b4bb86c8f0b12abf"},"breadcrumb":{"@id":"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/www.netexpertise.eu\/es\/sistema\/linux\/archivos-de-inicio-de-bridges-en-redhat-ubuntu-debian.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"http:\/\/www.netexpertise.eu\/es"},{"@type":"ListItem","position":2,"name":"Archivos de Inicio de Bridges en Redhat\/Ubuntu\/Debian"}]},{"@type":"WebSite","@id":"http:\/\/www.netexpertise.eu\/es\/#website","url":"http:\/\/www.netexpertise.eu\/es\/","name":"Netexpertise","description":"Sistemas \/ Redes \/ DevOps","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.netexpertise.eu\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Person","@id":"http:\/\/www.netexpertise.eu\/es\/#\/schema\/person\/27ec923be6625ac4b4bb86c8f0b12abf","name":"dave","image":{"@type":"ImageObject","inLanguage":"es","@id":"http:\/\/www.netexpertise.eu\/es\/#\/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"}}]}},"_links":{"self":[{"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/posts\/133"}],"collection":[{"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/comments?post=133"}],"version-history":[{"count":4,"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/posts\/133\/revisions"}],"predecessor-version":[{"id":138,"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/posts\/133\/revisions\/138"}],"wp:attachment":[{"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/media?parent=133"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/categories?post=133"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/es\/wp-json\/wp\/v2\/tags?post=133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}