Re: Dns tunnel detection/prevention

2025-05-22 Thread Mark Andrews
No. This is not a thing regular DNS servers do.-- Mark AndrewsOn 23 May 2025, at 00:23, Karol Nowicki via bind-users wrote: Does ISC Bind software by native has any dns tunneling prevention embedded ? Thanks Wysłane z Yahoo Mail do iPhone -- Visit https://lists.isc.org/mailman/listinfo/bind

Re: Massive increase of SERVFAIL after April 28th 2025.

2025-05-01 Thread Mark Andrews
. Forwarding to the servers you are is providing indirect access to instances with zone content to serve. Mark -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org -- Visit https://lists.isc.org/mailman/listinfo/bind

Re: Massive increase of SERVFAIL after April 28th 2025.

2025-05-01 Thread Mark Andrews
rt 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +6

Re: DNSVIZ errors

2025-04-22 Thread Mark Andrews
s from NSEC3 zones was previously reverted after a bug > was found that could trigger an assertion failure. ([GL #4460], [GL #4950], > and [GL #5108]) The bug has now been fixed, and the performance improvement > has been restored. [GL #5204] > > > > On 21/04/2025 7:12

Re: DNSVIZ errors

2025-04-21 Thread Mark Andrews
your normal working hours. >>> > >>> > >>> akritrim® Intelligence™ >>> -- >>> Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe >>> from this list >>> ISC funds the development of this software with paid support >>>

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-09 Thread Mark Andrews
> 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 -- Mark Andrews, ISC

Re: Authoritative and caching

2025-03-12 Thread Mark Andrews
.168.20.11; }; dnssec-policy "unlimited"; }; Mark > On 13 Mar 2025, at 09:13, Danjel Jungersen wrote: > > On 20-02-2025 08:40, Mark Andrews wrote: >>> The zone is available publicly, but from public serveres not hosted by me >>> (one.com). >>

Re: Is there any config to disable bind9 retry for rcode refused

2025-03-04 Thread Mark Andrews
Returning REFUSED to ANY is anti-pmsocial as it requires every resolver in the world to special case this  There are better mechanisms to deal with it like returning TC=1 or BADCOOKIE if there is only a client cookie or returning one of the RRsets at the name. -- Mark AndrewsOn 4 Mar 2025, at 18

Re: Where are ISC docs for log file codings?

2025-03-03 Thread Mark Andrews
-statement-logging -- Mark Andrews > On 4 Mar 2025, at 06:45, Brett Delmage via bind-users > wrote: > > On Mon, 3 Mar 2025, Michael Richardson wrote: > >> Brett Delmage via bind-users wrote: >> > Specifically for me now that's the query log including the flag

Re: Authoritative and caching

2025-02-19 Thread Mark Andrews
> On 20 Feb 2025, at 17:35, Danjel Jungersen wrote: > > > > On 19 February 2025 13:01:01 CET, Mark Andrews wrote: > >You can install a negative trust anchor or sign the zone so that DNSSEC > >validation works. The zone exists in the public DNS. You can use the s

Re: Authoritative and caching

2025-02-19 Thread Mark Andrews
validation to work with BYOD. You can also sign your internal zone and add trust anchors for it without publishing DS records. This won’t work BYOD. -- Mark Andrews > On 19 Feb 2025, at 21:54, Danjel Jungersen wrote: > > On 19-02-2025 11:44, Mark Andrews wrote: >> The

Re: Authoritative and caching

2025-02-19 Thread Mark Andrews
The posix boxes are validating the responses and your zone is not properly delegated/signed so DNSSEC validation fails. What does the following return? dig +cd +dnssec mail.jungersen.dk The answer on the internet is signed. -- Mark Andrews > On 19 Feb 2025, at 21:21, Danjel Junger

Re: Query for specific record timeouts

2025-02-18 Thread Mark Andrews
zones not delegated to it. Contact the zone operator and report this to them. Adding a #if 0 / #endif around this block of code should allow the lookup resolve. DNSVIZ doesn’t detect this. Mark % dig szn20221014._domainkey.pojezdala.cz @2a02:2b88:2:1::c88:1 txt +norec +dnssec ; <<&

Re: Difference in validating behavior 9.18 / 9.20

2025-02-10 Thread Mark Andrews
If you want to test behaviour with expired records you are going to need to use dnssec-signzone. The tests that ship with BIND use dnssec-signzone to build zones with out of date signatures. As for dnssec-policy it is not designed to produce broken zones. Mark > On 11 Feb 2025, at 10:18, J

Re: Primary/Secondary

2025-02-09 Thread Mark Elkins via bind-users
t was confusing. I was glad when RFC 8499 (and https://datatracker.ietf.org/doc/html/draft-knodel-terminology ) came along. It solved a big problem for me personally, and I do not want go back using the old terms. (for context: I'm from Germany) Greetings Carsten Strotmann -- Mark Jame

Re: Executive Order 14144 - encrypted DNS

2025-01-28 Thread Mark Andrews
be 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

Re: Named-checkzone stops silently

2025-01-04 Thread Mark Andrews
Well it is waiting for the zone contents on stdin. Try specifying both the zone name and the file that it should be reading. -- Mark Andrews > On 5 Jan 2025, at 07:21, f...@www.zefox.net wrote: > > I'm setting up a new, non-recursive, authoritative secondary > nameserver u

Re: Docker Compose Setup with ISC/Bind9 Image

2024-12-29 Thread Mark Andrews
You have the error message. Cut and paste it from the logs and post it here. Saying there is something to do with the user ‘bind’ when you have an actual error message is wasting everyone’s time. -- Mark Andrews > On 30 Dec 2024, at 05:27, Pablo Andalaft Tarodo wrote: > >

Re: cname for apex record

2024-12-24 Thread Mark Andrews
HTTPS records via DoH in release 129.0. Chrome added support in 2021. Searching for information about which browsers support it is problematic because DNS and HTTPS are used together for different things. Mark > On 25 Dec 2024, at 06:53, Cuttler, Brian R (HEALTH) via bind-users >

Re: Geo DNS for 1 domain in view impossible?

2024-12-03 Thread Mark Andrews
ilman/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 &g

Re: How to parse resource records from the DOH response?

2024-12-02 Thread Mark Andrews
gt; > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org -- Visit https://lists.isc.org/mailman/

Re: Recently started invalid signings

2024-11-28 Thread Mark Andrews
> PMc > -- > 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

Re: Query fails several times in a row then is successful

2024-11-25 Thread Mark Andrews
ey have sat on their hands for 20 years while everyone else has enabled IPv6 on their equipment. Mark > On 26 Nov 2024, at 10:24, The Gorf wrote: > > On a 9.20 server that is a resolver only, I have a mystery. This is running > out of the official docker. I have a fleet of these and t

Re: How do I make my bind recursively support edns

2024-11-23 Thread Mark Andrews
I suspect the OP meant ECS. -- Mark AndrewsOn 24 Nov 2024, at 07:43, Greg Choules via bind-users wrote:Hi.Please can you clarify what you mean and what you're trying to achieve? EDNS support generally has existed in all versions of BIND for many years.Cheers, GregOn Sat, 23 Nov 2024 at 15:4

Re: Simple question - trailing "." in zone file

2024-11-21 Thread Mark Andrews
have the concept of relative names and does not use the final period. When names are looked up in the DNS they are always absolute and are sent as series of length (one byte) value pairs ending in a 00 byte. (example.com is sent as 7 ‘e’ ‘x’ ‘a’ ‘m’ ‘p’ ‘l’ ‘e’ 3 ‘c’ ‘o’ ‘m’ 0) Mark > On

Re: Bind is not using the first master for freshness checks

2024-11-20 Thread Mark Andrews
If a notify comes in while refresh / transfer is in progress that is noted and a new refresh cycle is started when the current refresh cycle / transfer completes. Note named is NOT logging every refresh attempt. It is logging refresh attempt FAILURES so you know what to fix. Mark > On 21

Re: BIND RPZ is not blocking A record

2024-11-16 Thread Mark Andrews
RPZ stands for RESPONSE POLICY ZONE. It does NOT block queries. It modifies replies. -- Mark AndrewsOn 17 Nov 2024, at 17:28, Blason R wrote:Nah even that didn't work.If I directly query to bind it blocks or wall garden the request but if I send it through windows AD or any other server

Re: bind-9.18.31 compile errors RHEL 7.9

2024-11-05 Thread Mark Andrews
I can install one for my hardware. Mark > On 6 Nov 2024, at 02:32, N M wrote: > > What changed between bind-9.18.30 and bind-9.18.31 that would cause it to not > compile? We can compile bind-9.18.30 just fine but bind-9.18.31 fails with > netmgr/udp errors: > > > netmgr

Re: Question about DNSSEC

2024-10-31 Thread Mark Andrews
st > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from

Re: 3 new servers couldn't download the key for '.' and there really wasn't any indication

2024-10-30 Thread Mark Andrews
ot allowing DNS over both UDP and TCP or is filtering fragments (check both IPv4 and IPv6) or is blocking ICMP or ICMPv6. Mark > On 31 Oct 2024, at 00:36, Drew Weaver wrote: > > Hello, > We recently replaced 3 BIND 9 servers with newer ones. > For whatever reason during t

Re: dnnsec ipv6 reverse zone configuration

2024-10-30 Thread Mark Andrews
minimisation you cannot miss intermediate zones. Mark > On 31 Oct 2024, at 00:31, Michael Martinell via bind-users > wrote: > > Hello, hoping somebody might have some insight into the errors I am seeing on > ipv6 dnssec records. > I am just starting to roll out dnssec on my reve

Re: Server crash on receiving query

2024-10-24 Thread Mark Andrews
Take your machine to Apple. You have a hardware fault or a kernel security bug. A user application should not be able to make an operating system crash. Mark > On 24 Oct 2024, at 17:20, James L. Brown via bind-users > wrote: > > For almost two weeks my instance of named has ca

Re: DS digest type(s)

2024-10-16 Thread Mark Andrews
t; > -- > 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

Re: DNSSEC algo rollover fails to delete old keys

2024-10-15 Thread Mark Andrews
has those rules encoded into it. Mark > On 16 Oct 2024, at 11:54, Arnold DECHAMPS wrote: > > Hello everyone, > > I made a algo rollover in DNSSEC from algo 8 to algo 13. > > Software version : 9.18.28-1~deb12u2-Debian > > My zone confi

Re: Issue with recursive-clients set to 0

2024-10-13 Thread Mark Andrews
t; DNSSEC algorithms: RSASHA1 NSEC3RSASHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 > ECDSAP384SHA384 ED25519 ED448 > DS algorithms: SHA-1 SHA-256 SHA-384 > HMAC algorithms: HMAC-MD5 HMAC-SHA1 HMAC-SHA224 HMAC-SHA256 HMAC-SHA384 > HMAC-SHA512 > TKEY mode 2 support (Diffie-Hellman): no &g

Re: Referencing by cname from one authoritative zone to another authoritative zone

2024-10-03 Thread Mark Andrews
address. > Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. > How does cat play with mouse? cat /dev/mouse > -- > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from > this list > > ISC funds the development of this software with paid

Re: Multi Master/Primary Authoritative DNSSEC DNS Nameserver With Synced/Replicated COMMON Dir/Vol For BIND

2024-09-27 Thread Mark Andrews
records. All this needs to go through the IETF. -- Mark Andrews > On 28 Sep 2024, at 07:54, Terik Erik Ashfolk wrote: > > According to the page > https://blog.apnic.net/2021/08/25/multi-signer-dnssec-models/ > in MODEL 2. > I added an improved image as attachment. > > MUL

Re: Determining case of REFUSED queries

2024-09-19 Thread Mark Andrews
id 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61

Re: named-checkzone fail

2024-09-11 Thread Mark Andrews
> On 11 Sep 2024, at 16:06, Lee wrote: > > On Tue, Sep 10, 2024 at 10:52 PM Mark Andrews wrote: >> >>> On 11 Sep 2024, at 12:10, Lee wrote: >>> >>> On Tue, Sep 10, 2024 at 6:17 PM Mark Andrews wrote: >>>> >>>> Comma is legal

Re: named-checkzone fail

2024-09-10 Thread Mark Andrews
> On 11 Sep 2024, at 12:10, Lee wrote: > > On Tue, Sep 10, 2024 at 6:17 PM Mark Andrews wrote: >> >> Comma is legal in a domain name. It isn’t legal in a host name which are a >> subset of domain names. Named-checkzone is working exactly as it should. > >

Re: named-checkzone fail

2024-09-10 Thread Mark Andrews
Comma is legal in a domain name. It isn’t legal in a host name which are a subset of domain names. Named-checkzone is working exactly as it should. If the current origin is example.com. then comma expands to ,.example.com. as it is treaded as a relative name. -- Mark Andrews > On 11

Re: bind918 malfunction?

2024-09-05 Thread Mark Andrews
> > ---+----- > 117965258 | ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: ** > + > | ;; flags: qr rd ra; QUESTION: 1, ANSWER: 0, AUTHORIT

Re: BIND statistics

2024-08-26 Thread Mark Andrews
> -- > 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

Re: BIND statistics

2024-08-26 Thread Mark Andrews
On further reflection I suspect broken clocks. Named uses If-Modified-Since to determine whether to resend the style file. Named uses the server’s start time as the modification time in that calculation. > On 26 Aug 2024, at 11:06, Mark Andrews wrote: > > We are probably not

Re: BIND statistics

2024-08-25 Thread Mark Andrews
o looks like I'll have to find out why collecting BIND > stats via collectd (5.12.0) no longer works after upgrading to > 9.20.x. > > Best regards, > > - Håvard > -- > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from > this list > >

Re: v6-bias

2024-08-18 Thread Mark Andrews
> On 19 Aug 2024, at 00:59, Marco Moock wrote: > > Am 18.08.2024 um 23:44:26 Uhr schrieb Mark Andrews: > >>> On 18 Aug 2024, at 20:32, Marco Moock wrote: > >> It is. Go to the product page. Look at panel 3 “Configuration". >> Click on "Admini

Re: I want to know why I suddenly can't resolve names.

2024-08-18 Thread Mark Andrews
. There are no DLV records there to lookup. https://kb.isc.org/docs/disable-dnssec-lookaside-dlv-now-heres-how Also I am not going to ask operations what happened 2 weeks ago to cause the signature to be momentarily bad. Mark > On 19 Aug 2024, at 10:51, 秋林峻祐 wrote: > > This will be

Re: v6-bias

2024-08-18 Thread Mark Andrews
> 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 >

Re: !AAAA in statistics

2024-08-15 Thread Mark Andrews
Negative cache entries. -- Mark Andrews > On 15 Aug 2024, at 22:10, Marco Moock wrote: > > Hello! > > named.stats includes that: > > [...] > ++ Cache DB RRsets ++ > [View: default] >3184 A >1059 NS >

Re: statistics-channels

2024-08-12 Thread Mark Andrews
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/li

Re: Adding Extra Text to EDNS EDE Responses in BIND 9.19.24

2024-08-12 Thread Mark Andrews
he 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 -- Mark Andrews, ISC 1 Seymour St., Dundas

Re: strange reply dumped URGENT

2024-07-15 Thread Mark Andrews
estadmin.ovh { type secondary; file “testadmin.ovh.db”; primaries { 2803:1920::4:a09; }; }; e.g. dig testadmin.ovh @199.38.247.210 Mark > On 15 Jul 2024, at 22:51, Herman Brule wrote: > > Hi, > Sorry I had to fix for my customer the domain ore.org.bo, but I have ope

Re: qname minimisation per domain

2024-07-15 Thread Mark Andrews
oftware 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Austra

Re: strange reply dumped URGENT

2024-07-14 Thread Mark Andrews
IPv4 only): zone ore.org.bo { type secondary; file "ore.org.bo.db”; primaries { 45.225.75.8; }; }; Alternatively you can add IPv6 to an IPv4 only machine using services like https://tunnelbroker.net/ even when the ISP does not support IPv6. Mark > On 15 Jul 2024, at 11

Re: strange reply dumped URGENT

2024-07-14 Thread Mark Andrews
OOKIE: 42c6758d745eb62b0100669463baea9db7cd3474c256 (good) ;; QUESTION SECTION: ;smtp.ore.org.bo. IN A ;; ANSWER SECTION: smtp.ore.org.bo. 3266 IN A 45.225.75.8 ;; Query time: 264 msec ;; SERVER: 45.225.75.8#53(45.225.75.8) (UDP) ;; WHEN: Mon Jul 15 09:48:10 AEST 2024 ;; MSG SIZE rcvd:

Re: strange reply dumped URGENT

2024-07-12 Thread Mark Andrews
gt; 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 --

Re: strange reply dumped URGENT

2024-07-12 Thread Mark Andrews
behave like a stub resolver for the specified namespace rather than being an iterative resolver. Transfer the zone from the hidden primary rather than configuring forward mode. zone ore.org.bo { type secondary; file “ore.org.bo.db”; primaries { 2803:1920::c:1963; }; }; Mark

Re: qname minimization: me too :(

2024-06-24 Thread Mark Andrews
continue. If people where willing to put up with NXDOMAIN being returned rather than the data that is later found by continuing or not using QNAME minimisation the default could be changed. 'But it “works" when I ask Google' is a hard thing to fight against. Mark > On 25 Jun 20

Re: qname minimization: me too :(

2024-06-24 Thread Mark Andrews
It’s just a false positive when the result is NXDOMAIN. Because people forget to put delegating NS records in parent zones when both are served by the same server the lookups continue on NXDOMAIN. There is an issue to address this. -- Mark Andrews > On 25 Jun 2024, at 06:36, Peter wr

Re: can I provide invalid HTTPS values for testing?

2024-06-20 Thread Mark Andrews
> On 20 Jun 2024, at 15:29, Michael Richardson wrote: > > > Mark Andrews wrote: >> Named and nsupdate validate input for types they know about (both text >> and wire). You would have to use versions that are not HTTPS aware and >> use unknown type format. >

Re: can I provide invalid HTTPS values for testing?

2024-06-19 Thread Mark Andrews
Named and nsupdate validate input for types they know about (both text and wire). You would have to use versions that are not HTTPS aware and use unknown type format. Mark > On 20 Jun 2024, at 11:39, Stephen Farrell wrote: > > > Hiya, > > Apologies if this is a repeat, I s

Re: SERVFAIL error during the evening

2024-06-13 Thread Mark Andrews
tware 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, A

Re: Reuse RPZ zones between views

2024-06-12 Thread Mark Andrews
Have you read the fine documentation on BIND where it is stated this is not (currently) possible? If you want to extend named to support this we would be happy to review a change request. It is complicated however which is why it has not been done. -- Mark Andrews > On 13 Jun 2024, at

Re: dnssec-policy default - where/how to determine what all its settings are?

2024-06-06 Thread Mark Andrews
gt; 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 >> >> >> -- >> - Andrew "lathama" Latham - >>

Re: Problem with a certain domain

2024-06-04 Thread Mark Andrews
rs 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/mai

Re: Debugging TSIG signed nsupdate problems

2024-05-27 Thread Mark Andrews
> On 27 May 2024, at 16:06, Erik Edwards via bind-users > wrote: > > Hello Mark & List, > > Thank you for responding, I'm running bind-9.18.26-1.fc40.x86_64 and using > nsupdate 9.16.27-Debian to send the updates, using rndc Version: 9.18.26. > > I'm

Re: Debugging TSIG signed nsupdate problems

2024-05-26 Thread Mark Andrews
given NOTHING for people to work with to help you. Mark > On 27 May 2024, at 13:39, Mark Andrews wrote: > > > >> On 25 May 2024, at 03:25, Erik Edwards via bind-users >> wrote: >> >> algorithm hmac-sha256; >> >> named-checkconf -p shows

Re: named fails to start with bind-9.18.0

2024-05-20 Thread Mark Andrews
startup phase. It has to daemonize then finish its startup. The parent process waits for the startup to complete and then exits with an appropriate error code. Somewhere in that startup something has failed. Mark > On 21 May 2024, at 14:10, avijeet gupta wrote: > > My Apologies. I

Re: RFC8482: Implementation through HINFO record

2024-05-20 Thread Mark Andrews
DNSSEC or adding a HINFO record for every name in your zone when offline signing. Mark -- Mark Andrews > On 21 May 2024, at 00:31, Ondřej Surý wrote: > > I would suggest you to create a feature request in our GitLab. This way it > won't get lost > in the tides of time

Re: RFC8482: Implementation through HINFO record

2024-05-20 Thread Mark Andrews
Named does not support this. There is no requirement to support this. -- Mark Andrews > On 21 May 2024, at 00:04, Amaury Van Pevenaeyge > wrote: > >  > Hello everyone, > > How is it possible to set up a resource record of type HINFO so that it is > returned on e

Re: Missing cookie

2024-05-19 Thread Mark Andrews
on ISC’s behalf don’t support DNS COOKIE where as those run by ISC directly do. Changes in routing can mean that the particular instance that answers your query will change. Mark > -- > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from > this list &g

Re: queries for "_.domain"

2024-05-17 Thread Mark Andrews
reports due to garbage records at the zone apex. Mark -- Mark Andrews > On 17 May 2024, at 23:31, Stephane Bortzmeyer wrote: > > On Fri, May 17, 2024 at 03:25:01PM +0200, > Matus UHLAR - fantomas wrote > a message of 43 lines which said: > >> I have noticed that BI

Re: Special-use names and RPZ

2024-05-14 Thread Mark Andrews
h 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHON

Re: Truncated TCP ?

2024-05-05 Thread Mark Andrews
ut what would lead to truncated TCP > traffic in the context of DNS ? Usually it is a software bug in the server where it doesn’t support 65535 byte responses or incorrectly applies UDP limits to TCP. Very occasionally the response actually won’t fit in 65535 bytes. Whatever it was I’m not seein

Re: dnssec-analyzer.verisignlabs.com aaaa lookup fail

2024-05-01 Thread Mark Andrews
> On 1 May 2024, at 22:25, Walter H. via bind-users > wrote: > > On 01.05.2024 01:33, Mark Andrews wrote: >> >>> On 1 May 2024, at 03:32, Lee wrote: >>> >>> On Mon, Apr 29, 2024 at 11:40 PM Walter H. wrote: >>>> On 29.04.2024 22:19,

Re: dnssec-analyzer.verisignlabs.com aaaa lookup fail

2024-04-30 Thread Mark Andrews
is 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 -- Ma

Re: dnssec-analyzer.verisignlabs.com aaaa lookup fail

2024-04-29 Thread Mark Andrews
:54 AEST 2024 ;; MSG SIZE rcvd: 203 % > On 30 Apr 2024, at 06:55, Lee wrote: > > On Sun, Apr 28, 2024 at 7:56 PM Mark Andrews wrote: >> >> It isn’t DNSSEC. It’s a badly configured DNS server that is claiming that it >> serves .com rather than dnssec-analy

Re: dnssec-analyzer.verisignlabs.com aaaa lookup fail

2024-04-29 Thread Mark Andrews
port 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2

Re: dnssec-analyzer.verisignlabs.com aaaa lookup fail

2024-04-29 Thread Mark Andrews
I prefer to only name and shame when I’m 100% sure of the target. -- Mark Andrews > On 30 Apr 2024, at 06:56, Lee wrote: > > On Sun, Apr 28, 2024 at 7:56 PM Mark Andrews wrote: >> >> It isn’t DNSSEC. It’s a badly configured DNS server that is claiming that it >&

Re: dnssec-analyzer.verisignlabs.com aaaa lookup fail

2024-04-29 Thread Mark Andrews
And the SMTP server doesn’t need to listen on IPv6 if it isn’t going to accept messages over that transport. Talk about a way to DoS yourself. -- Mark Andrews > On 30 Apr 2024, at 06:19, Lee wrote: > > On Sun, Apr 28, 2024 at 2:18 AM Walter H. via bind-users > wrote: > >

Re: Question about resolver

2024-04-28 Thread Mark Andrews
/dnssec/> > > Hi Josh, > > Ok, sounds good! > > - J > > -- > 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

Re: dnssec-analyzer.verisignlabs.com aaaa lookup fail

2024-04-28 Thread Mark Andrews
-records ... > > would it be a problem with just this DNS zone, why are only problems getting > the IPv6? > > > -- > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from > this list > > ISC funds the development of this software with paid support

Re: Question about resolver

2024-04-26 Thread Mark Andrews
. Named was looking up theses NS records I.e. chasing the DS servers. This can result in named finding delegation errors. QNAME minimisation also exposes these errors as it also does NS queries. Garbage in breakage out. -- Mark Andrews > On 27 Apr 2024, at 00:45, J Doe wrote: > > On 2

Re: Broken DNS QNAME Recovery

2024-04-22 Thread Mark Andrews
No. “Forward zones” are not DNS zones. They are overrides to the DNS resolution processes that just happened to be configured in named by overloading the zone syntax element. Similarly stub and static stub are not zones. The are other things. -- Mark Andrews > On 23 Apr 2024, at 01

Re: Broken DNS QNAME Recovery

2024-04-21 Thread Mark Andrews
pport 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61

Re: Answers for www.dnssec-failed.org with dnssec-validation auto;

2024-04-17 Thread Mark Andrews
; 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 > bi

Re: "bad cache-hit" or "bad-cache hit"

2024-04-16 Thread Mark Andrews
It a hold down cache on bad lookups. The timeout is 10 minutes. To prove whether a zone is secure or not DS records at delegations in the chain are looked up. Sometimes that fails. This cache records that failure. -- Mark Andrews > On 17 Apr 2024, at 07:03, John Thurston wr

Re: Some Authoritative-Only BCPs

2024-03-28 Thread Mark Andrews
Also authoritative servers lookup information. This includes addresses of nameservers to send NOTIFY messages. DS queries as part of DNSSEC key management. DNSKEY queries as part of DNSSEC trust anchor management. Plus whatever else is required to resolve those queries. -- Mark Andrews

Re: transfert master slave

2024-03-25 Thread Mark Andrews
Allow-notify is additive. You can’t block notify from primaries. -- Mark Andrews > On 25 Mar 2024, at 22:34, sami.ra...@sofrecom.com wrote: > >  > Hello community, > I'm trying to configure a DNS slave server (192.168.56.157) . I want to allow > notificatio

Re: Insecurity proof failed

2024-03-12 Thread Mark Andrews
. Mark > On 12 Mar 2024, at 22:50, Borja Marcos wrote: > > Hi, > > This is driving me nuts. I have three BIND 9.18.24 running on FreeBSD. Two of > them on FreeBSD 14, one on FreeBSD 13.2. > > Just one of the servers is failing to resolve a single domain comp

Re: opendnssec -> inline-signing

2024-03-07 Thread Mark Andrews
to do this. Once your existing keys are omnipresent you can update the lifetime to what you want to run with. On 8 Mar 2024, at 10:57, Mark Andrews wrote: > > > >> On 8 Mar 2024, at 10:54, Randy Bush wrote: >> >>> You DS and DNSKEY rrset are not matched. You

Re: opendnssec -> inline-signing

2024-03-07 Thread Mark Andrews
; liaN92BRsQO0ykBep+HxH85CXPhqBMnl2Z43guX2t+QZ >> B36h61FrpFOt7RUnvJ8Pn3Rz+kx1VVOIsw== ) >> >>> https://git.rg.net/randy/randy/src/master/scratch.md > > yes, we can see that, as we noted. and yes we could rekey 42 zones at > the parents; great fun. > > but WH

Re: opendnssec -> inline-signing

2024-03-07 Thread Mark Andrews
oftware 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117,

Re: KeyTrap fix breaks resolving semi-bogus paste.debian.net/snow-crash.org

2024-02-14 Thread Mark Andrews
rypto is performed so it wouldn’t be too expensive to skip to the next RRSIG on those error codes but really you shouldn’t be publishing broken RRSIGs. Mark > On 15 Feb 2024, at 11:25, Mark Andrews wrote: > > Well if you are attacking the resolver by sending invalid RRSIGs ... > >

Re: KeyTrap fix breaks resolving semi-bogus paste.debian.net/snow-crash.org

2024-02-14 Thread Mark Andrews
/>...) > > (I also did/will tell Quad9 about it for their information.) > > Cheers, > -- > Matt Nordhoff > -- > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from > this list > > ISC funds the development of this software with paid support subsc

Re: dns_diff_apply / "del not exact" logging

2024-02-14 Thread Mark Andrews
Transfer from a single address. The IXFR transfer is detecting that a record is being asked to be deleted but it is not present in the zone. Named will fallback to an AXFR. The logs have been extended recently to provide more details. -- Mark Andrews > On 14 Feb 2024, at 18:41, Andrea

Re: Answers from subzone even when superzone has a delegation elsewhere

2024-02-13 Thread Mark Andrews
Additionally this behaviour is specified in RFC1034 so every nameserver should do this. -- Mark Andrews > On 14 Feb 2024, at 02:24, Friesen, Don CITZ:EX via bind-users > wrote: > > Andy, > The existence of 8.f.0.f.1.f.1.0.8.a.b.0.1.0.0.2.ip6.arpa as an > authoritative

Re: Value of a DNSSEC validating resolver

2024-02-11 Thread Mark Andrews
> On 9 Feb 2024, at 21:40, Petr Menšík wrote: > > Hello Mark, > > allow me here to correct your statement. We spent in Red Hat some time > thinking and testing validating clients. Validating resolver is *not* > necessary for validating clients to work. They are b

Re: Value of a DNSSEC validating resolver

2024-02-09 Thread Mark Andrews
-- Mark Andrews > On 10 Feb 2024, at 04:18, Randy Bush wrote: > >  >> >> I admit here we most often work with internal only forwarders, which >> are not accessible from outer internet. So those won't be under attack > > i am always impressed by securi

  1   2   3   4   5   6   7   8   9   10   >