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" : {} } }