sub-zone on the same server but in different backend - how?

2021-03-15 Thread lejeczek via bind-users
Hi guys. To experts that most likely be silly easy but my brain got tangled up and cannot get around it now(also being a novice) Have a zone on a server, say: - the.zone with "flat" files being the backend for it. Now wanting to have: - sub.the.zone served by the same BIND server, but stor

host your subdomain on your own ?

2021-11-12 Thread lejeczek via bind-users
Hi guys. I'm looking to setup my subdomin in-house and I'm hoping for some wise advises from experts, it's my first foray into this thus go easy on me please. zone.top - is hosted by a public registrar priv.zone.top - I want to delegate to my own bind I'd hope for some generic recipe and poin

Re: host your subdomain on your own ?

2021-11-12 Thread lejeczek via bind-users
On 12/11/2021 17:14, Reindl Harald wrote: Am 12.11.21 um 17:48 schrieb lejeczek via bind-users: Hi guys. I'm looking to setup my subdomin in-house and I'm hoping for some wise advises from experts, it's my first foray into this thus go easy on me please. zone.top -

Re: host your subdomain on your own ?

2021-11-13 Thread lejeczek via bind-users
On 13/11/2021 07:16, Erich Eckner wrote: On Sat, 13 Nov 2021, Reindl Harald wrote: > Am 12.11.21 um 18:55 schrieb lejeczek via bind-users: >> On 12/11/2021 17:14, Reindl Harald wrote: >>> wouldn't it be easier to setup two different subdomains in which case you don&#

paypal.com DNSKEY no valid signature found

2022-03-18 Thread lejeczek via bind-users
Hi guys how to troubleshoot that? ... 18-Mar-2022 14:17:41.725 warning: EVP_VerifyFinal failed (verify failure) 18-Mar-2022 14:17:41.725 info: error:0398:digital envelope routines::invalid digest:crypto/evp/pmeth_lib.c:959: 18-Mar-2022 14:17:41.725 info: validating paypal.com/DNSKEY: no va

Re: paypal.com DNSKEY no valid signature found

2022-03-18 Thread lejeczek via bind-users
? servfail or a missing ad-bit? Daniel On 18.03.22 15:25, lejeczek via bind-users wrote: Hi guys how to troubleshoot that? ... 18-Mar-2022 14:17:41.725 warning: EVP_VerifyFinal failed (verify failure) 18-Mar-2022 14:17:41.725 info: error:0398:digital envelope routines::invalid digest:crypto/evp

domain's own a record(s)

2018-09-21 Thread lejeczek via bind-users
hi everyone I have a quick questionon possibly trivial issue. I do: > update delete ddd.dom.local. 86400 in a 10.3.1.100 > send and that works, but when I try: > update add dom.local. 86400 in a 10.3.1.100 > send update failed: REFUSED ..and in logs: client @0x7fd7a40f2e40 127.0.0.1#9489/key nsu

how to dynamically change/update (own private) domain record

2018-09-22 Thread lejeczek via bind-users
hi guys is it possible to update domain(not hosts of/in the domain) records? Something like domain.local A 10.1.1.100 simple, right? I'm trying nsupdate but it refuses to do above. many thanks, L. ___ Please visit https://lists.isc.org/mailman/lis

Re: how to dynamically change/update (own private) domain record

2018-09-22 Thread lejeczek via bind-users
On 22/09/18 17:04, Reindl Harald wrote: Am 22.09.18 um 17:53 schrieb lejeczek via bind-users: is it possible to update domain(not hosts of/in the domain) records? there is nothing like "not hosts of/in the domain" Something like domain.local A 10.1.1.100 which is simply an A

Re: how to dynamically change/update (own private) domain record

2018-09-23 Thread lejeczek via bind-users
On 22/09/18 21:58, Mark Andrews wrote: The update policy rules you have don’t allow the apex to be updated. Change the rule types to “subdomain” and the name fields to “dom.local”. fantastycznie! many! thanks may I also ask why cname does not work in my setup? client @0x7f4d84094190 10.3.1

zone forward to pseudo domain(*.local) does not work

2018-10-10 Thread lejeczek via bind-users
hi guys I'm quite sure I must be missing something trivial, yet my logic here might be failing too... I have a boxA which for local clients resolves mydom.local just fine. And I've a boxB which   zone "mydom.local." IN {     forward first;     type forward;     forwarders port 53 { 10.3.1.10