Displaying 1 result from an estimated 1 matches for "kvm66".
Did you mean:
kvm16
2020 Sep 09
0
Re: Isolated bridge does not bridge
...I have removed two VM's from the bridge
> what connects them to internet, and added them to another isolated
> bridge what's not connected to internet. Problem is that I cannot reach
> the other host in the isolated network.
>
> Something like this:
>
> virsh shutdown kvm66
> virsh shutdown kvm68
>
> brctl delif br0 vnet10 vnet6 # the interfaces of kvm66 and kvm68
> brctl addbr br1
> brctl addif br1 vnet10 vnet6
The delif and addif commands won't do anything if the guests are not
running (you've done "virsh shutdown", but that will...