On 9/23/20 4:28 PM, ken wrote:
Anyone know what's going on...? or how to diagnose this further?
You have a "name resolution" problem -- now what it is may take a bit more looking. How do you have your network configured (dhcp/static IP?) If dhcp -- where do you get your IP? (a server, your router?) If you can use the IP, but not the name, then there is a complete failure in name resolution -- but you have a network path to the host. On quick check is to check if your system has /etc/resolv.conf. If you receive a dhcp address, /etc/resolv.conf is usually updated with the domain to search and the IP of the nameserver (you can just 'cat /etc/resolv.conf' it's short) Your use of dig isn't that helpful. You see the flags section: ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 You didn't get an answer, but appears your local cache had that name in it associated with the IP (or whatever the ADDITIONAL was) Give us more about your config and we can look further. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org