Bind listener to an IPv6 from AnyIP subnet

2023-03-12 Thread Serg via bind-users
Hello, I am trying to bind named listener to an IPv6 from prefix which is assigned to a system via AnyIP kernel feature - basically, it is done by the following command: sudo ip -6 route add local 2001:db8::/32 dev lo. To be able to use IPv6 from AnyIP prefix the following sysctl must be appli

Re: Bind listener to an IPv6 from AnyIP subnet

2023-03-12 Thread Serg via bind-users
ing AnyIP. On 3/12/23 19:03, Darren Ankney wrote: Just a quick question because I ran into this problem before... is it possible that named was started before the ip was added? On Sun, Mar 12, 2023 at 12:55 PM Serg via bind-users wrote: Hello, I am trying to bind named listener to an IPv6 f

Re: Bind listener to an IPv6 from AnyIP subnet

2023-03-13 Thread Serg via bind-users
3-13T08:55:16Z Michael Richardson : > > Serg via bind-users wrote: >     > As an alternative approach I have tried to run with a configuration >     > "listen-on-v6 { any; }", but it does behave in a way I need - it binds >     > separate socket for each d

Re: Bind dns amplification attack

2023-03-28 Thread Serg via bind-users
Are you an open recursor? If the answer is no, you should not face any amplifications attacks. If you are an open recursor, the best solution is to restrict which IP addresses are allowed to access your recursor. -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from th