Ventoy Forums
Solved iVentory on the same server as a different DHCP server (Pi-Hole) - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: iVentoy General Use —— iVentoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=7)
+--- Forum: iVentoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=8)
+--- Thread: Solved iVentory on the same server as a different DHCP server (Pi-Hole) (/showthread.php?tid=2511)

Pages: 1 2


RE: iVentory on the same server as a different DHCP server (Pi-Hole) - BrainStone - 08-05-2023

That does in fact work!

I'm using this dnsmasq configuration. Might be useful to put that in the documentation:


Code:
dhcp-vendorclass=BIOS,PXEClient:Arch:00000
dhcp-vendorclass=UEFI32,PXEClient:Arch:00006
dhcp-vendorclass=UEFI,PXEClient:Arch:00007
dhcp-vendorclass=UEFI64,PXEClient:Arch:00009

dhcp-boot=net:UEFI32,iventoy_loader_16000_ia32,,<server_IP_address>
dhcp-boot=net:UEFI,iventoy_loader_16000_uefi,,<server_IP_address>
dhcp-boot=net:UEFI64,iventoy_loader_16000_aa64,,<server_IP_address>
dhcp-boot=net:BIOS,iventoy_loader_16000_bios,,<server_IP_address>



RE: iVentory on the same server as a different DHCP server (Pi-Hole) - velosofyy - 09-25-2023

Can you walk me through on how to set it up? I also use pihole (and its dhcp)

Do I just make own config file in `/etc/dnsmasq.d/` and call it a day?


RE: iVentory on the same server as a different DHCP server (Pi-Hole) - 7oastym - 09-25-2023

(09-25-2023, 07:45 AM)velosofyy Wrote: Can you walk me through on how to set it up? I also use pihole (and its dhcp)

Do I just make own config file in `/etc/dnsmasq.d/` and call it a day?

if you use pihole you should have those config in /etc/dnsmasq.d/

see like in the image

if you dont have these then just create a config file like

sudo nano /etc/dnsmasq.d/10-tftp.conf

and paste the settings in it and save it

then reload dns server from pi hole via gui
and it should work