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 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) 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 |