<div dir="ltr"><div>Hello Charles,<br><br></div><div>First, can you give us more information regarding the duplicated IPv6 addresses? Since you are going to reinstall the hosted engine, could you make sure that NetworkManager is disabled before adding the second vNIC (and perhaps even disable IPv6 and reboot as well, so we have a solid base and see what makes the difference)?<br><br>What kind of documentation did you follow to install the hosted engine? 
Was it this page? 
<a href="https://www.ovirt.org/documentation/how-to/hosted-engine/">https://www.ovirt.org/documentation/how-to/hosted-engine/</a> If so, could you file a bug against VDSM networking and attach /var/log/vdsm/vdsm.log and supervdsm.log, and make sure they include the time period from adding the second vNIC to rebooting?<br><br></div><div>Second, even the vNIC going missing after reboot looks like a bug to me. Even though eth1 does not exist in the VM, can you see it defined for the VM in the engine web GUI?<br></div><div><br></div><div>The steps you took to install the hosted engine with regards to networking look good to me, but I believe Sandro (CC&#39;ed) would be able to give more advice.<br><br>Sandro, since we want to configure bonding, would you recommend to install the engine physically first, move it to a VM, according to the following method, and only then reconfigure networking? <a href="https://www.ovirt.org/documentation/self-hosted/chap-Migrating_from_Bare_Metal_to_an_EL-Based_Self-Hosted_Environment/">https://www.ovirt.org/documentation/self-hosted/chap-Migrating_from_Bare_Metal_to_an_EL-Based_Self-Hosted_Environment/</a><br><br></div><div>Thank you,<br></div><div>Ondra<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 10, 2017 at 8:51 AM, Charles Tassell <span dir="ltr">&lt;<a href="mailto:ctassell@gmail.com" target="_blank">ctassell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Everyone,<br>
<br>
  Okay, I&#39;m again having problems with getting basic networking setup with oVirt 4.1  Here is my situation.  I have two servers I want to use to create an oVirt cluster, with two different networks.  My &quot;public&quot; network is a 1G link on device em1 connected to my Internet feed, and my &quot;storage&quot; network is a 10G link connected on device p5p1 to my file server.  Since I need to connect to my storage network in order to do the install, I selected p5p1 has the ovirtmgmt interface when installing the hosted engine.  That worked fine, I got everything installed, so I used some ssh-proxy magic to connect to the web console and completed the install (setup a Storage domain and create a new network vmNet for VM networking and added em1 to it.)<br>
<br>
  The problem was that when I added a second network device to the HostedEngine VM (so that I can connect to it from my public network) it would intermittently go down.  I did some digging and found some IPV6 errors in the dmesg (IPv6: eth1: IPv6 duplicate address 2001:410:e000:902:21a:4aff:fe1<wbr>6:151 detected!) so I disabled IPv6 on both eth0 and eth1 in the HostedEngine and rebooted it.  The problem is that when I restarted the VM, the eth1 device was missing.<br>
<br>
  So, my question is: Can I add a second NIC to the HostedEngine VM and make it stick, or will it be deleted whenever the engine VM is restarted?  Is there a better way to do what I&#39;m trying to do, ie, should I setup ovirtmgmt on the public em1 interface, and then create the &quot;storage&quot; network after the fact for connecting to the datastores and such.  Is that even possible, or required?  I was thinking that it would be better for migrations and other management functions to happen on the faster 10G network, but if the HostedEngine doesn&#39;t need to be able to connect to the storage network maybe it&#39;s not worth the effort?<br>
<br>
  Eventually I want to setup LACP on the storage network, but I had to wipe the servers and reinstall from scratch the last time I tried to set that up.  I was thinking that it was because I setup the bonding before installing oVirt, so I didn&#39;t do that this time.<br>
<br>
  Here are my /etc/sysconfig/network-scripts<wbr>/ifcfg-* files in case I did something wrong there (I&#39;m more familiar with Debian/Ubuntu network setup than CentOS)<br>
<br>
ifcfg-eth0: (ovirtmgmt aka storage)<br>
----------------<br>
BROADCAST=192.168.130.255<br>
NETMASK=255.255.255.0<br>
BOOTPROTO=static<br>
DEVICE=eth0<br>
IPADDR=192.168.130.179<br>
ONBOOT=yes<br>
DOMAIN=<a href="http://public.net" rel="noreferrer" target="_blank">public.net</a><br>
ZONE=public<br>
IPV6INIT=no<br>
<br>
<br>
ifcfg-eth1: (vmNet aka Internet)<br>
----------------<br>
BROADCAST=192.168.1.255<br>
NETMASK=255.255.255.0<br>
BOOTPROTO=static<br>
DEVICE=eth1<br>
IPADDR=192.168.1.179<br>
GATEWAY=192.168.1.254<br>
ONBOOT=yes<br>
DNS1=192.168.1.1<br>
DNS2=192.168.1.2<br>
DOMAIN=<a href="http://public.net" rel="noreferrer" target="_blank">public.net</a><br>
ZONE=public<br>
IPV6INIT=no<br>
<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br>
</blockquote></div><br></div>