익명 12:11

Netplan Active Backup Bond with Ethernet and wifi doesn't working as intended

Netplan Active Backup Bond with Ethernet and wifi doesn't working as intended

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



Top Answer/Comment:

Comment: Ubuntu 26 LTS?? Do you mean a Ubuntu Core 26 Server? or Ubuntu 26.04 LTS Server install, as 26 & 26.04 are different products (26 is a subset of 26.04 being faster to spin up needing less RAM required, but less powerful/flexible)

상단 광고의 [X] 버튼을 누르면 내용이 보입니다