Some times we need to manually configure DNS settings. Here are some DNS Servers in India For Internet Connection (TCP/IP) Which You Can Use. Previously, we have talked about the issues with using a public DNS. Always it is better to use the ISP provided DNS. How the routing happens in India is written here. Google DNS is better to avoid for higher security and privacy. However at extreme, you can use these Public DNS :
1 2 3 4 5 6 7 8 9 10 11 12 | Level3: 209.244.0.3 209.244.0.4 Public-Root5 199.5.157.131 208.71.35.137 Comodo DNS 8.26.56.26 8.20.247.20 Norton DNS 198.153.192.1 198.153.194.1 |
DNS Servers in India For Internet Connection (TCP/IP) : Automatic DNS Configuration
For Reliance 3G Internet connection on Mac, Automatic DNS Configuration does not need any special configuration. If you use the APN rcomnet
or smartnet
, proxies as Auto Proxy Discovery
, leave the DNS blank, it automatically sets one set of DNS. We will not disclose any DNS Servers for Reliance here publicly. Reliance customer care is *222
or *333
or send mail to reliance customer care address broadband@relianceada.com
.
Slow internet connection on Reliance 3G was discussed before, at current situation; do not use Google’s DNS to avoid spying.
---
DNS Servers in India For Internet Connection (TCP/IP)
These DNS servers are of BSNL. Host Name is not given here, domain os vsnl.net.in
.
City names are according to Airport names :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | Mumbai202.54.1.30202.54.1.18 Mumbai202.54.1.30202.54.1.1 Mumbai202.54.1.30202.54.4.24 Mumbai202.54.1.30202.54.4.116 Mumbai202.54.1.30202.54.1.70 Mumbai202.54.1.30202.54.4.38 Mumbai202.54.14.4202.54.1.30 Mumbai202.54.4.125202.54.1.30 Delhi202.54.1.30202.54.15.1 Delhi202.54.1.30202.54.15.30 Delhi202.54.96.8202.54.1.30 Gwalior202.54.1.30202.54.15.1 Dehradhun202.54.1.30202.54.15.1 Calcutta202.54.1.30202.54.9.1 Calcutta202.54.9.1202.54.1.30 Calcutta202.54.9.1202.54.1.30 Madras202.54.1.30202.54.6.1 Madras202.54.1.30202.54.6.20 Madras202.54.1.30202.54.6.35 Madras202.54.6.60202.54.1.30 Pune202.54.1.30202.54.10.1 Bangalore/Mysore202.54.1.30202.54.12.17 Bangalore/Mysore202.54.1.30202.54.12.6 Bangalore/Mysore202.54.1.30202.54.12.47 Aurangabad202.54.1.30202.54.1.18 Ahmedabad202.54.1.30202.54.1.18 Trivandrum202.54.1.30202.54.6.1 Mysore202.54.1.30202.54.6.1 Kollam202.54.1.30202.54.6.1 Ernakulum202.54.1.30202.54.6.1 Hyderabad202.54.1.30202.54.30.1 Hyderabad202.54.30.2202.54.1.30 Guwahati202.54.1.30202.101.167.65 Chandigarh202.54.1.30202.54.25.1 Jaipur202.54.1.30202.54.24.1 Jodhpur202.54.1.30202.54.24.1 Lucknow202.54.1.30202.54.31.1 Panjim202.54.1.30202.54.1.1 Arvi202.54.1.30202.54.1.1 Kanpur202.54.1.30202.54.31.1 Nagpur202.54.1.30202.54.4.116 Indore202.54.1.30202.54.4.116 Bhopal202.54.1.30202.54.4.38 Surat202.54.1.30202.54.4.38 Nasik202.54.1.30202.54.4.38 Ambala202.54.1.30202.54.17.70 Shimla202.54.104.30202.54.104.75 Goa202.54.17.30202.54.1.30 Nagpur202.54.50.1202.54.1.30 |
Your can curl this as text :
1 | https://gist.githubusercontent.com/AbhishekGhosh/fcd7664318ebfa91f1fa/raw/b73b6aa77965c45b702aeff2891866be430bafaf/India-DNS-Server-List.txt |
In order to test your Internet connection speed on Mac or GNU/Linux from command line, use this :
1 2 3 4 | wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py # curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli # uses speedtest.net |
Simplest test will be to run this command :
1 | python speedtest-cli |
If you are getting error, then install it :
1 2 | pip install speedtest-cli # sudo pip install speedtest-cli |
In that case, simply run :
1 | speedtest-cli |