Re: DDNS with extra vhosts...

2019-10-02 Thread John Robson via bind-users
As promised... I now have this close enough to working as makes no odds for me ;) There were a few bumps along the way, in particular Jan-Piet Mens says in this (rather old, but still top hit in google) blog post: https://jpmens.net/2011/07/06/execute-a-script-when-isc-dhcp-hands-out-a-new-lease/

Re: DDNS with extra vhosts...

2019-10-02 Thread Petr Mensik
Hi John, I came to similar example and wanted possible names also under developer namespace. Something like dev1.user.example.org, you could add to zone user.example.org: dev1.user.example.org. IN NS dev1.example.org. Then configure dev1 like Ondřej suggested, set dev1.example.org IP from DHCP.

Re: DDNS with extra vhosts...

2019-09-29 Thread Grant Taylor via bind-users
On 9/29/19 11:22 AM, John Robson via bind-users wrote: Hi all, Hi, BUT - what I'd like to do is have `*.foo.example.org` (or even a specific listing of subdomains) point to that IP as well - to enable the various vhost based services on the test machines to be accessed without having to mes

Re: DDNS with extra vhosts...

2019-09-29 Thread Crist Clark
This isn’t really a BIND or DNS problem. There is not a standard way to do this. If you’re going for some kind of automation or orchestration of these 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 wou

Re: DDNS with extra vhosts...

2019-09-29 Thread Ondřej Surý
Hi John, like * foo.example.org. IN CNAME foo.example.org. for each host? If that’s not the case you’ll have to be more specific and less vague about your configuration... Ondrej -- Ondřej Surý — ISC > On 29 Sep 2019, at 19:22, John Robson via bind-users > wrote: > >  > Hi all, > > I've