Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved iVentory on the same server as a different DHCP server (Pi-Hole)
#11
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>
Reply
#12
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?
Reply
#13
(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


Attached Files Thumbnail(s)
   
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)