Hi Duleep,
Any process running as non-root user can't bind to a port lower than
1024 (53 in your case), so if you change process uid on start (named -u)
then stop the named process and start anew.
Thank you,
Hrant
On 2020-07-09 14:56, Duleep Thilakarathne wrote:
> Hi Anand,
>
> Yes netstat -up
On 09/07/2020 12:56, Duleep Thilakarathne wrote:
Hi Duleep,
After starting BIND, can you examine its log entries? It should print
all the addresses it is binding to, eg:
09-Jul-2020 13:50:57.674 listening on IPv4 interface lo0, 127.0.0.1#53
09-Jul-2020 13:50:57.676 IPv6 socket API is incomple
Hi Anand,
Yes netstat -upan only shows only ipv4 address listen :53. But sever
listens for ipv6 SSH port. So i can confirm IPV6 working fine in server.
But not for udp port 53.
Regards
DT
On Thu, 9 Jul 2020, 14:58 Anand Buddhdev, wrote:
> On 09/07/2020 11:01, Duleep Thilakarathne wrote:
>
> Hi
lakarathne
Sent: Thursday, July 9, 2020 5:01 PM
To: bind-users@lists.isc.org
Subject: Bind IPV6 issue
Hi,
I have configured bind with IPV6 support enabled. However bind does not listen
to IPV6 address. Any particular
reason.is<https://protect2.fireeye.com/v1/url?k=b96f3e33-e7f7acf6-b96807ec
On 09/07/2020 11:01, Duleep Thilakarathne wrote:
Hi Duleep,
I have configured bind with IPV6 support enabled. However bind does not
listen to IPV6 address. Any particular reason.is there any place to enable
IPV6 support other than named.conf.
Version : BIND 9.11.4-P1 (Extended Support Version)
Hi,
I have configured bind with IPV6 support enabled. However bind does not
listen to IPV6 address. Any particular reason.is there any place to enable
IPV6 support other than named.conf.
Version : BIND 9.11.4-P1 (Extended Support Version)
in named.conf file
listen-on-v6 { any; };
regards
DT
6 matches
Mail list logo