I am probably missing something but have a KVM virtualized HOST/GUEST setup.
- The GUEST is using a bridge (br0) on the HOST for internet connectivity.
- When I make a "/etc/init.d/networking stop ; sleep 5 ; /etc/init.d/networking start" on the HOST the GUEST loses internet connectivity. -- When I reboot the HOST instead of doing a networking stop/start" then the GUEST is ok.
NOTE: Tried also "ifdown br0 ; sleep 5 ; ifup br0", GUEST always loses connectivity still Surely i'm missing something here that is not working either on the restart or to do with libvirt, but what?
Thanks in advance.
I remember noticing this on here before and the answer appears to be that:
With one solution and some workarounds proposed.
KVM guests lose connectivity after networking restart