BSNL FTTH DNS PROBLEM

  • Thread starter Thread starter MAngo_FIrst
  • Start date Start date
  • Replies Replies 16
  • Views Views 6,136
You guys are talking about DNS,HERE I am stuck with PPOE issues.Whole district facing issues with PPOE auth.
Why not use 218 series DNS?
 
@Kick933 DNS change was done by BSNL. I remember checking ping before it was changed and it was 8ms I think to 218 series DNS. I am not using BSNL DNS but sometimes I log in to the ONU just to check if something has changed and found it. Is your DNS still in the 218 series?
 
@ps1193 not for everyone because mine changed just two days ago. Also, it's not as much about the change as it is about the pings. The servers are in the BSNL network and a little better ping is expected than connecting to an external DNS.
 
Last edited:
@ps1193 The servers are in the BSNL network and a little better ping is expected than connecting to an external DNS.

That's a technically correct assessment. On the contrary, I would urge you and everyone else to run your own recursive DNS server in your network. For most, running a recursive server seems to be a daunting task, I would suggest a relatively easier option - PiHole

Out of the lot who run a PiHole in their networks, most choose the default option i.e outsource the DNS to the quad DNS providers (1.1.1.1, 8.8.8.8, 9.9.9.9 etc). I would urge you to configure the PiHole such that it speaks directly to the root servers. Here is the link to the documentation on how this can be done in a PiHole.

So apart from the benefit of blocking ads, malware etc, this DNS server becomes closest to you for your devices. While it will not have a DNS cache as large as the cache of some of the quad DNS resolvers farms, turning on prefetch option in Unbound will make sure it popular items do not expire from the cache.

Another benefit of doing this - you get to see (and block) which(all?) of your devices(IoT - Internet of Trash) are calling back their motherships aka phoning home ;)
 
Back