I just did the upgrade from 17.04 to 17.10, however my wifi Internet no longer works. I,m on a Thinkpad T430. A simple ssh gets "Could not resolve hostname..." Please advise.
Panther - update from comments:
ping 8.8.8.8 works with a round trip of, e.g., 21.6 ms. ping google.com does not
unable to resolve hostname
could be because you added hostnames to/etc/hosts
as a easy way to provide (worked in 1974, why not now) hostnames, to DNS failing, to no connection (password or permissions change), or even access-point down. please provide some info, eg.ifconfig
;route
or aping google.com
&ping 8.8.8.8
(google dns) to see if DNS only is down. – guiverc Oct 22 '17 at 03:09ping 8.8.8.8
works with a round trip of, e.g., 21.6 ms.ping google.com
does not.ifconfig
doesn't turn up anything really different that this machine I'm now using with U17.04. It seems I had this same problem when I upgraded to 17.04. . . . – 147pm Oct 22 '17 at 14:30systemd-resolve --status
and got (for wlp3s0)DNS Servers 75.75.75.75
and75.75.76.76
andDNS Domain hsd1.in.comcast.net
. There is no/etc/resolv.conf
by the way. Could I create one withnameserver 8.8.8.8, 8.8.4.4
? – 147pm Oct 22 '17 at 15:15