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 examples I’m at a loss :/
Here’s ip addr show
:
[...] 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 00:15:5d:ec:d3:07 brd ff:ff:ff:ff:ff:ff 3: eth0: <BROADCAST,MULTICAST,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 link/ether 00:15:5d:ec:d3:08 brd ff:ff:ff:ff:ff:ff 4: bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether ae:1e:0c:06:21:8c brd ff:ff:ff:ff:ff:ff inet 172.30.1.10/18 brd 172.30.63.255 scope global bond0 valid_lft forever preferred_lft forever inet6 fe80::ac1e:cff:fe06:218c/64 scope link valid_lft_forever preferred_lft forever [...]