Now, if you have a DSL, ADSL, Dial-up or FIOS (fiber-optic service) Internet connection, you must understand that your computer uses the default DNS server(s) from your Internet Service Provider (ISP) and if this DNS server is slow in resolving URLs, you (the victim) will see that almost all the web pages that you try to access, are loading slow. So, practically it doesn't matter how fast your Internet pipe is. For example, you can be the proud owner of a 1 Gbps bandwith,but if the DNS servers from your ISP are slow, your web surfing will be slow too.
What can you do to fix this? You can call or go to your ISP and complain about this problem, until you get tired probably, or you can continue reading this guide in order to improve your web surfing sessions.
Use OpenDNS - Make your Internet better
Probably you have figured it out already that you must change your DNS servers, in order to speed up your web surfing. And to achieve this, you will have to use the OpenDNS service, which is the #1 DNS service provider around the world.
OpenDNS is FREE and requires nothing to download. Moreover, it will not replace your existing Internet connection, it will just make it better. Also, OpenDNS offers some other free services, like the possibility to have your personal web shortcuts. For more information about OpenDNS please visit the official home page.
Here is what you must do. Please back up your DNS addresses before replacing them with the ones from OpenDNS, in case you want to return to them later for any reason. The DNS server addresses for OpenDNS are:208.67.222.222
208.67.220.220
For Static IP address
If you have a static IP address that you must manually configure in order to have Internet access, please use the following method.
Open a console and type:
CODE
sudo gedit /etc/resolv.conf
and add the following lines, above the existing lines in that file:nameserver 208.67.222.222
nameserver 208.67.220.220
For Dynamic IP address (DHCP)
If you use a dynamic IP address (DHCP), that means you get your Internet IP address, subnet mask, DNS and gateway automatically from your ISP's DHCP server, please follow the instructions below: