DDNS with extra vhosts...

2019-09-29 Thread John Robson via bind-users
Hi all, I've set up both ISC dhcpd and ISC bind to provide relevant services to a virtualised test lab. In the test lab obviously boxes will be brought up and down fairly frequently, and I'm aiming to minimise the amount of effort that this takes our users. So - the machines get an IP address an

Re: DDNS with extra vhosts...

2019-10-02 Thread John Robson via bind-users
>> services, there are a bunch of different places to build this in, depending >> on the tools you are using. >> >> You did mention ISC DHCP. One approach would be to use the server-side >> hooks when a lease is created or renewed. You could add a script that >>

Delegation not working from slave.

2019-10-02 Thread John Robson via bind-users
Hi all, I have an internal domain with a subdomain that I now have being dynamically updated (thanks). For the purposes of documentation I shall use: sub.example.org The main DNS server in the network (i.e. the one everyone queries) is set as a slave to my server for the example.org domain. Trans

Re: DNS RPZ Protection From DoH

2019-10-02 Thread John Robson via bind-users
On Wed, 2 Oct 2019 at 18:04, Blason R wrote: > > Block 443? Not even possible since most of the portals/web servers now a days works on TCP/443 > Pretty sure that's what he meant when he said: "This method of controlling DoH may have side-effects." ___

Re: Delegation not working from slave.

2019-10-04 Thread John Robson via bind-users
sented in a confused manner in earlier emails) Master (hosts zone file) Slave (transfers from master) Delegation - one dns server pointing at the NS for the next subdomain down. On Fri, 4 Oct 2019 at 03:57, Grant Taylor via bind-users < bind-users@lists.isc.org> wrote: > On 10/2/19 5:45 A

Re: Delegation not working from slave.

2019-10-09 Thread John Robson via bind-users
he subdomain to it's parent domain, which I thought was what was required for delegation, but clearly I've missed something in there. John On Tue, 8 Oct 2019 at 13:39, Matus UHLAR - fantomas wrote: > On 04.10.19 17:44, John Robson via bind-users wrote: > >I think