Clients get wrong DNS
-
Afaik, clients will retain old information on Windows until they checkin for a new lease.
-
Go over to a computer on that subnet and (assuming windows) run this command:
ipconfig /release && ipconfig /renew
and then see what DNS address it’s using. -
@Wayne-Workman I think another form to ensure all is routing properly would also work:
ipconfig /flushdns
-
@Tom-Elliott This would work only if the DHCP information is correct, I believe.
-
@Quazz That’s why it’s suggested as an “additional” step.
-
Thanks for your help!
Here is the config.The clients are not the problem. I run these commands before I started this thread.
-
@Warrender6 This looks like a very old generated file.
At any rate, try adding
authoritative;
before the subnet declaration. -
@Quazz
Thanks!
I´m not completely sure what you mean.
Should i edit the file like this?…
next-server 172.28.0.230;
option domain-name-server 10.66.109.10;subnet…
-
No, simply add
authoritative;
there. -
@Quazz
Should there be a link? -
@Warrender6 …a link? No, it’s a DHCP option…
-
@Warrender6 Here’s an example. You should just re-write this whole configuration. ISC-DHCP can support both BIOS and UEFI at the same time, you don’t need to go in there commenting and uncommenting filename lines.
https://wiki.fogproject.org/wiki/index.php?title=BIOS_and_UEFI_Co-Existence#Example_2