Re: Converting between zone file formats

2023-01-30 Thread Anders Löwinger
by default, the files written by BIND when acting as a slave is not in "text" format, but is some binary file format, I beleive what is referred to as "raw" format. I've avoided this, on my slaves: zone "abundo.se" { masterfile-format text; }; I guess the binary format is m

Re: parental-agent, emtpy DS response ?

2023-01-07 Thread Anders Löwinger
ge->flags |= DNS_MESSAGEFLAG_RD; dns_message_gettempname(message, &tempname); Any reason not making this default? I don't want to track upstream nameservers... Asking my trusted resolvers is much easier :) -- Regards / Med vänlig hälsning Anders Löwinger, CEO, Abundo AB, +46

parental-agent, emtpy DS response ?

2023-01-07 Thread Anders Löwinger
r.se ds +short 59647 14 2 825E888C2FAA4F70241467A257C02C66AD5DAFDB818253B7FEB52DA4 BEB071CA -- Regards / Med vänlig hälsning Anders Löwinger, CEO, Abundo AB, +46 72 206 0322 -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development o

Re: lame-servers: SERVFAIL unexpected RCODE resolving

2022-11-26 Thread Anders Löwinger
26-Nov-2022 09:19:13.969 lame-servers: SERVFAIL unexpected RCODE resolving 'lists.opensuse.org/NS/IN': 195.135.221.195#53 Lots of errors in the zone: https://zonemaster.net/result/ff3dacdfc1e41199 -- MVH/Regards Anders Löwinger, Abundo AB, +46 72 206 0322 -- Visit https://lis

Re[2]: Configuring the location of named .jnl files

2021-04-26 Thread Anders Löwinger
g else. Acme follows CNAMEs. I've redirected all challenges to my domains to a separate subdomain, which allows dynamic updates. Works great! Regards Anders Löwinger ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from

Re: Zones-unable-update

2020-01-05 Thread Anders Löwinger
Some other issues: The domain kalam.com.sa is not 100% correct, your nameservers includes one additional NS record ns3.kalam.com.sa, compared to the delegation. Check warnings and errors here https://zonemaster.net/result/367781fc8cc487bf -- MVH/Regards Anders Löwinger, Abundo AB,

Re: Zones-unable-update

2020-01-02 Thread Anders Löwinger
ver? -- Regards Anders Löwinger ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

Re: zone-transferr-issue

2019-12-23 Thread Anders Löwinger
On 2019-12-23 11:54, MEjaz wrote: named is running fine in both master and slave, with no errors but the  zones have not been transferred and the transfers logs shows below First hit in google search "named zone transfer deferred due to quota" https://www.linuxquestions.org/questions/linux-s

Re: bind does not resolved all domains (SERVFAIL)

2017-01-13 Thread Anders Löwinger
Den 2017-01-13 kl. 09:57, skrev Clément Fevrier: > I have a weird issue. I have at least one domain that bind9 can't > resolved (phdcomics.com, so a very important one ^^ Lots of errors see https://zonemaster.net/test/26191a08ca1ca74d Delegation is incorrect. /AndersL __

Re: Can bind be configured to not drop RR's from the cache when the upstream DNS server is unresponsive

2016-03-19 Thread Anders Löwinger
On 2016-03-18 00:12, G.W. Haywood wrote: I'd just put something in /etc/hosts and send myself an email every month or so to remind me I'd done that. I once wrote a script that periodically did zonetransfer, parsed output and updated the /etc/hosts file. /Anders __

Re: SRV Request to DNS

2015-10-14 Thread Anders Löwinger
Den 2015-10-14 kl. 17:29, skrev Barry Margolin: Are there*any* current, well-known protocols that make use of SRV records to find the port? The examples I've seen just use it to find a server (analogous to the way MX records are used for mail). Examples: SIP http://www.voip-info.org/wiki/view

Re: recursive resolver, 9.9.7 works, not 9.10.x

2015-04-27 Thread Anders Löwinger
gistrars are very low. They are used to be administrators and sending bills, now they need to understand IPv6, DNSSEC and handle DS records in a secure way, possible implementing an API. It's like swimming against the stream, but I do what I can Thanks! Anders Löwinger, Abundo AB, +46

recursive resolver, 9.9.7 works, not 9.10.x

2015-04-23 Thread Anders Löwinger
;test=standard * http://dnssec-debugger.verisignlabs.com/umea.se# * http://zonemaster.se/test/8675 This one flags some errors, there are two expired and one valid RRSIG for the SOA * http://dnsviz.net/d/umea.se/dnssec/ Any tips on how to resolve this? (downgrade to 9.9.7 or is there any other sol

Re: Diagnostic help part 2

2014-10-01 Thread Anders Löwinger
On 2014-10-02 01:03, Mark Andrews wrote: > TCP has always been required for DNS except in very special > circumstances. Go read RFC 1123. Go look at the definition of > SHOULD. Unless you really knew what you were doing TCP as always > been expected to be ON. Some people refuse to enable stuff