Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Jiheffe

#1
Quote from: meyergru on March 27, 2026, 10:30:49 PMWhy don't you try to export reservations to see what the format is?

You will find this structure:

ip_address;hw_address;hostname;description;option_data;option


Fair enough! That's actually what I wanted to do. I was looking for it all over the place and it was sitting there in front of me ;-) !
#2
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:
192.168.2.0,192.168.2.22,02:92:f7:19:8b:78,VM-HomeAssistant,'Node 100 on proxmox-main'
and also
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:
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 :-)