Re: [virt-tools-list] Curious Connectivity Issue

2015-11-17 Thread Gustave Stresen-Reuter
Hi again, Until this is resolved, here's the workaround I've implemented… Inside the Smoothwall guest I've created a crontab that runs every 5 minutes and pings a known, external IP. If there is no immediate response, it shuts itself down (/sbin/shutdown -h now). Inside the host I execute anothe

Re: [virt-tools-list] Curious Connectivity Issue

2015-11-17 Thread Cole Robinson
On 11/17/2015 07:11 AM, Gustave Stresen-Reuter wrote: > Here's the output of that command and to be clear, the guest loses > connectivity on that interface. The host is still able to connect (but over > the enp5s0 interface). > > $ sudo virsh domif-setlink Smoothie --interface '52:54:00:3B:22:31'

Re: [virt-tools-list] Curious Connectivity Issue

2015-11-17 Thread Gustave Stresen-Reuter
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

Re: [virt-tools-list] Curious Connectivity Issue

2015-11-17 Thread Gustave Stresen-Reuter
Hi again. Sorry for the last email. $VM should obviously be the name of the guest (Smoothie in this case) and the $MAC should be the MAC address of the interface in question. Duh. I'll let you know how it goes. Ted On Tue, Nov 17, 2015 at 11:06 AM Gustave Stresen-Reuter < tedmaster...@gmail.com>

Re: [virt-tools-list] Curious Connectivity Issue

2015-11-17 Thread Gustave Stresen-Reuter
Here's the output of that command and to be clear, the guest loses connectivity on that interface. The host is still able to connect (but over the enp5s0 interface). $ sudo virsh domif-setlink Smoothie --interface '52:54:00:3B:22:31' --state down Device updated successfully $ sudo virsh domif-set

Re: [virt-tools-list] Curious Connectivity Issue

2015-11-16 Thread Cole Robinson
On 11/16/2015 06:28 AM, Gustave Stresen-Reuter wrote: > Hi, > > I'm new to the list and not even sure if this is the right list to be writing > to so please feel free to redirect if needed. > > I've summarized my issue in this blog post: > http://chicagoitsystems.com/centos-7-kvm-macvtap-loses-al