RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
124 stars 131 forks source link

SoftAp0 causes wrong DNS resolution #55

Closed hongquan closed 7 years ago

hongquan commented 7 years ago

I'm using Ubuntu image for BeagleBone Black. Because of this script _/opt/scripts/boot/am335xevm.sh, the file /etc/dnsmasq.d/SoftAp0 is added and makes every domain translated to 172.1.8.1! This breaks apt.

RobertCNelson commented 7 years ago

Sorry @hongquan it's now fixed:

https://github.com/RobertCNelson/boot-scripts/commit/09ae22ec483e5483c6ae7f0ca7bbbabf864b06af

i'm not sure when that was added, or the fact when connman was installed, it would just work.. But in the ubuntu images without connman installed things break..

Regards,

hongquan commented 7 years ago

Thanks for the fix.