I experienced really slow internet connections all of a sudden through a wired connection to my Ubuntu desktop. It was weird as the wireless connections were all faster and the router was getting good signal. Anyway, it turned out (after much tweaking & a fresh install!) that it was something to do with DNS resolution!?
sudo gedit /etc/nsswitch.conf & change:
# hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 hosts: files dns
I reckon mdns is to blame…
At the end of the day, I wanted to upgrade to 10.10 anyway and it forced me to backup my files. A good spring clean & learning experience.
As an addendum to this post…
Since I made it, the network connection on the “fresh” install ground to a halt. It turns out that its the default network manager which is to blame (thus far). I’m not sure how it manages it, but it breaks networking in some fashion.
What you need to do is install “wicd” network manager in place of the default installed network-manager.
1 | apt-get install wicd |
Then remove the network manager using synaptic or the Ubuntu software centre(er).