Re: Significant Throughput Drop in BIND 9.20.8 for Batch DNS Updates – Seeking Community Insights and Solutions

2025-06-05 Thread Petr Špaček
On 6/5/25 06:50, Sahil Sharma D via bind-users wrote: *_Use case :_*// Trying to load 120M identifier of length 15 digit which will load in zone using nsupdate in a batch of 1000. A file created having 120M identifier and sent to nsupdate in a batch of 1000 to add identifier in bind

Significant Throughput Drop in BIND 9.20.8 for Batch DNS Updates – Seeking Community Insights and Solutions

2025-06-04 Thread Sahil Sharma D via bind-users
Hello BIND Community, I am writing to report a significant performance drop observed after upgrading from BIND 9.18.30 to BIND 9.20.8 . We are running BIND in a batch data processing environment where large volumes of dynamic DNS updates are pushed periodically. Under 9.18.30, our system

Re: bind sends back server failure when local cache expired ( glue record)

2025-05-06 Thread Florian Schlums
two different kinds of “glue” ... Best regards, Panagiotis *From:*bind-users *On Behalf Of *Florian Schlums *Sent:* Thursday, 24 April 2025 11.18 *To:* bind-users@lists.isc.org *Subject:* bind sends back server failure when local cache expired ( glue record) Dear list I'm running se

bind sends back server failure when local cache expired ( glue record)

2025-04-24 Thread Florian Schlums
Dear list I'm running several bind caching resolver based on Ubuntu latest bind release 9.18.30. Configuration is pretty simple. A few public IP prefixes are allowed to use these server as recursive resolver. All other prefixes are no allowed to use them. The setup is up for several year

Bash automation for Bind (small office/home office)

2025-04-22 Thread Travis Bean
misconfigured with my Bind syntax. If you find a bug in LinuxSOHO, please submit a bug report to bugs.launchpad.net/linuxsoho/+filebug. Kind regards, Travis Bean -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software

Re: BIND 9.11.4-P1 unexpected process exit

2025-04-10 Thread Petr Menšík via bind-users
file also, without it I or steps to reproduce it doubt anyone will be able fix it, whatever it is. Try whether coredumpctl list will contain this crash. On 10/04/2025 06:22, Duleep Thilakarathne wrote: Hi, Bind service unexpectedly exited a few days back with the following error: Could someone

Re: BIND 9.11.4-P1 unexpected process exit

2025-04-10 Thread Duleep Thilakarathne
> wrote: > > > > Dear Mark, > > > > Thank you for the update . I will arrange to update Bind to latest > version . For my understanding, is their any reference thread to refer > historical incident . I didnt experience this issue since last friday . > > > > Regards

Re: BIND 9.11.4-P1 unexpected process exit

2025-04-10 Thread Mark Andrews
https://gitlab.isc.org/isc-projects/bind9/-/issues/942 Or CVE-2019-6471 Mark > On 10 Apr 2025, at 02:14, Duleep Thilakarathne wrote: > > Dear Mark, > > Thank you for the update . I will arrange to update Bind to latest version . > For my understanding, is their any r

Re: BIND 9.11.4-P1 unexpected process exit

2025-04-10 Thread Duleep Thilakarathne
Dear Mark, Thank you for the update . I will arrange to update Bind to latest version . For my understanding, is their any reference thread to refer historical incident . I didnt experience this issue since last friday . Regards Duleep. On Thu, Apr 10, 2025 at 12:02 PM Mark Andrews wrote

Re: BIND 9.11.4-P1 unexpected process exit

2025-04-09 Thread Mark Andrews
This was fixed roughly 6 years ago in a later version of BIND 9.11 which has since been EoL’d. Upgrade to a supported version. > On 9 Apr 2025, at 23:22, Duleep Thilakarathne wrote: > > Hi, > > Bind service unexpectedly exited a few days back with the following error:

BIND 9.11.4-P1 unexpected process exit

2025-04-09 Thread Duleep Thilakarathne
Hi, Bind service unexpectedly exited a few days back with the following error: Could someone possibly suggest some more troubleshooting? This service has run for more than a year without issue. dispatch.c:3422: REQUIRE(resp->item_out == isc_boolean_true) failed, back trace #0 0x438bed in ??

Bash automation for dynamic, active/active Bind DNS server

2025-04-08 Thread Travis Bean
misconfigured with my dynamic, active/active Bind DNS server syntax. If you find a bug in LinuxHA, please submit a bug report to bugs.launchpad.net/linuxha/+filebug. Kind regards, Travis Bean -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds

Re: Custom DNS Filtering Plugin in BIND 9

2025-04-05 Thread Mónika Kiss
source of truth for categorization decisions. - As such, I do not wish to store any additional data within the plugin, memory, or any BIND-internal structures. - Instead, I want the plugin to dynamically query this data by calling my existing C program or SDK, which reads and evaluates

Re: Custom DNS Filtering Plugin in BIND 9

2025-04-05 Thread Greg Choules via bind-users
is updated externally and serves as the sole source of >truth for categorization decisions. >- As such, I do not wish to store any additional data within the >plugin, memory, or any BIND-internal structures. >- Instead, I want the plugin to dynamically query this data by ca

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-28 Thread Petr Špaček
source of truth for categorization decisions. * As such, I do not wish to store any additional data within the plugin, memory, or any BIND-internal structures. * Instead, I want the plugin to dynamically query this data by calling my existing C program or SDK, which reads and

Re: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-26 Thread Ben Scott
I have been running BIND chroot'ed since before there was a systemd. I have a vague memory of having to, at some point, change the systemd unit for named from "Type=notify" to "Type=forking". My memory is not what it used to be, but I am fairly sure I was runni

RE: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-25 Thread Langlois Joël via bind-users
Hi Michal, Thanks a lot for the reply, i will take a look at the documentation for chroot and systemd notify. I already use the old option (type=forking) and yes everything is working fine. Have a good day. -- Joel Langlois -Message d'origine- De : bind-users De la pa

Re: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-25 Thread Michal Nowak
Hi, I can reproduce your problem when I setup chroot. Tho, I think this is the expected behaviour unless you setup the systemd notify socket inside the chroot. See the following guide for how to do it https://kb.leuxner.net/article/bind-sd_notify-chroot/ (haven't tried it myself), or r

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-25 Thread Grant Taylor via bind-users
On 3/19/25 9:40 AM, Mónika Kiss wrote: I have a domain categorization program written in C that dynamically determines the risk level of a queried domain. I need to integrate this categorization logic into a BIND 9 plugin that: Mónika, have you looked into Dynamically Loadable Zones? You

RE: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-24 Thread Langlois Joël via bind-users
Hello, Thanks for your reply, this help me to point in the good direction! The problem is in the startup file for the service /usr/lib/systemd/system/isc-bind-named.service (this file is modify by the 9.20.7 update). When i try to use the option "Type=notify" or the

Re: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-24 Thread Michal Nowak
For BIND 9.20.7 and 9.21.6 we changed the service type from "forking" to "notify", also ExecStart now has the "-f" option: -[Service] -Type=forking -ExecStart=/opt/isc/isc-bind/root/usr/sbin/named -u named +[Service] +Type=notify +ExecStart=/opt/isc/isc-bind/r

Re: Help with ISC-BIND 9.20.7 COPR package DOH support

2025-03-23 Thread Michał Kępień
Hi, > Need help with the COPR packages for BIND, they don’t seem to have DOH > enabled / working That's not the case, DNS-over-HTTPS should work just fine with our Copr packages. > Should have: compiled with DNS-over-HTTPS > It does not no? DNS-over-HTTPS support in BIND

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-23 Thread Grant Taylor via bind-users
program or SDK, which reads and evaluates domains in real time. My understanding is that RPS is a way for BIND / named to communicate with something external as a source of information. I think that it may be possible to create a DLZ driver that does similar. To whit, BIND would dynamic

Re: Help with ISC-BIND 9.20.7 COPR package DOH support

2025-03-22 Thread Robert Paolucci via bind-users
Hey Everyone, Need help with the COPR packages for BIND, they don’t seem to have DOH enabled / working sudo yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/isc/bind/repo/epel-9/isc-bind-epel-9.repo sudo yum --enablerepo="copr:copr.fedorainfracloud.org:isc:bind&quo

Re: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-21 Thread Ondřej Surý
outside your normal working hours. > On 22. 3. 2025, at 2:44, Langlois Joël via bind-users > wrote: >  > Hi everyone, > > After updating my isc-bind packages from 9.20.6-1.2 to 9.20.7-1.2, i > try to start the service but it always « shutdown » by himself. My server is

Re: Bind internal name space geo-proximity

2025-03-21 Thread Greg Choules
, Greg > On 21 Mar 2025, at 22:16, Karol Nowicki via bind-users > wrote: > > Hello Everyone > > Do we have any option to define order of domain delegation depends from query > location ? > > For example > > google.com. NS dns1.company.com. > google.com.

Bind internal name space geo-proximity

2025-03-21 Thread Karol Nowicki via bind-users
comes from Europe then delegates to dns2 Wysłane z Yahoo Mail do iPhone -- 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

isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-21 Thread Langlois Joël via bind-users
Hi everyone, After updating my isc-bind packages from 9.20.6-1.2 to 9.20.7-1.2, i try to start the service but it always « shutdown » by himself. My server is a Rocky Linux 8.10 and with the old version (9.20.6) everything is working fine since many mounths. Here is a the part of the

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-21 Thread Ondřej Surý
— ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. > On 21. 3. 2025, at 21:24, Grant Taylor via bind-users > wrote: > > Based on my understanding, RPS should be able to do all of those th

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-21 Thread Ondřej Surý
at 18:11, Greg Choules via bind-users > wrote: > > My take on this is that DNS resolver code is written to (try and) be as fast > and efficient as possible and work pretty much entirely in RAM because that's > the quickest storage available. > > Anything that interr

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-20 Thread Grant Taylor via bind-users
when using large and frequently updated policy zones. It also enables named to share response policy providers with other DNS implementations such as Unbound. Thanks to Vernon Schryver and Farsight Security for the contribution." Link - BIND 9.12 development is getting closer to

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-20 Thread Marcus Kool
I wrote a closed source filtering plugin for BIND and I found that the #1 issue is that there is no defined interface between a plugin and BIND internal data structures. Since data structures (may) have small changes between patch releases, this implies that with /every/ release of BIND, the

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-20 Thread Michael De Roover
or it now. Somebody will have > to invest into writing this :shrug: > > Ondrej Hi Ondrej, I commend your productivity! I saw your work in both BIND-Users and DNSOP. No joke, we need more people like this, especially right now. Having had a productivity boost on the same day, fist-

Re: Upgrading the Bind Server issue

2025-03-19 Thread Jeremy C. Reed
On Wed, 19 Mar 2025, Lowry-Schiller, Dell M CTR (USA) via bind-users wrote: > I run this command and it works fine  ./configure --prefix=/usr/local/b > ind-9.9.6 --sysconfdir=/etc --localstatedir=/var --enable-threads --with-ope > nssl I suspect this configure step did not work fi

RE: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Bob McDonald
Maybe I'm not understanding all the nuances of the stated goal but doesn't RPZ handle this? Bob Sent from my Google Pixel 8a phone. -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with pa

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Ondřej Surý
Hi again,if this is something that is going to be open-source and the whole BIND 9 users community would benefit from this, I would love to hear and see more.Ondrej--Ondřej Surý — ISC (He/Him)My working hours and your working hours may be different. Please do not feel obligated to reply outside

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Michael De Roover
On Wednesday, March 19, 2025 3:40:28 PM CET Mónika Kiss wrote: > Hello, > > Thank you for your response. > > I have a domain categorization program written in C that dynamically > determines the risk level of a queried domain. > I need to integrate this categorization logic

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Ondřej Surý
gt; >> Thank you for your response. >> >> I have a domain categorization program written in C that dynamically >> determines the risk level of a queried domain. >> I need to integrate this categorization logic into a BIND 9 plugin that: >> >> - Calls

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Ondřej Surý
reply outside your normal working hours.On 19. 3. 2025, at 21:40, Mónika Kiss wrote:Hello,Thank you for your response.I have a domain categorization program written in C that dynamically determines the risk level of a queried domain.I need to integrate this categorization logic into a BIND 9 plugin

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Mónika Kiss
Hello, Thank you for your response. I have a domain categorization program written in C that dynamically determines the risk level of a queried domain. I need to integrate this categorization logic into a BIND 9 plugin that: - Calls the categorization function to analyze each incoming DNS

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Michael De Roover
ps://deteque.com/m3aawg-bind-training/named.conf response-policy { zone "rpz.local"; }; }; // Response Policy Zone zone "rpz.local" { type primary; file "/path/to/rpz.local.db"; }; In rpz.local.db: $TTL 300 @

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Ondřej Surý
ere official documentation or examples for writing custom BIND 9 > plugins? > What are the recommended hook points for intercepting and modifying DNS > responses? -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of th

Re: Upgrading the Bind Server issue

2025-03-19 Thread Ondřej Surý
ours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. > On 19. 3. 2025, at 20:23, Lowry-Schiller, Dell M CTR (USA) via bind-users > wrote: > > Message: I am following the instructions provided in the knowledge base a

Re: Upgrading the Bind Server issue

2025-03-19 Thread Marco Moock
Am 19.03.2025 um 13:23:09 Uhr schrieb Lowry-Schiller, Dell M CTR \(USA\) via bind-users: > Message: I am following the instructions provided in the knowledge > base and I am having issues with the upgrade of my bind server to > version 9.20.6 I am currently on version BIND 9.16.23

Upgrading the Bind Server issue

2025-03-19 Thread Lowry-Schiller, Dell M CTR (USA) via bind-users
Message: I am following the instructions provided in the knowledge base and I am having issues with the upgrade of my bind server to version 9.20.6 I am currently on version BIND 9.16.23-RH I run this command and it works fine ./configure --prefix=/usr/local/bind-9.9.6 --sysconfdir=/etc

Custom DNS Filtering Plugin in BIND 9

2025-03-19 Thread Mónika Kiss
Dear BIND Users, My name is Monika Kiss and I am currently working on a custom DNS filtering plugin for BIND 9 and I would appreciate your guidance on a few technical aspects. My goal is to intercept certain DNS queries and return a custom IP address instead of forwarding them to an upstream

Re: BIND 9.20.6: spurious recursive lookup failures after longish uptime

2025-03-14 Thread Ben Scott
> From: "Havard Eidnes via bind-users" > Sent: Thursday, March 13, 2025 7:21:32 AM > The reason is that the "how to reproduce the problem" bit is > quite fuzzy. Yeah. :-( In general, without logs or similar, it is impossible to diagnose this sort of probl

Re: BIND 9.20.6: spurious recursive lookup failures after longish uptime

2025-03-13 Thread Petr Špaček
On 3/13/25 12:21, Havard Eidnes via bind-users wrote: I wondered a while whether this would be more appropriate to post here or as an issue in ISC's gitlab, but came to the conclusion that for now the best place would be here. The reason is that the "how to reproduce the problem&quo

BIND 9.20.6: spurious recursive lookup failures after longish uptime

2025-03-13 Thread Havard Eidnes via bind-users
s reported as a gitlab issue as well, I can do that, of course. Context: we are running 4 nodes in an anycast setup, providing our users with DNS recursor service, and RPZ service to a subset of these users. We have been using BIND 9.20 for a while, and have followed the ISC upgrades shortly

Re: Using a PCIe HSM card with BIND

2025-03-12 Thread Ondřej Surý
Hi Sergio, the BIND 9 documentation covers this: https://bind9.readthedocs.io/en/v9.18.34/chapter5.html#pkcs-11-cryptoki-support Since you are using OpenSSL you must ensure that Legacy engines are enabled. I would however recommend switching to 9.20.6 that has support for more modern OpenSSL

Using a PCIe HSM card with BIND

2025-03-12 Thread Sergio Ramirez
Hi, We need to integrate a "Thales Luna HSM PCIe 7" card, that we just purchased, with the most updated BIND version that works in this scenario. We had followed carefully the instructions given by the Thales documents but we had not succefull results. Also, we had contacted

Re: bind crashes with assertion, maybe due to many ephemeral network devices?

2025-03-11 Thread Ondřej Surý
> bind crashes with assertion, maybe due to many ephemeral network devices? Looking at the symptoms and your description, I actually think this is a problem of interfaces appearing during the network interface scan and then disappearing before named can process them. I would suggest to disa

Re: bind crashes with assertion, maybe due to many ephemeral network devices?

2025-03-11 Thread Erich Eckner
Hi Ondrej, thanks for the fast answer :) On Mon, 10 Mar 2025, Ondřej Surý wrote: bind crashes with assertion, maybe due to many ephemeral network devices? Looking at the symptoms and your description, I actually think this is a problem of interfaces appearing during the network interface

bind crashes with assertion, maybe due to many ephemeral network devices?

2025-03-10 Thread Erich Eckner
Hi, I'm running bind version 9.20.6 on artix linux (an arch linux derivate without systemd) with a pretty standard config: # named -V BIND 9.20.6 (Stable Release) running on Linux x86_64 6.13.5-artix1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Feb 2025 10:18:15 + built by make with 

Re: [bind-9.18.26] named crash with assertion failure

2025-03-01 Thread Ondřej Surý
Sure, here is 9.18.26 with all the required patches: https://ftp.isc.org/isc/bind9/9.18.34/bind-9.18.34.tar.xz Ondrej -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. > On 28

Re: [bind-9.18.26] named crash with assertion failure

2025-02-28 Thread Avijeet Gupta
Hi Ondrej, Thank you for your prompt response. We recently upgraded to this version as it was marked as stable. It may take some time to upgrade to the latest version of bind-9.18. Meanwhile i was wondering if i can patch the fix (if available) to our current version or any workaround

Re: [bind-9.18.26] named crash with assertion failure

2025-02-27 Thread Ondřej Surý
:12, avijeet gupta wrote: > > I have bind9 version 9.18.26 -- 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. b

[bind-9.18.26] named crash with assertion failure

2025-02-27 Thread avijeet gupta
.so.0 #34 0x7ff8928e588f in clone () from /lib/x86_64-linux-gnu/libc.so.6 -- 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/ f

Re: Can Bind report errors through EDE responses?

2025-02-20 Thread Emmanuel Fusté
Hello, Functional EDE 22 is available in Bind 9.20.6. RFC say : 4.23. Extended DNS Error Code 22 - No Reachable Authority The resolver could not reach any of the authoritative name servers (or they potentially refused to reply) Bind does not map a rcode REFUSED to EDE 22 so in your case I

Can Bind report errors through EDE responses?

2025-02-20 Thread Danilo Godec via bind-users
ERVFAIL, id: 18432 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 *; EDE: 22 (No Reachable Authority): (at delegation send.dom24.si.) ; EDE: 23 (Network Error): (205.251.198.128:53 rcode=REFUSED for send.dom24.si NS)* ;

Re: BIND DNS Server on Windows

2025-02-11 Thread Michael De Roover
in your environment and why. Then progressively address them as they happen. Helps to establish rationale for what you build and why. -- Met vriendelijke groet, Michael De Roover Mail: i...@nixmagic.com Web: michael.de.roover.eu.org -- Visit https://lists.isc.org/mailman/listinfo/bind-users t

Re: BIND DNS Server on Windows

2025-02-11 Thread Turritopsis Dohrnii Teo En Ming via bind-users
xpected. I'm not too > concerned about it, and the benefits outweigh the costs. He was also heavily > invested in fixing similar problems in his powerbanks at the time, so the > verdict may have been biased. Lots of switching power supplies are noisy like > that. > > https://www

Re: BIND DNS Server on Windows

2025-02-11 Thread Turritopsis Dohrnii Teo En Ming via bind-users
tside your normal working hours. > > > On 10. 2. 2025, at 15:07, Turritopsis Dohrnii Teo En Ming via bind-users > > bind-users@lists.isc.org wrote: > > > > Rather than using WSL, I think I will use Hyper-V, VMware Workstation or > > Oracle VirtualBox instead. --

Re: BIND DNS Server on Windows

2025-02-11 Thread Turritopsis Dohrnii Teo En Ming via bind-users
ery slow. Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individuals in Singapore > > -- > 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

Re: BIND DNS Server on Windows

2025-02-11 Thread Michael De Roover
://www.youtube.com/watch?v=6bicunweBAQ[1] Problem is, 1GB of memory in my 3B's is hardly sufficient for more than just BIND alone. For an entire network, it needed a lot more than that (DHCP, hostapd, Postfix/Dovecot, Samba, ...). The memory requirements quickly balloon back into a frac

Re: BIND DNS Server on Windows

2025-02-10 Thread Ondřej Surý
sis Dohrnii Teo En Ming via bind-users > wrote: > > Rather than using WSL, I think I will use Hyper-V, VMware Workstation or > Oracle VirtualBox instead. signature.asc Description: Message signed with OpenPGP -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe

Re: BIND DNS Server on Windows

2025-02-10 Thread Michael De Roover
r option you choose in the end, I wish you good luck :) Best regards, Michael -- 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/

Re: BIND DNS Server on Windows

2025-02-10 Thread Turritopsis Dohrnii Teo En Ming via bind-users
to be a way to assign > > it a static IP - i.e. your WSL BIND server will change IP address every > > time (it's a private routed address that will need a Windows Firewall NAT > > rule to be reached from other machines on your network). > > > Please do note that WS

Re: BIND DNS Server on Windows

2025-02-10 Thread Turritopsis Dohrnii Teo En Ming via bind-users
On Sunday, February 9th, 2025 at 6:55 PM, Marco Moock wrote: > Am 09.02.2025 um 10:51:35 Uhr schrieb Turritopsis Dohrnii Teo En Ming > via bind-users: > > > Can I install WinBIND on Windows 10 and Windows 11? The following > > guide mentioned installation of WinBIND o

RE: BIND DNS Server on Windows

2025-02-10 Thread Turritopsis Dohrnii Teo En Ming via bind-users
On Sunday, February 9th, 2025 at 7:07 PM, Richard T.A. Neal wrote: > That's my site! 😊 > > Whilst functional please bear in mind that BIND is no longer developed or > supported on Windows so I really don’t recommend doing so. You should install > it on a Linux sy

Re: Debug Level Logs in BIND 9.18.16 Despite Debug Level Set to 0

2025-02-09 Thread Ondřej Surý
> On Tue, Jan 28, 2025 at 11:27 AM Nagesh Thati wrote: > Hi, > Thank you for your prompt response. > I configured the logging severity as dynamic to allow me to change the > severity level at any time using the rndc command. I have also reviewed the > release notes for all versions

Re: Debug Level Logs in BIND 9.18.16 Despite Debug Level Set to 0

2025-02-09 Thread Nagesh Thati
he rndc command. I have also reviewed > the release notes for all versions released after BIND 9.18.16, but I did > not find any bug fixes related to debug logging in any of those releases. > Thanks, > Nagesh > > On Tue, Jan 28, 2025 at 11:12 AM Ondřej Surý wrote: > >> I w

Re: BIND DNS Server on Windows

2025-02-09 Thread Michael De Roover
On Sunday, February 9, 2025 12:07:48 PM CET Richard T.A. Neal wrote: > That's my site! 😊 That is incredible! > One major drawback with WSL is that there doesn't seem to be a way to assign > it a static IP - i.e. your WSL BIND server will change IP address every > time

RE: BIND DNS Server on Windows

2025-02-09 Thread Richard T.A. Neal
That's my site! 😊 Whilst functional please bear in mind that BIND is no longer developed or supported on Windows so I really don’t recommend doing so. You should install it on a Linux system as intended, or alternatively in WSL (Windows SubSystem for Linux). One major drawback with W

Re: BIND DNS Server on Windows

2025-02-09 Thread Marco Moock
Am 09.02.2025 um 10:51:35 Uhr schrieb Turritopsis Dohrnii Teo En Ming via bind-users: > Can I install WinBIND on Windows 10 and Windows 11? The following > guide mentioned installation of WinBIND on Windows Server only. Should work, give it a try. -- Gruß Marco -- Visit https://lists.i

BIND DNS Server on Windows

2025-02-09 Thread Turritopsis Dohrnii Teo En Ming via bind-users
Subject: BIND DNS Server on Windows Good day from Singapore, Can I install WinBIND on Windows 10 and Windows 11? The following guide mentioned installation of WinBIND on Windows Server only. Link: https://www.winbind.org/installing-bind-on-windows/ Thank you. Regards, Mr. Turritopsis

Re: BIND 9.20.5 EDE 22

2025-02-06 Thread Emmanuel Fusté
Thank you ! I saw it, but wrongly supposed it was merged before the release. Emmanuel. Le 06/02/2025 à 13:28, Matthijs Mekking a écrit : Hi Emmanuel, Please see https://gitlab.isc.org/isc-projects/bind9/-/issues/5137 - Matthijs On 06-02-2025 10:45, Emmanuel Fusté wrote: Hello, BIND

Re: BIND 9.20.5 EDE 22

2025-02-06 Thread Ondřej Surý
:28, Matthijs Mekking a écrit : >> Hi Emmanuel, >> >> Please see https://gitlab.isc.org/isc-projects/bind9/-/issues/5137 >> >> - Matthijs >> >> On 06-02-2025 10:45, Emmanuel Fusté wrote: >>> Hello, >>> >>> BIND 9.20.5 is supposed t

Re: BIND 9.20.5 EDE 22

2025-02-06 Thread Matthijs Mekking
Hi Emmanuel, Please see https://gitlab.isc.org/isc-projects/bind9/-/issues/5137 - Matthijs On 06-02-2025 10:45, Emmanuel Fusté wrote: Hello, BIND 9.20.5 is supposed to implement EDE 22 reporting (No reachable authority) Ubuntu 22.04 / ISC BIND packages I have a domain for which the two

BIND 9.20.5 EDE 22

2025-02-06 Thread Emmanuel Fusté
Hello, BIND 9.20.5 is supposed to implement EDE 22 reporting (No reachable authority) Ubuntu 22.04 / ISC BIND packages I have a domain for which the two DNS servers are unreachable from my BIND resolver because of network issues. I am unable to get EDE 22 from my resolver. Only a SERVFAIL

Re: Upcoming changes in Debian/Ubuntu BIND 9 package

2025-02-02 Thread Bagas Sanjaya
On Mon, Jan 27, 2025 at 01:17:10PM +0100, Ondřej Surý wrote: > - The all /etc/bind/db.*, named.conf.default-zones and zones.rfc1918 > configuration files are going to be removed in favor of empty-zones yes; > (which is default) I see many BIND authoritative server tutorials compose

Re: Upcoming changes in Debian/Ubuntu BIND 9 package

2025-01-31 Thread Ondřej Surý
Ondřej -- Ondřej Surý (He/Him) ond...@isc.org My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development

Re: Upcoming changes in Debian/Ubuntu BIND 9 package

2025-01-31 Thread Petr Špaček
empty-zones yes; (which is default) Just curious what the reason for removing the 1918 zone files is? Please see https://bind9.readthedocs.io/en/v9.20.5/reference.html#built-in-empty-zones -- Petr Špaček Internet Systems Consortium -- Visit https://lists.isc.org/mailman/listinfo/bind-users to

Re: Upcoming changes in Debian/Ubuntu BIND 9 package

2025-01-31 Thread Ted Mittelstaedt
curious what the reason for removing the 1918 zone files is? Ted -- 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

Re: Snapshot versions of BIND 9.18 and 9.20 for testing

2025-01-30 Thread Carsten Strotmann via bind-users
1. My systems are low volume, so I cannot report on any performance gains or regressions. Greetings Carsten -- 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

BIND 9.21+ build system change

2025-01-30 Thread Ondřej Surý
Hey all, this is pre-announcement that the BIND 9.21 build system will be drop the autoconf/automake build system. We consider the Python to be ubiquitous nowadays and therefore the Meson build system was picked for its maintainability, speed and ease of use. Additionally, Meson is available

Snapshot versions of BIND 9.18 and 9.20 for testing

2025-01-30 Thread Ondřej Surý
Hi, the BIND 9 team merged an improvement to BIND 9.18.34-dev and 9.20.6-dev releases that should help with the memory usage in the resolver scenarios and in the case of BIND 9.18.34-dev there's even improved performance for the cold cache. The improvements for 9.18.34-dev is significant

Snapshot versions of BIND 9.18 and 9.20 for testing

2025-01-30 Thread Ondřej Surý
Hi, the BIND 9 team merged an improvement to BIND 9.18.34-dev and 9.20.6-dev releases that should help with the memory usage in the resolver scenarios and in the case of BIND 9.18.34-dev there's even improved performance for the cold cache. The improvements for 9.18.34-dev is significant

Re: Debug Level Logs in BIND 9.18.16 Despite Debug Level Set to 0

2025-01-27 Thread Nagesh Thati
Hi, Thank you for your prompt response. I configured the logging severity as dynamic to allow me to change the severity level at any time using the rndc command. I have also reviewed the release notes for all versions released after BIND 9.18.16, but I did not find any bug fixes related to debug

Re: Debug Level Logs in BIND 9.18.16 Despite Debug Level Set to 0

2025-01-27 Thread Ondřej Surý
I wonder…. What do you think that severity dynamic; does in your configuration file and why you have it configured? Have you read the documentation on the logging in the ARM? Also - don’t run old versions of BIND 9, you are almost 20 versions behind the latest 9.18 release, that’s year an

Debug Level Logs in BIND 9.18.16 Despite Debug Level Set to 0

2025-01-27 Thread Nagesh Thati
Dear Team, I am currently using BIND 9.18.16 and have encountered an issue where debug level 3, 5, and 99 logs are being recorded in the named.log, even though the debug level is explicitly set to 0. Could you confirm if there are any hardcoded logging configurations within BIND that might cause

Upcoming changes in Debian/Ubuntu BIND 9 package

2025-01-27 Thread Ondřej Surý
Hi, ISC provides BIND 9 packages via: - Launchpad: - BIND 9.18: https://launchpad.net/~isc/+archive/ubuntu/bind-esv - BIND 9.20: https://launchpad.net/~isc/+archive/ubuntu/bind - BIND 9.21: https://launchpad.net/~isc/+archive/ubuntu/bind-dev - Debian custom repositories: - BIND 9.18: https

Re: Estimating Resource Requirements for BIND to Handle Specific Query Volumes

2025-01-23 Thread Ondřej Surý
Don't run out of date software. BIND 9.16 has reached end-of-life in April 2024, almost a year ago. You need to run up-to-date version, preferably the last version of BIND 9.20 that's the recent stable release. And no, nobody can give you any figures as it depends on many variables.

Estimating Resource Requirements for BIND to Handle Specific Query Volumes

2025-01-23 Thread sami . rahal
Hello community, Please, I would like to ask if there is a rule to estimate the resources (CPU and RAM) needed for BIND9.16 to handle x number of requests. BR Orange Restricted Orange Restricted -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC

Re: Bind and DHCP

2025-01-09 Thread Robert Wagner
sustain a little downtime. Good luck, RW ____ From: bind-users on behalf of Fred Morris Sent: Wednesday, January 8, 2025 2:11 PM To: Bind-users Subject: Re: Bind and DHCP This email originated from outside of TESLA Do not click links or open attachments unless

Re: Need support setting up bind with dnstap

2025-01-09 Thread Fred Morris
ly). What DNS nameservers are configured? Does that match what's in resolv.conf? Does your configuration reference only your copy (or copies) of BIND which have Dnstap enabled? (It sounds like you have just one copy of BIND and it's listening on 127.0.0.1.) It didn't fix the issue.

Re: Need support setting up bind with dnstap

2025-01-08 Thread S L, Meghana via bind-users
I tried disabling and stopped systemd resolved. It didn't fix the issue. I checked in nsswitch, and could see the entries for file, group, user with systemd. Get Outlook for iOS<https://aka.ms/o0ukef> From: bind-users on behalf of Fred Morris Sen

RE: Need support setting up bind with dnstap

2025-01-08 Thread Fred Morris
City of Tacoma can't do a competent job of reverse DNS and the City can't be made to care. I even testified about it at a City Council meeting: https://athena.m3047.net/tacoma-council-10-Sep-2024.mp4 -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from

Re: Bind and DHCP

2025-01-08 Thread Fred Morris
of people are invested in solutionism via centralization so this is inherently controversial. On Wed, 8 Jan 2025, Karol Nowicki via bind-users wrote: Does a good practice recommend to split running ISC Bind and DHCP into two different machines or make DNS+DHCP running on same server is allowed

Re: Bind and DHCP

2025-01-08 Thread Grant Taylor via bind-users
remember any time I cared about the DHCP server's IP in the last two decades, other than DHCP helpers / forwarders. I'm sure there are some edge cases that I'm not thinking of. I'd be curious to learn edge cases others have run into. As others have said, running BIND and

  1   2   3   4   5   6   7   8   9   10   >