adamant-kite-43734
10/20/2023, 9:59 PMlittle-grass-59515
10/21/2023, 12:48 AM# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eno1
iface eno1 inet static
address x.x.x.x/30
up ip route add default via x.x.x.x
dns-nameserver 8.8.8.8
dns-nameserver 8.8.4.4
auto eno2
iface eno2 inet static
address 0.0.0.0/0
auto bond0
iface bond0 inet static
address 0.0.0.0/0
bond-slaves eno2
bond-mode active-backup
I have installed ubuntu 22.04.3 and have successfully received an IP here is the net config on host2.little-grass-59515
10/21/2023, 1:10 AMnetwork:
bonds:
bond0:
interfaces:
- eno2
parameters:
mode: active-backup
ethernets:
eno1:
addresses:
- x.x.x.x/30
nameservers:
addresses:
- 1.1.1.1
search: []
routes:
- to: default
via: x.x.x.x
eno2: {}
version: 2
vlans:
bond0.3:
dhcp4: true
id: 3
link: bond0the dhcp logs on host1 show no dhcp errors.little-grass-59515
10/21/2023, 2:50 AMwitty-jelly-95845
10/21/2023, 8:51 PMlittle-grass-59515
10/21/2023, 8:54 PMwitty-jelly-95845
10/21/2023, 8:54 PMlittle-grass-59515
10/21/2023, 8:54 PMlittle-grass-59515
10/21/2023, 8:55 PMlittle-grass-59515
10/21/2023, 8:55 PMlittle-grass-59515
10/21/2023, 8:55 PMlittle-grass-59515
10/21/2023, 8:55 PMlittle-grass-59515
10/21/2023, 8:56 PMlittle-grass-59515
10/21/2023, 8:56 PM