1

I read a few articles which stated that my isp(BSNL) has weak DNS servers and using a different faster DNS like opendns or google will increase the speed.

I use a wifi connection through the router. Now i want to assign the google DNS to my connection as google is giving me the least ping time.

how do i do this?

A step by step guide if possible please!

I am geting just 30KB/s right now, I am using 12.10 if needed as info.

jokerdino
  • 41,320
Nirmik
  • 7,868

2 Answers2

1

This Link will give you generic instructions that will always work system wide.

From inside Unity, click the wireless app indicator. Go to the wireless tab select your wireless connection go to the IPV4 settings (assuming your using a pretty standard router) change the drop down to Automatic DHCP addresse only then in the DNS servers box put in DNS servers you want to use.

Save and exit, and you should be done.

coteyr
  • 18,288
  • 1
    The link you provide shows how to change it system-wide, bypassing NetworkManager and potentially breaks when accessing protected public or business networks requiring the use of the local DNS resolver. So, for mobile devices this is not recommended. – gertvdijk Nov 15 '12 at 20:44
  • Yes I was providing both methods, the link for "Can't possibly not work" i.e. changes everything every where. And the more "user friendly" approach (which does the exact same thing, just in a more automated fashion). I have edited my answer to make it clear that the link is system wide. – coteyr Nov 15 '12 at 21:34
1

First of all, I would like to suggest to change the resolver in your router if possible. All hosts connected will be able to benefit the higher speed.

If you can't or just need to use this on one machine, add it here in NetworkManager:

enter image description here

Be sure to select "Automatic (DHCP) addresses only" in order to be able to enter the DNS resolver(s). The screenshot is taken in KDE, but should look very similar in GNOME/Unity environments.

gertvdijk
  • 67,947