[CentOS] Teaming on qemu.

dE

de.techno at gmail.com
Mon Feb 16 15:30:11 UTC 2015


Hi!

For testing purposes, I'm trying to setup teaming on my VM which runs 
CentOS 7. I've 2 gigabit NICs emulated which are connected to a tun 
device on the host.

I can ping to the tun device on the host when directly using the 
interface (of course when teaming is disabled), when using the team 
interface, I can't.

The team link is made as such --
teamd -f /etc/teamd.conf

Contents of teamd.conf --

{
         "device" : "team0",
         "runner" : {
                 "name" : "roundrobin"
         },
         "ports" : {
                 "enp0s3" : {},
                 "enp0s4" : {}
         }

}



More information about the CentOS mailing list