<div dir="ltr">Hi and thanks for checking this out. If I can't get this resolved soon I'm going to have to install an older version of the host OS, get everything configured, and then try upgrading. Is CentOS a good choice for the host? I'd use REL but I've never been clear on the licensing and don't want to put myself in a spot unnecessarily.<div><br></div><div>Those screen shots are from the host, unfortunately. Apparently, when the Smoothwall starts up, it executes some sort of script that creates the Macvtap interfaces and that seems to be where the issue is. If I unplug the cable without those interfaces created, and plug it back in, connectivity is restored without issue.</div><div><br></div><div>I'll try the command you suggest but…</div><div><br></div><div>What should the value of $VM be? macvtap0 or enp5s0 (the interface defined by the host)? Same question for $MAC…</div><div><br></div><div>Thanks again for lending a hand. This is frustrating because these sorts of things normally just work (thankfully).</div><div><br></div><div>Kind regards,</div><div><br></div><div>Ted Stresen-Reuter</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 17, 2015 at 1:13 AM Cole Robinson <<a href="mailto:crobinso@redhat.com">crobinso@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 11/16/2015 06:28 AM, Gustave Stresen-Reuter wrote:<br>
> Hi,<br>
><br>
> I'm new to the list and not even sure if this is the right list to be writing<br>
> to so please feel free to redirect if needed.<br>
><br>
> I've summarized my issue in this blog post:<br>
> <a href="http://chicagoitsystems.com/centos-7-kvm-macvtap-loses-all-connectivity/" rel="noreferrer" target="_blank">http://chicagoitsystems.com/centos-7-kvm-macvtap-loses-all-connectivity/</a><br>
><br>
> However, since writing that, I've found that I can regain connectivity by<br>
> stopping and restarting the guest that uses the Macvtap connections.<br>
> Apparently, the command that executes that creates the interfaces does not<br>
> include the "allow reconnections" options.+<br>
><br>
> I would really appreciate it if someone could point me in the direction I need<br>
> to go to verify that this is indeed the issue (like, modifying the script used<br>
> to start the machine from the command line to see if I can add… oh wait, maybe<br>
> there is a switch in the XML that is not being set???)<br>
><br>
> Anyway, as you can see, I would appreciate any pointers people on this list<br>
> can give.<br>
><br>
<br>
Are those screenshots from inside the guest, or is the host side screwed up?<br>
<br>
If it's just the guest side, maybe this can be fixed by emulating a VM nic<br>
unplug and replug event. You can do that with<br>
<br>
sudo virsh domif-setlink $VM --interface $MAC --state up|down<br>
<br>
So give that a shot and let us know if it works<br>
<br>
Thanks,<br>
Cole<br>
</blockquote></div>