Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.protocols.dns.bind > #15951
| From | Hrant Dadivanyan <hrant@dadivanyan.com> |
|---|---|
| Newsgroups | comp.protocols.dns.bind |
| Subject | Re: Bind IPV6 issue |
| Date | 2020-07-09 18:06 +0400 |
| Message-ID | <mailman.674.1594303569.942.bind-users@lists.isc.org> (permalink) |
| References | <CAF5ry2w6R2V9ddu0wk2g2KqDuHNdUyRWUCsi=7A0sOH42NPCeA@mail.gmail.com> <50869afd-2a70-d91c-9259-f59bcd493f9c@ripe.net> <CAF5ry2y4a5-Vqejha0Rzv=feVk9oixXeZRckGj_iu8Tm=98tSA@mail.gmail.com> <14088505-e7ea-085b-76f7-71cdbab2d97c@dadivanyan.com> |
[Multipart message — attachments visible in raw view] - view raw
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 -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, <anandb@ripe.net
> <mailto:anandb@ripe.net>> wrote:
>
> 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
> <http://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; };
>
> This should work. But how do you know that BIND does not listen on IPv6
> addresses? Did you check using "ss -lunp" or "netstat -upan"?
>
> Regards,
> Anand
>
>
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
>
> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
>
>
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
Back to comp.protocols.dns.bind | Previous | Next | Find similar
Re: Bind IPV6 issue Hrant Dadivanyan <hrant@dadivanyan.com> - 2020-07-09 18:06 +0400
csiph-web