<div dir="ltr"><div>This also still works as well: <a href="http://lists.ovirt.org/pipermail/users/2012-April/007385.html">http://lists.ovirt.org/pipermail/users/2012-April/007385.html</a><br></div>- DHC<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, May 16, 2013 at 9:12 AM, Lior Vernia <span dir="ltr">&lt;<a href="mailto:lvernia@redhat.com" target="_blank">lvernia@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Frank,<br>
<br>
I suspect the problem is that VDSM isn&#39;t told by default to pass dummy<br>
NICs on to the engine. Have a look at the following file (exact path<br>
might vary):<br>
<br>
/usr/lib64/python2.7/site-packages/vdsm/config.py<br>
<br>
Search for a variable called &quot;fake_nics&quot;, it should exist for 3.2. By<br>
default it is empty, but you may define a pattern for fake NIC names to<br>
be passed to the engine (in your case probably &quot;dummy*&quot;). Restart the<br>
vdsm daemon and everything should be fine. Maybe you&#39;ll have to move the<br>
host to maintenance and then reactivate just to refresh the UI.<br>
<br>
Please let us know if that works.<br>
<br>
Yours, Lior.<br>
<div class="HOEnZb"><div class="h5"><br>
On 16/05/13 15:48, Frank Wall wrote:<br>
&gt; Hi Asaf,<br>
&gt;<br>
&gt; Am 13.05.2013 15:05, schrieb Assaf Muller:<br>
&gt;&gt; Without the ability to control the networking devices in your<br>
&gt;&gt; vicinity and setup VLANs, what you&#39;re trying to do isn&#39;t supported via<br>
&gt;&gt; oVirt.<br>
&gt;<br>
&gt; I was already guessing that it is not supported. Thanks for the<br>
&gt; &quot;official&quot; confirmation.<br>
&gt;<br>
&gt;&gt; * Create two dummy interfaces on the host, and give them static IP<br>
&gt;&gt; addresses. For example: <a href="http://192.168.1.254/24" target="_blank">192.168.1.254/24</a>, and <a href="http://192.168.2.254/24" target="_blank">192.168.2.254/24</a>.<br>
&gt;<br>
&gt; OK, I&#39;ve populated the required files...<br>
&gt;<br>
&gt; /etc/modules-load.d/dummy.conf<br>
&gt; /etc/modprobe.d/dummy.conf<br>
&gt; /etc/sysconfig/network-scripts/ifcfg-dummy0<br>
&gt;<br>
&gt; ...and after a reboot I have a new dummy NIC configured:<br>
&gt;<br>
&gt; dummy0: flags=195&lt;UP,BROADCAST,RUNNING,NOARP&gt;  mtu 1500<br>
&gt;         inet 192.168.0.254  netmask 255.255.255.0  broadcast 192.168.0.255<br>
&gt;         ether 5e:61:0f:e7:f9:bc  txqueuelen 0  (Ethernet)<br>
&gt;         RX packets 0  bytes 0 (0.0 B)<br>
&gt;         RX errors 0  dropped 0  overruns 0  frame 0<br>
&gt;         TX packets 3  bytes 210 (210.0 B)<br>
&gt;         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br>
&gt;<br>
&gt;&gt; * Create two networks (VM) called One and Two and attach them to<br>
&gt;&gt; the dummy NICs.<br>
&gt;<br>
&gt; Unfortunately, this does not work as described. I was able to create<br>
&gt; the new VM network from the Admin Portal successfully, but I am unable<br>
&gt; to attach this network to the dummy NIC.<br>
&gt;<br>
&gt; When I choose the &quot;Setup Host Networks&quot; option from the Admin Portal:<br>
&gt; My Datacenter =&gt; My Cluster =&gt; Hosts =&gt; My Host =&gt; TAB: Network<br>
&gt; Interfaces -&gt; Setup Host Networks<br>
&gt; The dummy NIC is NOT listed, but only the physical NIC (with ovirtmgmt<br>
&gt; attached to it).<br>
&gt;<br>
&gt; Is this expected? Does oVirt suppress any non-physical NICs?<br>
&gt; Is there another way to attach the VM network to my dummy NIC?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Thanks<br>
&gt; - Frank<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>