<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">Hi,<br /></span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">Yes, clear informations about this are not available and I had to try a little bit before getting a result.</span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">The thing is you can create an internal network but it has to be linked to some device, otherwise the network will be considered as "non functional" and your domain, server or datacenter (depending at which level you decide to set ip), will return errors. At the datacenter level, I wasn't even able to have a usable infrastructure before correcting this.</span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">The solution is very close to your idea, so what about connecting these VMs to a "ghost" network interface, which is just existing virtually and behaving like a real one but without bothering you ?</span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;"> This thing is called the "dummy" module, and can be configured at OS level.</span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">* Configure and use the "dummy" module and create an active interface </span></div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - /etc/modprobe.d/dummy.conf<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; install dummy /sbin/modprobe --ignore-install dummy; ip link add dummy_1 type dummy<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - /etc/modules-load.d/dummy.conf <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Dummy net driver for internal network<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dummy</span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">* Configure this device "dummy_1" as linked to a dedicated bridge "smb_testing".</span></div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">- /etc/sysconfig/network-scripts/ifcfg-dummy_1 <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Generated by VDSM version 4.20.23-1.el7.centos<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DEVICE=dummy_1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BRIDGE=smb_testing<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONBOOT=yes<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MTU=1500<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DEFROUTE=no<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NM_CONTROLLED=no<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IPV6INIT=no<br /></span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">* Classic bridge definition.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - /etc/sysconfig/network-scripts/ifcfg-smb_testing&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Generated by VDSM version 4.20.23-1.el7.centos<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DEVICE=smb_testing<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE=Bridge<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DELAY=0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STP=off<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONBOOT=yes<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MTU=1500<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DEFROUTE=no<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NM_CONTROLLED=no<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IPV6INIT=yes<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IPV6_AUTOCONF=yes</span></div>
<div>&nbsp;</div>
<div><span style="font-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">You can now attach this network to your machines, and they will be able to communicate through it.</span></div>
<p>My main concern now is : will this configuration survive if I modify things and network scripts are regenerated by the engine ?</p>
<p>Regards<br /><br /> Le 09-Apr-2018 08:37:23 +0200, a_shilov@inbox.ru a &eacute;crit:</p>
<div>&nbsp;</div>
<blockquote style="margin-left: 0; padding-left: 5px; border-left: 2px solid navy;"><br /><br />
<p style="font-family: Arial, Tahoma, Verdana, sans-serif;">Hi List!</p>
<p style="font-family: Arial, Tahoma, Verdana, sans-serif;">Recently I've started using ovirt 4.2 and faced that I cannot find any guide how to do it in ovirt.org documentation.</p>
<p style="font-family: Arial, Tahoma, Verdana, sans-serif;">Need help with configure isolated/host-only (not connect to real NIC) network that allowed to communicate two or more VMs into private network. May be exist a solution? I did it such: linked logical networt to real NIC without connect anywhere (link - DOWN), but this solution is a little bit odd. How to exclude read NIC?</p>
<div>&nbsp;</div>
</blockquote>
                    <br/><hr>FreeMail powered by <a href="https://mail.fr" target="_blank">mail.fr</a>