Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4257  / 1 Year ago, sun, february 26, 2023, 11:41:46

I upgraded to Ubuntu 12.10 using update manager. After the upgrade, the wifi gets connected but would not display any webpages. If I ping 8.8.8.8 or google.com, there is response.



I managed to fix this problem by using the command sudo dhclient wlan0. But, now the problem is that every time I switch wireless networks, I have to give that command. how do I make this permanent?


More From » 12.10

 Answers
3

Most likely the symbolic link /etc/resolv.conf -> ../run/resolvconf/resolv.conf is missing on your system. To restore it, do the following in a terminal.



sudo apt-get install resolvconf
sudo dpkg-reconfigure resolvconf


If you want to use 8.8.8.8 as your nameserver then set up either ifup or NetworkManager to use that nameserver address for the interface(s) that it brings up.



If you use ifup then edit /etc/network/interfaces and, in the stanza for the interface in question, add the line "dns-nameservers 8.8.8.8"; then ifdown the interface and ifup it again.



If you use NetworkManager then open the connection editor and add 8.8.8.8 as an additional nameserver address (network indicator | Edit Connections... | Wireless | myconnection | Edit... | IPv4 Settings | Additional DNS servers).


[#34889] Monday, February 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ampolinhad

Total Points: 88
Total Questions: 100
Total Answers: 116

Location: South Georgia
Member since Tue, Feb 1, 2022
2 Years ago
ampolinhad questions
Thu, Sep 8, 22, 15:45, 2 Years ago
Tue, Aug 10, 21, 20:03, 3 Years ago
Sat, Oct 16, 21, 22:44, 3 Years ago
Sat, Oct 23, 21, 03:11, 3 Years ago
Thu, Nov 17, 22, 15:34, 1 Year ago
;