Hi,
> On 13. 3. 2023, at 10:37, Michael Richardson wrote:
>
> Signed PGP part
>
> m...@at.encryp.ch wrote:
>> Regarding the usage of [::] - due to usage of firewall I am able to
>> block connections to the 53/udp and 53/tcp which are not coming to
>> specific IP addresses or ranges, I do not ne
Hi Serg.
Can you post the output of "named -V" please?
You're looking for "--disable-linux-caps", which you don't want.
I'm not sure how (if) BIND interacts with AnyIP, but it should pick up new
interfaces as they are added, *if* it is built with the necessary
capabilities enabled. 'named' starts
m...@at.encryp.ch wrote:
> Regarding the usage of [::] - due to usage of firewall I am able to
> block connections to the 53/udp and 53/tcp which are not coming to
> specific IP addresses or ranges, I do not need such filtering
> functionality within bind itself.
Bind doesn't list
The problem is I have lots of IPv6 addresses where I need to listen DNS
requests (IPv6 prefix of /64) and I could not just explicitly add each to the
interface, thus I use AnyIP feature to be able to use entire prefix by locally
by such software like nginx, curl, etc.
Regarding the usage of [::
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 discovered IP address rather wildcard address
> of [::].
Bind needs to bind a new s
.0.2 won't
cause named to actually listen there.
-Original Message-
From: bind-users On Behalf Of Serg via
bind-users
Sent: Sunday, March 12, 2023 10:55 AM
To: bind-users@lists.isc.org
Subject: Bind listener to an IPv6 from AnyIP subnet
Hello, I am trying to bind named listener
I have reloaded the configuration as well as restarted the bind9. The
simpliest workaround I see - bind IPv6 explicitly to the interface using
command "ip address add 2001:db8::1 dev eth0" and then I am able to use
2001:db8::1 for the named. But I would like to take advantage of using
AnyIP.
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 from prefix which
> is assigned to a system via AnyIP
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
9 matches
Mail list logo