[quote=“Tom Elliott, post: 30393, member: 7271”]Based on this is 192.168.1.1 the appropriate DNS Server for your setup?[/quote]
Yes
[quote=“Tom Elliott, post: 30393, member: 7271”]
Is this DNS Server a forwarder or just the DNS Masked from your router?[/quote]
I think it is just the DNS Masked from my router.
[quote=“Tom Elliott, post: 30393, member: 7271”]
Typically 192.168.1.1 is the Gateway address for home routers. This same gateway also translates to your ISP’s DNS Servers, or the DNS Server’s you’ve put in place to override your ISP’s DNS server. Why is this important to know? Most typically, the “Masking” of the DNS to your router’s gate is done via DNSMasq, the same protocol you’re trying to use to PXE boot your servers.
With that said, you could try commenting out the:
[code]port=0[/code]
You do this by making it:
[code]#port=0[/code]
Then restart the dnsmasq service.
[/quote]
This solved the problem.
Thank you very much!
Tob