This message was deleted.
# harvester
a
This message was deleted.
l
ok the dhcp server sits on host1. I am trying to install to host2 with harvester dhcp. Here is the network configuration on host1.
Copy code
# 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.
Copy code
network:
  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.
w
Personally I'd use static IP addresses but if you are using DHCP ensure you have static IP to MAC address mappings configured in your DHCP server
l
yes, I am aware of the issues with dhcp
w
Which version of Harvester are you trying to install? The linked bug suggests 1.1.2 but I've seen your own bug referencing 1.1.2 and 1.2.0 so just wanted to check
l
yeah your going to love this.
so ... I found the workaround for 1.1.2 to make dhcp work.
however, installing over ipmi OOB is too slow and the installation times out.
soooo
I am in a catch 22 becuase I can't install 1.2.0 as the work around for dhcp is for 1.1.2
1.2.1 is supposed to fix both.
🤞 1
out next week apparently
📆 1