Tag Archives: bind

Implementing & Maintaining DNSSEC On Bind9 Nameservers

I won’t be going into detail what DNSSEC is, and what it does. This only covers the implementation (deployment) and maintenance that accompanies DNSSEC. Here’s the small index of topics I’ll cover. What is DNSSEC? Enabling DNSSEC in your environment … Continue reading

Posted in Devops | Tagged , , , , | Leave a comment

Named/Bind: Could not listen on UDP socket : permission denied

When running Plesk on a Windows Server, you might encounter the following error: “Could not listen on UDP socket : permission denied” after a Windows Update. The short version is this: there’s another service listening on port 53 (DNS), which … Continue reading

Posted in Plesk | Tagged , , , | Leave a comment

“The service could not bind instance 1. The data is the error code.”

Update: this article talks about SMTP service throwing the error, but it is applicable to any possible service. In short; you’re trying to start a service on a port, on which another service is already running. Ready on for more … Continue reading

Posted in windows | Tagged , , , | 1 Comment