RE: Full automatic DNSSEC for hosted zones/domains

2020-04-07 Thread Philippe Maechler
Hello bind users > The answer is almost, as long as the zone has a DNSSEC policy configured: > > zone "newdomain.de" { > type master; > file "../master/newdomain.de"; > dnssec-policy default; > } > > The only thing not yet fully automated is submitting the DS to the > parent. You can do tha

RE: dhclient hook not overwritten /etc/resolv.conf

2019-12-19 Thread Philippe Maechler
Hi Zhengyu Pan Have you tried to put this nameserver address in dhclient.conf? >From man dhclient.conf append { [option declaration] [, ... option declaration] } If for some set of options the client should first use the values supplied by the server, if a

RE: named cpu usage pretty high because of dns_dnssec_findzonekeys2 -> file not found

2019-03-12 Thread Philippe Maechler
Hello Mark and bind users Thank you for the explanations. Some things are still not clear to me... > -Original Message- > From: Mark Andrews > Sent: Monday, March 11, 2019 8:53 AM > To: Philippe Maechler > Cc: bind-users@lists.isc.org > Subject: Re: named cpu

named cpu usage pretty high because of dns_dnssec_findzonekeys2 -> file not found

2019-03-11 Thread Philippe Maechler
Hello List Today our bind server started with the following log contents: 11-Mar-2019 07:41:06.599 general: warning: dns_dnssec_findzonekeys2: error reading /usr/local/etc/namedb/keys/glattweb.ch/Kglattweb.ch.+013+33518.private: file not found 11-Mar-2019 07:41:06.600 general: warning: dns_dn

RE: FW: Bind9.11: dnssec inline signing, cds records and catalog zones

2018-12-21 Thread Philippe Maechler
Hi Daniel Thanks for your answer. It's your "fault" that I'm doing dnssec stuff and posting here, I saw your speech at SwiNOG 😊 >If your keys have appropriate timing metadata, then the CDS/CDNSKEY >records are published for your zones automatically: > >See man dnssec-keygen >... >Timing option

RE: Bind9.11: dnssec inline signing, cds records and catalog zones

2018-12-21 Thread Philippe Maechler
regarding my OT question for dnssec-keymgmr: I found it 😊 I had to enable the python option (Build with python utilities) when building the port /BR Philippe From: bind-users On Behalf Of Philippe Maechler Sent: Friday, December 21, 2018 2:33 PM To: bind-users@lists.isc.org

FW: Bind9.11: dnssec inline signing, cds records and catalog zones

2018-12-21 Thread Philippe Maechler
Hello bind-users The previous mail was sent from a foreign address and need the approval of a moderator. Therefor I cancelled the submission and resending this mail with the correct address. Since a few years I'd like to activate dnssec for our zones but didn't made the changes, because

RE: Queries related to RPZ

2018-04-17 Thread Philippe Maechler
Hello blason I'm not an RPZ expert, but we have a running RPZ configuration >From named.conf zone "rpz.zone" { typemaster; file"/etc/namedb/master/rpz.zone.db"; allow-query { localhost; }; allow-transfer { 192.168.3.0/24; }; }; And i

RE: Bind9 on VMWare

2016-01-13 Thread Philippe Maechler
> > > Complexity? > > > > which complexity? > > > > a virtual guest is less complex because you don't need a ton of daemons > > for hardware-monitoring, drivers and what not on the guest > > For me the relevant comparison is my ordinary OS vs. my ordinary OS + > VMWare. > > > complex are 30 phyisc

RE: Bind9 on VMWare

2016-01-13 Thread Philippe Maechler
>> I'm not sure if it is a good thing to have physical serves, although we have >> a vmware cluster in both nodes which has enough capacity (ram, cpu, disk)? >> I once read that the vmware boxes have a performance issue with heavy udp >> based services. Did anyone of you face such an issue? Are yo

Bind9 on VMWare

2016-01-13 Thread Philippe Maechler
Hello bind-users We have to deploy new auth. and caching DNS Servers in our environment and we're unsure how we should set it up. current setup - We currently have two main pop's and in each one a physical auth. and caching server. All four boxes are running Bind9.x on FreeBSD au

AW: file descriptors and max-clients-per-query

2009-05-27 Thread Philippe Maechler
Thanks for the feedback > How many sockets are open when you see this message? Normally the > socket() call shouldn't fail even if named uses many sockets > (it will fail anyway, but the failure mode is normally > different), so it's very odd to see the above message. As Jeremy suggested we

AW: file descriptors and max-clients-per-query

2009-05-14 Thread Philippe Maechler
Hello Jeremy > > > > I'm running a bind 9.4.2-p2 and a 9.5.1-P1 both on a > FreeBSD 6.x box > > as caching servers. > > let's call them ns1 and ns2 :P > > > > short after we shutdown server one we get error messages on > the other server > > -> socket: too many open file descriptors > > What

file descriptors and max-clients-per-query

2009-05-13 Thread Philippe Maechler
Hello Everybody I'm running a bind 9.4.2-p2 and a 9.5.1-P1 both on a FreeBSD 6.x box as caching servers. let's call them ns1 and ns2 :P short after we shutdown server one we get error messages on the other server -> socket: too many open file descriptors I tried to recompile named with FD_SETSIZ