Sorry if I missed the obvious in the help documentation...
What is the format of the CSV file to use for uploading DHCP reservations?
I tried the following format:
Subnet 192.168.2.0/24 has been properly declared in the "Subnet tab" with a pool set to 192.168.2.241-192.168.2.254 (I only need few "floating" addresses, all others are assigned through reservations).
Migrating my DHCP from a Pihole to OPNsence and discovering all its potential, please bear with me :-)
What is the format of the CSV file to use for uploading DHCP reservations?
I tried the following format:
Code Select
192.168.2.0,192.168.2.22,02:92:f7:19:8b:78,VM-HomeAssistant,'Node 100 on proxmox-main'
and also Code Select
192.168.2.0/24,192.168.2.22,02:92:f7:19:8b:78,VM-HomeAssistant,'Node 100 on proxmox-main'
But I get these errors for each line:Code Select
192.168.2.0,192.168.2.22,02:92:f7:19:8b:78,VM-HomeAssistant,'Node 100 on proxmox-main'
[hw_address] Duplicate entry exists.
[subnet] A value is required.
[ip_address] Address not in specified subnet
Subnet 192.168.2.0/24 has been properly declared in the "Subnet tab" with a pool set to 192.168.2.241-192.168.2.254 (I only need few "floating" addresses, all others are assigned through reservations).
Migrating my DHCP from a Pihole to OPNsence and discovering all its potential, please bear with me :-)
"