Bind9 Unit - Disable port 53 on the GLServer host

By EssingtonITS team ·

Issue

When running the GLServer bind 9 unit the unit fails to start due to a conflicting DNS port (53) Confirm port 53 is in use by the local DNSresolver service with the following command lsof -i :53 which will produce output similar to the following COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME systemd-r 1051 systemd-resolve 12u IPv4 25710 0t0 UDP localhost:domain systemd-r 1051 systemd-resolve 13u IPv4 25711 0t0 TCP localhost:domain (LISTEN)

Solution

Edit the following

/etc/systemd/resolved.conf

The file contents should replicate the following

[Resolve]
DNS=127.0.0.1
#FallbackDNS=
#Domains=
#LLMNR=no
#MulticastDNS=no
#DNSSEC=no
#Cache=yes
DNSStubListener=no

Create a sym link to the resolve.conf file

ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf

Restart the resolved service

systemctl daemon-reload
systemctl restart systemd-resolved.service

Test port 53 is no longer in use using the following command

lsof -i :53

If successful no output will be produced you can now restart the unit

gl -s bind9-unit-name

Managing modern applications across servers, networks, and environments can quickly become complex and costly.

EssingtonITS GL Server is a powerful platform designed to simplify the deployment and management of containerised application Units. Whether running a single server or a large multi-environment infrastructure, GL Server helps organisations deliver secure, scalable, and resilient services without requiring in-house DevOps expertise.

person people found this useful.

Related

Knowledge base 10 Jun 2026

Personal Notebook in eLLM

The personal notebook in eLLM allows users to organise and store notes, images, and files in a private, searchable timeline. It ensures privacy by keeping contents visible only to the user, and it can be integrated with the assistant for personalised answers.

Knowledge base 9 Jun 2026

Git Commands Quick Reference Guide

This quick reference guide covers essential Git commands for repository setup, staging, branching, merging, and working with remote repositories, making it a handy tool for developers to streamline their workflow.

Knowledge base 9 Jun 2026

Organisation Skills in the eLLM Admin Console

The article explains how the eLLM Admin Console allows organisations to create and manage shared instruction sets called "organisation skills" to ensure consistent responses across teams. These skills can be customised, restricted to specific groups, and integrated with extern…

Expand 29 Jul 2026

How AI can support pupils with SEND

Explore how AI tools are aiding pupils with special educational needs and disabilities by simplifying text, breaking down tasks, and enhancing accessibility. Learn about the considerations schools should make before implementation.

Expand 29 Jul 2026

AI policy and practice in further education

Further education colleges need distinct AI policies due to their unique mix of vocational courses, diverse age groups, and specific funding and inspection requirements. This guidance highlights the importance of tailored AI approaches in FE settings.