Displaying 9 results from an estimated 9 matches for "vnet10".
Did you mean:
vnet0
2016 May 23
1
kvm: centos 7 guest on centos 6 host network problems
...both interfaces in bridged mode
with no problems.
both interfaces on the host are intel cards (e1000e). driver in the kvm
guest configuration is "virtio".
dmesg on the kvm host (centos 6) says:
device vnet9 entered promiscuous mode
br0: port 5(vnet9) entering forwarding state
device vnet10 entered promiscuous mode
br1: port 5(vnet10) entering forwarding state
vnet10: no IPv6 routers present
vnet9: no IPv6 routers present
kvm: 17778: cpu0 disabled perfctr wrmsr: 0xc2 data 0xffff
e1000e: eth0 NIC Link is Down
...
ethtool -k output differs in "rx-vlan-filter" (off for eth0)
c...
2015 Dec 09
2
How to manually add a new interface to a bridge device?
...l show' I get the following:
# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.00237dd22a4c no eth0
vnet0
vnet10
vnet11
vnet13
vnet2
vnet3...
2020 Sep 09
0
Re: Isolated bridge does not bridge
...cts 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 either take some
time, or never be honored (depending on h...
2015 Dec 09
2
How to manually add a new interface to a bridge device?
...brctl show? I get the following:
# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.00237dd22a4c no eth0
vnet0
vnet10
vnet11
vnet13
vnet2
vnet3...
2015 Dec 09
0
How to manually add a new interface to a bridge device?
...# brctl show
>
> bridge name bridge id STP enabled interfaces
>
> br0 8000.00237dd22a4c no eth0
>
> vnet0
>
> vnet10
>
> vnet11
>
> vnet13
>
> vnet2
>
> vnet3
>
>...
2015 Dec 09
3
How to manually add a new interface to a bridge device?
...l show' I get the following:
# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.00237dd22a4c no eth0
vnet0
vnet10
vnet11
vnet13
vnet2
vnet3...
2015 Dec 09
0
How to manually add a new interface to a bridge device?
...t; interface vnet14 does not exist!
>
> If I run a ?brctl show? I get the following:
>
> # brctl show
>
> bridge name bridge id STP enabled interfaces
>
> br0 8000.00237dd22a4c no eth0
>
> vnet0
>
> vnet10
>
> vnet11
>
> vnet13
>
> vnet2
>
> vnet3
>
> vnet4
>
> vnet6
>
> vnet8
>
> br1 8000.00237dd22a50 no eth1
>
> vnet1
>
>...
2015 Dec 09
0
How to manually add a new interface to a bridge device?
...does not exist!
>
> If I run a ?brctl show? I get the following:
>
> # brctl show
>
> bridge name bridge id STP enabled interfaces
>
> br0 8000.00237dd22a4c no eth0
>
> vnet0
>
> vnet10
>
> vnet11
>
> vnet13
>
> vnet2
>
> vnet3
>
> vnet4
>
> vnet6
>
> vnet8
>
> br1 8000.00237dd22a50 no eth1
>
>...
2016 Mar 11
2
100% CPU when using nested virtualization
Hi all,
I got a new laptop recently and what worked before no longer works
(Fedora 23 on the laptops in both cases)...
I'm trying to get nested virtualization to work because I use the VMs
on the laptop to simulate an HA cluster that itself hosts VMs. I don't
care much at all about the performance of the nested VM, it's just there
so that I can work on the cluster's code.