[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