Hi everyone,
I just wanted to follow up and close the loop on this issue — and thank everyone who took the time to help.
After extensive troubleshooting on my side (checking Windows DNS service, verifying port 53 was listening, reviewing firewall rules, testing from multiple external sources...
I’ve reviewed the DNS Server logs in Event Viewer and found the following relevant entries:
Event ID 7050 (Error)
These errors appear intermittently and seem to indicate failed receive operations on the DNS socket. This suggests that the DNS service is attempting to receive queries but the...
DNS port s also open
C:\Users\Administrator>netstat -an | find ":53"
TCP 0.0.0.0:5357 0.0.0.0:0 LISTENING
TCP 123.200.15.74:53 0.0.0.0:0 LISTENING
TCP 127.0.0.1:53 0.0.0.0:0 LISTENING
TCP 203.76.124.70:53...
Thanks for pointing that out — you’re absolutely right about the glue record.
WebHostBD lists this under Child / Private Nameservers, and I have already created the glue record there:
ns1.butsbd.com → 203.76.124.70
The domain butsbd.com is currently configured to use:
ns1.butsbd.com as its...
Hello everyone,
I’m running Plesk on Windows Server and using Plesk to manage DNS for my domain.
My domain registrar is WebHostBD, and I have configured my own nameserver:
ns1.mydomain.com → 203.76.124.70 (my server public IP)
However, when I try to set this at the registrar, I get the...