<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">It seems that we have issues with DNS in OVMS v3. One problem I’ve found is that every time a network interface comes up, the DNS servers for that interface are defined. But when the interface goes down, the old DNS servers are not restored. This becomes an issue when we have both wifi and modem networking interfaces.</div><div class=""><br class=""></div><div class="">I’ve committed support for:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">config network dns …</div></blockquote><div class=""><br class=""></div><div class="">I use:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">config set network dns "8.8.8.8 8.8.4.4"</div></blockquote><div class=""><br class=""></div><div class="">Along with a new event ‘network.interface.up’, network manager now sets those DNS servers, if defined.</div><div class=""><br class=""></div><div class="">Regards, Mark.</div><div class=""><br class=""></div></body></html>