BSNL's new DNS Servers: 61.0.1.1, 61.0.2.2, 61.0.3.3, 61.1.1.1

sloj

Observer
Messages
2,855
Location
Guwahati
ISP
BSNL
Anybody noticed BSNL changed the dns servers. It's 61.1.1.1 and 61.0.2.2 for me now and the pings to these are really slow, like minimum 20 ms and 50ms respectively.
 
For me, whether it's 59.x.x.x or 117.x.x.x, the BSNL DNS resolvers are always 218.248.112.65 & 218.248.112.97

Code:
root@bumblebee:/tmp/log# ping -c 2 218.248.112.65
PING 218.248.112.65 (218.248.112.65): 56 data bytes
64 bytes from 218.248.112.65: seq=0 ttl=252 time=14.396 ms
64 bytes from 218.248.112.65: seq=1 ttl=252 time=14.342 ms

--- 218.248.112.65 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 14.342/14.369/14.396 ms
root@bumblebee:/tmp/log# ping -c 2 218.248.112.97
PING 218.248.112.97 (218.248.112.97): 56 data bytes
64 bytes from 218.248.112.97: seq=0 ttl=252 time=2.359 ms
64 bytes from 218.248.112.97: seq=1 ttl=252 time=1.917 ms

--- 218.248.112.97 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 1.917/2.138/2.359 ms
root@bumblebee:/tmp/log#
 
Then I guess it's safe to say that it's region based. How is the ping to 61.1.1.1 and 61.0.2.2 though?
 
Here too..getting the same DNS

For me, whether it's 59.x.x.x or 117.x.x.x, the BSNL DNS resolvers are always 218.248.112.65 & 218.248.112.97

Code:
root@bumblebee:/tmp/log# ping -c 2 218.248.112.65
PING 218.248.112.65 (218.248.112.65): 56 data bytes
64 bytes from 218.248.112.65: seq=0 ttl=252 time=14.396 ms
64 bytes from 218.248.112.65: seq=1 ttl=252 time=14.342 ms

--- 218.248.112.65 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 14.342/14.369/14.396 ms
root@bumblebee:/tmp/log# ping -c 2 218.248.112.97
PING 218.248.112.97 (218.248.112.97): 56 data bytes
64 bytes from 218.248.112.97: seq=0 ttl=252 time=2.359 ms
64 bytes from 218.248.112.97: seq=1 ttl=252 time=1.917 ms

--- 218.248.112.97 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 1.917/2.138/2.359 ms
root@bumblebee:/tmp/log#
 
Screenshot_20200521-073539__01.webp


I always get ip in 117 series in fiber, on adsl it varied but the dns remains the same.
 
Here too..getting the same DNS


Yes , I too get 218.248.112.65 & 218.248.112.97.
Right now I am on 59.x.x.x IP series.

Ping to 61.1.1.1 :

Code:
pi@raspberrypi:~ $ ping 61.1.1.1
PING 61.1.1.1 (61.1.1.1) 56(84) bytes of data.
64 bytes from 61.1.1.1: icmp_seq=1 ttl=252 time=1.48 ms
64 bytes from 61.1.1.1: icmp_seq=2 ttl=252 time=2.09 ms
64 bytes from 61.1.1.1: icmp_seq=3 ttl=252 time=1.63 ms
64 bytes from 61.1.1.1: icmp_seq=4 ttl=252 time=1.93 ms
64 bytes from 61.1.1.1: icmp_seq=5 ttl=252 time=2.08 ms
64 bytes from 61.1.1.1: icmp_seq=6 ttl=252 time=1.89 ms
64 bytes from 61.1.1.1: icmp_seq=7 ttl=252 time=2.05 ms
64 bytes from 61.1.1.1: icmp_seq=8 ttl=252 time=1.88 ms
64 bytes from 61.1.1.1: icmp_seq=9 ttl=252 time=2.06 ms
64 bytes from 61.1.1.1: icmp_seq=10 ttl=252 time=2.22 ms
64 bytes from 61.1.1.1: icmp_seq=11 ttl=252 time=1.70 ms
64 bytes from 61.1.1.1: icmp_seq=12 ttl=252 time=2.12 ms
^C
--- 61.1.1.1 ping statistics ---
12 packets transmitted, 12 received, 0% packet loss, time 26ms
rtt min/avg/max/mdev = 1.475/1.926/2.215/0.215 ms
 
Back