Hi!
I'm trying to automate the installation of Proxmox VE following the instructions at https://pve.proxmox.com/wiki/Automated_Installation.
I encountered the following problem: The server on which proxmox should be installed has several network devices, each of which is assigned different address via DHCP. However, the answer.toml file is only accessible via http on eth0. Can I tell Proxmox (maybe via the proxmox-auto-install-assistant?) which network interface it should use? Currently, Proxmox seems to randomly use one or the other device during installation and cannot find the answer file.
Install log (similar to the log from this thread: https://forum.proxmox.com/threads/automated-install-never-makes-http-request-for-answer-file.161061/):
Thanks in advance!
I'm trying to automate the installation of Proxmox VE following the instructions at https://pve.proxmox.com/wiki/Automated_Installation.
I encountered the following problem: The server on which proxmox should be installed has several network devices, each of which is assigned different address via DHCP. However, the answer.toml file is only accessible via http on eth0. Can I tell Proxmox (maybe via the proxmox-auto-install-assistant?) which network interface it should use? Currently, Proxmox seems to randomly use one or the other device during installation and cannot find the answer file.
Install log (similar to the log from this thread: https://forum.proxmox.com/threads/automated-install-never-makes-http-request-for-answer-file.161061/):
Code:
Welcome to the Proxmox VE 9.0 (ISO 1) installer! |
initial setup startup |
mounting proc filesystem |
mounting sys filesystem |
EFI boot mode detected, mounting efivars filesystem |
boot comandline: BOOT_IMAGE=(tftp)os/proxmox/linux26 ramdisk_size=16777216 rw quiet splash=silent proxmox-start-auto-installer loading drivers: nvidiafb ahci mac_hid acpi_pad wmi ipmi_si ipmi_ssif i2c_i801 ehci_pci intel_pch_thermal acpi_cp|
ufreq efi_pstore pcspkr intel_cstate rapl aesni_intel sha1_ssse3 sha256_ssse3 ghash_clmulni_intel polyval_clmulni |
crc32_pclmul crct10dif_pclmul kvm_intel intel_powerclamp x86_pkg_temp_thermal intel_rapl_common |
found proxmox ISO image inside initrd image |
preparing installer mount points and working environment |
switching root from initrd to actual installation system |
Starting Proxmox installation |
EFI boot mode detected, mounting efivars filesystem |
Installing additional hardware drivers |
Starting hotplug events dispatcher: systemd-udevd. |
Synthesizing the initial hotplug events (subsystems)...done. |
Synthesizing the initial hotplug events (devices)...done. |
Waiting for /dev to be fully populated...done. |
mount: devpts mounted on /dev/pts. |
/bin/dbus-daemon |
starting D-Bus daemon |
Preparing DHCP as potential source to get location of automatic-installation answer file
Attempting to get DHCP leases... Internet Systems Consortium DHCP Client 4.4.3-P1
Copyright 2004-2022 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth3/0c:42:a1:19:a3:83
Sending on LPF/eth3/0c:42:a1:19:a3:83
Listening on LPF/eth2/0c:42:a1:19:a3:82
Sending on LPF/eth2/0c:42:a1:19:a3:82
Listening on LPF/eth1/0c:42:a1:19:a3:81
Sending on LPF/eth1/0c:42:a1:19:a3:81
Listening on LPF/eth0/0c:42:a1:19:a3:80
Sending on LPF/eth0/0c:42:a1:19:a3:80
Sending on Socket/fallback
DHCPDISCOVER on eth3 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 192.168.48.100 from 192.168.48.1
DHCPREQUEST for 192.168.48.100 on eth1 to 255.255.255.255 port 67
DHCPOFFER of 192.168.48.200 from 192.168.48.1
DHCPREQUEST for 192.168.48.200 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.48.100 from 192.168.48.1
bound to 192.168.48.100 -- renewal in 129 seconds.
done
Thanks in advance!