Re: Wildcard SRV record?

2016-10-31 Thread Stephen Pape
s in the .foo zone, all pointing to the same SRV record. I'll have to deal with removing old records as users are removed, and I'll have to make sure the script runs reliably, but it works. I appreciate the help, anyway! -Stephen On Mon, Oct 31, 2016 at 6:04 PM, Mark Andrews wrote: >

Re: Wildcard SRV record?

2016-10-31 Thread Stephen Pape
ge > Networks & Communications > IT Services, Iowa State University of Science and Technology > > > >> On Oct 31, 2016, at 11:35 AM, Stephen Pape wrote: >> >> Hello all, >> >> I have bind configured with a single TLD (.foo), and inside that are >> r

Re: Wildcard SRV record?

2016-10-31 Thread Stephen Pape
Thanks, but the names aren't predictable; they're usernames. I could script something with nsupdate, if necessary, but I'd rather have a simple record than have scripting/cron. On Mon, Oct 31, 2016 at 12:44 PM, Matthew Pounsett wrote: > > > On 31 October 2016 at 12

Wildcard SRV record?

2016-10-31 Thread Stephen Pape
Hello all, I have bind configured with a single TLD (.foo), and inside that are records for a large number of subdomains (machine1.a.foo, machine2.a.foo, machine1.b.foo, machine2.b.foo, etc.). DHCP clients are assigned a domain based on some factors, but it might be a.foo, b.foo, c.foo, etc. I'm