Attempting to NIC team on Ubuntu 17.10 using netplan: network: version: 2 ethernets: switchports: match: macaddress: 00:15:5d:ec:d3:07 macaddress: 00:15:5d:ec:d3:08 wakeonlan: true bridges: bond0: interfaces: [switchports] addresses: [172.30.1.10/18] gateway4: 172.30.0.1 After applying cannot ping gateway or ping Ubuntu server from other network nodes. My hunch is I’m missing something simple but reading docs and other examplesRead more