I'm currently running Ubuntu server 26 LTS with Netplan setup during the install.
I changed the Netplan config to set Ethernet has the primary.
network:
bonds:
bond0:
addresses:
- 192.168.29.50/24
interfaces:
- enp7s0
- wlp6s0
nameservers:
addresses:
- 1.1.1.1
- 1.0.0.1
search: []
parameters:
mode: active-backup
primary: enp7s0
mii-monitor-interval: 1
routes:
- to: default
via: 192.168.29.1
ethernets:
enp7s0:
dhcp4: no
version:2
wifis:
wlp6s0:
dhcp4: no
access-points:
"SSID":
password: 'pass'
Whenever i plugin Ethernet it detects and switches to Ethernet but my ssh and ping from the mac drops. Whenever i unplug Ethernet it switches to WiFi and the ssh comes back