{"id":611,"date":"2019-05-10T14:41:20","date_gmt":"2019-05-10T22:41:20","guid":{"rendered":"https:\/\/angrysysadmins.tech\/?p=611"},"modified":"2019-10-16T23:57:11","modified_gmt":"2019-10-17T07:57:11","slug":"ovirt-how-to-create-an-internal-network","status":"publish","type":"post","link":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/","title":{"rendered":"oVirt: How to Create an Internal Network"},"content":{"rendered":"\n<p>By internal network, I mean a network that does not correspond to a physical NIC. It exists purely to allow VMs to communicate with each other.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">On the oVirt Node<\/h2>\n\n\n\n<p><br>With that said, let&#8217;s begin. oVirt requires that all networks, even internal ones, correspond to a NIC. So step one is to make the host think that it has an extra NIC. We can do this with a dummy interface:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">install dummy \/usr\/sbin\/modprobe --ignore-install dummy; \/usr\/sbin\/ip link set name dummy0 dev dummy\n<\/pre>\n\n\n\n<p><br>To have this automatically happen, those lines should also be added to \/etc\/modprobe.d\/dummy.conf.<br><br>Also, run the following to make sure the dummy module is added on reboot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">echo \"dummy\" &gt; \/etc\/modules-load.d\/dummy.conf<\/pre>\n\n\n\n<p><br>Finally, make the network script for the interface. This should be in \/etc\/sysconfig\/network-scripts\/ifcfg-dummy0:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">DEVICE=dummy0\nBRIDGE=$Internal-network-name\nONBOOT=yes\nMTU=1500\nDEFROUTE=no\nNM_CONTROLLED=no\nIPV6INIT=no<\/pre>\n\n\n\n<p><br>Replacing $Internal-network-name with the name of the network you made on the oVirt web interface.<br><br>With all that done, when assigning networks to NICs in oVirt, you should now see dummy_1 as an option. Do be warned that this network will only exist on this host.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By internal network, I mean a network that does not correspond to a physical NIC. It exists purely to allow VMs to communicate with each other. On the oVirt Node With that said, let&#8217;s begin. oVirt requires that all networks, even internal ones, correspond to a NIC. So step one is to make the host <br \/><a class=\"read-more-button\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45,8,21,22],"tags":[46,138,17],"coauthors":[37],"class_list":["post-611","post","type-post","status-publish","format-standard","hentry","category-centos","category-linux","category-ovirt","category-virtualization","tag-centos","tag-network","tag-ovirt"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>oVirt: How to Create an Internal Network - Angry Sysadmins<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"oVirt: How to Create an Internal Network - Angry Sysadmins\" \/>\n<meta property=\"og:description\" content=\"By internal network, I mean a network that does not correspond to a physical NIC. It exists purely to allow VMs to communicate with each other. On the oVirt Node With that said, let&#8217;s begin. oVirt requires that all networks, even internal ones, correspond to a NIC. So step one is to make the host Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/\" \/>\n<meta property=\"og:site_name\" content=\"Angry Sysadmins\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-10T22:41:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-10-17T07:57:11+00:00\" \/>\n<meta name=\"author\" content=\"Cat Kasin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cat Kasin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/\"},\"author\":{\"name\":\"Cat Kasin\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\"},\"headline\":\"oVirt: How to Create an Internal Network\",\"datePublished\":\"2019-05-10T22:41:20+00:00\",\"dateModified\":\"2019-10-17T07:57:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/\"},\"wordCount\":171,\"commentCount\":0,\"keywords\":[\"CentOS\",\"network\",\"Ovirt\"],\"articleSection\":[\"CentOS\",\"Linux\",\"oVirt\",\"Virtualization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/\",\"name\":\"oVirt: How to Create an Internal Network - Angry Sysadmins\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\"},\"datePublished\":\"2019-05-10T22:41:20+00:00\",\"dateModified\":\"2019-10-17T07:57:11+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/ovirt-how-to-create-an-internal-network\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angrysysadmins.tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"oVirt: How to Create an Internal Network\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/\",\"name\":\"Angry Sysadmins\",\"description\":\"A site full of angry sysadmins here to vent and help\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/angrysysadmins.tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\",\"name\":\"Cat Kasin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g23b0ffb86dd6c08514a66a6a50f7a0a9\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g\",\"caption\":\"Cat Kasin\"},\"description\":\"I build virtual environments and challenges for Cybersecurity students to complete as a way to gain experience before graduating and entering the workforce.\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/author\\\/bailey\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"oVirt: How to Create an Internal Network - Angry Sysadmins","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":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/","og_locale":"en_US","og_type":"article","og_title":"oVirt: How to Create an Internal Network - Angry Sysadmins","og_description":"By internal network, I mean a network that does not correspond to a physical NIC. It exists purely to allow VMs to communicate with each other. On the oVirt Node With that said, let&#8217;s begin. oVirt requires that all networks, even internal ones, correspond to a NIC. So step one is to make the host Read More &raquo;","og_url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/","og_site_name":"Angry Sysadmins","article_published_time":"2019-05-10T22:41:20+00:00","article_modified_time":"2019-10-17T07:57:11+00:00","author":"Cat Kasin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Cat Kasin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/#article","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/"},"author":{"name":"Cat Kasin","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d"},"headline":"oVirt: How to Create an Internal Network","datePublished":"2019-05-10T22:41:20+00:00","dateModified":"2019-10-17T07:57:11+00:00","mainEntityOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/"},"wordCount":171,"commentCount":0,"keywords":["CentOS","network","Ovirt"],"articleSection":["CentOS","Linux","oVirt","Virtualization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/","url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/","name":"oVirt: How to Create an Internal Network - Angry Sysadmins","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/#website"},"datePublished":"2019-05-10T22:41:20+00:00","dateModified":"2019-10-17T07:57:11+00:00","author":{"@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d"},"breadcrumb":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/ovirt-how-to-create-an-internal-network\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angrysysadmins.tech\/"},{"@type":"ListItem","position":2,"name":"oVirt: How to Create an Internal Network"}]},{"@type":"WebSite","@id":"https:\/\/angrysysadmins.tech\/#website","url":"https:\/\/angrysysadmins.tech\/","name":"Angry Sysadmins","description":"A site full of angry sysadmins here to vent and help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/angrysysadmins.tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d","name":"Cat Kasin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g23b0ffb86dd6c08514a66a6a50f7a0a9","url":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g","caption":"Cat Kasin"},"description":"I build virtual environments and challenges for Cybersecurity students to complete as a way to gain experience before graduating and entering the workforce.","url":"https:\/\/angrysysadmins.tech\/index.php\/author\/bailey\/"}]}},"_links":{"self":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/comments?post=611"}],"version-history":[{"count":5,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/611\/revisions"}],"predecessor-version":[{"id":698,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/611\/revisions\/698"}],"wp:attachment":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/media?parent=611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/categories?post=611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/tags?post=611"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/coauthors?post=611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}