-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mesh][v4.4] DHCP Server not propagating backup DNS server (IDFGH-11391) #12530
Comments
hi @KonssnoK
|
hello @xueyunfei998
and being the root dynamic it means we should set it only when the device is a node |
im not sure that patch can be used without Anyway, |
hi @KonssnoK |
@freakyxue problem is lwip does not compile if you use Anyway, let us know the plans for DHCPs backup server support, otherwise we will continue using our patch. |
for reference, the issue in lwip has been fixed. |
Will merge the fix ASAP, thanks for the reminder. |
Answers checklist.
General issue report
Hello @zhangyanjiaoesp ,
we were having issues with one of our internal networks, where only the root node was able to connect to the external world and all the children would have unresolved DNS.
We found out that the dhcps implementation in 4.4 (but also on master, despite the changes) does not support propagation of the backup DNS server.
Our router broadcasts the DNS only in the secondary DNS slot, because the first one is dedicated to the firewall.
We created a patch for the dhcps, but it would make sense for this to be implemented in general.
Also, we cannot find a way to define FALLBACK_DNS_SERVER_ADDRESS apart from putting it in the Cmakefile.
How is it supposed to be setup?
Thanks
The text was updated successfully, but these errors were encountered: