AMWA-TV / nmos

Networked Media Open Specifications: Introduction
https://specs.amwa.tv/nmos
Other
121 stars 20 forks source link

[Wiki] Update DNS Server Configuration with examples for dnsmasq and Windows DNS #11

Closed garethsb closed 5 years ago

garethsb commented 5 years ago

Reminder to self: contribute examples for dnsmasq and Windows DNS to the configuration guide at https://github.com/AMWA-TV/nmos/wiki/Configuration-Guide#dns-server-configuration.

garethsb commented 5 years ago

Done, though it can no doubt be improved on!

andrewbonney commented 5 years ago

Thanks Gareth. I noted the _services records for dnsmasq weren't listed. Could you see if the following looks right to you and if so I can always add it in:

ptr-record=_services._dns-sd._udp.dns.nmos.tv,_nmos-registration._tcp.dns.nmos.tv
ptr-record=_services._dns-sd._udp.dns.nmos.tv,_nmos-query._tcp.dns.nmos.tv
garethsb commented 5 years ago

I saw those in the BIND config; I didn't put those in for my examples because I haven't needed them. I see now they're for Service Type Enumeration to make avahi-browse -a and the like work? I hadn't been able to make this work yet, but I'll give it a go.

andrewbonney commented 5 years ago

Yeah that's the idea, purely useful for debug, it shouldn't have an effect on the ability of a Node to find a registry etc.