Nameservers in charge of .gov.in websites are not responding

  • Thread starter Thread starter f0r3he4d
  • Start date Start date
  • Replies Replies 0
  • Views Views 19
Messages
332
Location
Kolkata/Mumbai
ISP
(AS23860:AS24186)/AS17488
I recently migrated to a technitium dns server with recursive dns to reduce my reliance in third party dnses. but after setting it up im seeing government websites are not opening as the nameservers in charge of them do not respond. heres a query i received
{
"Metadata": {
"NameServer": "technitiumdns (127.0.0.1)",
"Protocol": "Udp",
"DatagramSize": "149 bytes",
"RoundTripTime": "0.87 ms"
},
"EDNS": {
"UdpPayloadSize": 1232,
"ExtendedRCODE": "ServerFailure",
"Version": 0,
"Flags": "None",
"Options": [
{
"Code": "EXTENDED_DNS_ERROR",
"Length": "84 bytes",
"Data": {
"InfoCode": "NoReachableAuthority",
"ExtraText": "No valid response from name servers for bsnl.co.in. A IN at delegation bsnl.co.in."
}
},
{
"Code": "EXTENDED_DNS_ERROR",
"Length": "18 bytes",
"Data": {
"InfoCode": "CachedError",
"ExtraText": "bsnl.co.in. A IN"
}
}
]
},
"DnsClientExtendedErrors": [
{
"InfoCode": "NoReachableAuthority",
"ExtraText": "technitiumdns (127.0.0.1) returned RCODE=ServerFailure for bsnl.co.in. A IN"
}
],
"Identifier": 39441,
"IsResponse": true,
"OPCODE": "StandardQuery",
"AuthoritativeAnswer": false,
"Truncation": false,
"RecursionDesired": true,
"RecursionAvailable": true,
"Z": 0,
"AuthenticData": false,
"CheckingDisabled": false,
"RCODE": "ServerFailure",
"QDCOUNT": 1,
"ANCOUNT": 0,
"NSCOUNT": 0,
"ARCOUNT": 1,
"Question": [
{
"Name": "bsnl.co.in",
"Type": "A",
"Class": "IN"
}
],
"Answer": [],
"Authority": [],
"Additional": [
{
"Name": "",
"Type": "OPT",
"Class": "1232",
"TTL": "0 (0s)",
"RDLENGTH": "110 bytes",
"RDATA": {
"Options": [
{
"Code": "EXTENDED_DNS_ERROR",
"Length": "84 bytes",
"Data": {
"InfoCode": "NoReachableAuthority",
"ExtraText": "No valid response from name servers for bsnl.co.in. A IN at delegation bsnl.co.in."
}
},
{
"Code": "EXTENDED_DNS_ERROR",
"Length": "18 bytes",
"Data": {
"InfoCode": "CachedError",
"ExtraText": "bsnl.co.in. A IN"
}
}
]
},
"DnssecStatus": "Disabled"
}
]
}
 
Back