<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1510676841762_199911">I have experienced simular issues with my Pi3 connecting to nodes, keeping time, updating Echolink online hosts all while using the onboard WiFi.  What I found is that the DNS Name service IP was not being correctly applied to /etc/resolv.conf.  See if you replicate the issues by following these steps:<br></div><div id="yui_3_16_0_ym19_1_1510676841762_199915"><br id="yui_3_16_0_ym19_1_1510676841762_199916"></div><div id="yui_3_16_0_ym19_1_1510676841762_199917">Execute: cat /var/run/resolvconf/interfaces/wlan0</div><div id="yui_3_16_0_ym19_1_1510676841762_199918">Result (yours will be different but should look simular):</div><div id="yui_3_16_0_ym19_1_1510676841762_199919">domain hsd1.ca.comcast.net.</div><div id="yui_3_16_0_ym19_1_1510676841762_199920">nameserver 192.168.240.1</div><div id="yui_3_16_0_ym19_1_1510676841762_199921"><br id="yui_3_16_0_ym19_1_1510676841762_199922"></div><div id="yui_3_16_0_ym19_1_1510676841762_199923">Execute: cat /etc/resolv.conf</div><div id="yui_3_16_0_ym19_1_1510676841762_199924">Result:</div><div id="yui_3_16_0_ym19_1_1510676841762_199925"># This file is managed by systemd-resolved(8). Do not edit.</div><div id="yui_3_16_0_ym19_1_1510676841762_199926">#</div><div id="yui_3_16_0_ym19_1_1510676841762_199927"># Third party programs must not access this file directly, but</div><div id="yui_3_16_0_ym19_1_1510676841762_199928"># only through the symlink at /etc/resolv.conf. To manage</div><div id="yui_3_16_0_ym19_1_1510676841762_199929"># resolv.conf(5) in a different way, replace the symlink by a</div><div id="yui_3_16_0_ym19_1_1510676841762_199930"># static file or a different symlink.</div><div id="yui_3_16_0_ym19_1_1510676841762_199931"><br id="yui_3_16_0_ym19_1_1510676841762_199932"></div><div id="yui_3_16_0_ym19_1_1510676841762_199933">Execute: cat /etc/systemd/resolved.conf</div><div id="yui_3_16_0_ym19_1_1510676841762_199934">Result:</div><div id="yui_3_16_0_ym19_1_1510676841762_199935">#  This file is part of systemd.</div><div id="yui_3_16_0_ym19_1_1510676841762_199936">#</div><div id="yui_3_16_0_ym19_1_1510676841762_199937">#  systemd is free software; you can redistribute it and/or modify it</div><div id="yui_3_16_0_ym19_1_1510676841762_199938">#  under the terms of the GNU Lesser General Public License as published by</div><div id="yui_3_16_0_ym19_1_1510676841762_199939">#  the Free Software Foundation; either version 2.1 of the License, or</div><div id="yui_3_16_0_ym19_1_1510676841762_199940">#  (at your option) any later version.</div><div id="yui_3_16_0_ym19_1_1510676841762_199941">#</div><div id="yui_3_16_0_ym19_1_1510676841762_199942"># See resolved.conf(5) for details</div><div id="yui_3_16_0_ym19_1_1510676841762_199943"><br id="yui_3_16_0_ym19_1_1510676841762_199944"></div><div id="yui_3_16_0_ym19_1_1510676841762_199945">[Resolve]</div><div id="yui_3_16_0_ym19_1_1510676841762_199946">#DNS=</div><div id="yui_3_16_0_ym19_1_1510676841762_199947"><br id="yui_3_16_0_ym19_1_1510676841762_199948"></div><div id="yui_3_16_0_ym19_1_1510676841762_199949">Execute: ping www.google.com</div><div id="yui_3_16_0_ym19_1_1510676841762_199950">Result:</div><div id="yui_3_16_0_ym19_1_1510676841762_199951">ping: unknown host www.google.com</div><div id="yui_3_16_0_ym19_1_1510676841762_199952"><br id="yui_3_16_0_ym19_1_1510676841762_199953"></div><div id="yui_3_16_0_ym19_1_1510676841762_199954">If the above matches your case, I suggest doing the following:</div><div id="yui_3_16_0_ym19_1_1510676841762_199955">Execute: resolvconf -u</div><div id="yui_3_16_0_ym19_1_1510676841762_199956">(No result displayed)</div><div id="yui_3_16_0_ym19_1_1510676841762_199957"><br id="yui_3_16_0_ym19_1_1510676841762_199958"></div><div id="yui_3_16_0_ym19_1_1510676841762_199959">Execute: ping www.google.com</div><div id="yui_3_16_0_ym19_1_1510676841762_199960">Result:</div><div id="yui_3_16_0_ym19_1_1510676841762_199961">PING www.google.com (74.125.135.103) 56(84) bytes of data.</div><div id="yui_3_16_0_ym19_1_1510676841762_199962">64 bytes from pl-in-f103.1e100.net (74.125.135.103): icmp_seq=1 ttl=44 time=42.0 ms</div><div id="yui_3_16_0_ym19_1_1510676841762_199963">^C</div><div id="yui_3_16_0_ym19_1_1510676841762_199964">--- www.google.com ping statistics ---</div><div id="yui_3_16_0_ym19_1_1510676841762_199965">1 packets transmitted, 1 received, 0% packet loss, time 0ms</div><div id="yui_3_16_0_ym19_1_1510676841762_199966">rtt min/avg/max/mdev = 42.074/42.074/42.074/0.000 ms</div><div id="yui_3_16_0_ym19_1_1510676841762_199967"><br id="yui_3_16_0_ym19_1_1510676841762_199968"></div><div id="yui_3_16_0_ym19_1_1510676841762_199969">Execute: cat /etc/resolv.conf</div><div id="yui_3_16_0_ym19_1_1510676841762_199970">Result:</div><div id="yui_3_16_0_ym19_1_1510676841762_199971"><br id="yui_3_16_0_ym19_1_1510676841762_199972"></div><div id="yui_3_16_0_ym19_1_1510676841762_199973"># Generated by resolvconf</div><div id="yui_3_16_0_ym19_1_1510676841762_199974">domain hsd1.ca.comcast.net.</div><div id="yui_3_16_0_ym19_1_1510676841762_199975">nameserver 192.168.240.1</div><div id="yui_3_16_0_ym19_1_1510676841762_199976"><br id="yui_3_16_0_ym19_1_1510676841762_199977"></div><div id="yui_3_16_0_ym19_1_1510676841762_199978">Now you can see that the nameserver is defined and DNS name resolution functions correctly.</div><div id="yui_3_16_0_ym19_1_1510676841762_199979"><br id="yui_3_16_0_ym19_1_1510676841762_199980"></div><div id="yui_3_16_0_ym19_1_1510676841762_199981">Suggested perminent fix:</div><div id="yui_3_16_0_ym19_1_1510676841762_199982">Add the following lines to /etc/rc.local just under the existing comments:</div><div id="yui_3_16_0_ym19_1_1510676841762_199983"># Update DNS Resolution</div><div id="yui_3_16_0_ym19_1_1510676841762_199984">$(which resolvconf) -u</div><div id="yui_3_16_0_ym19_1_1510676841762_199985"><br id="yui_3_16_0_ym19_1_1510676841762_199986"></div><div id="yui_3_16_0_ym19_1_1510676841762_199987">Execute: shutdown -r now</div><div id="yui_3_16_0_ym19_1_1510676841762_199988"><br id="yui_3_16_0_ym19_1_1510676841762_199989"></div><div id="yui_3_16_0_ym19_1_1510676841762_199990">After the reboot is complete, login and verify DNS resolves.  A simple ping is enough to verify.</div><div id="yui_3_16_0_ym19_1_1510676841762_199991"><br id="yui_3_16_0_ym19_1_1510676841762_199992"></div><div id="yui_3_16_0_ym19_1_1510676841762_199993">Please reply if this solves your issue.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1510676841762_199994"><br id="yui_3_16_0_ym19_1_1510676841762_199995"></div></div></body></html>