Neil Munday

Results 21 comments of Neil Munday

Thanks for this @andymeneely - the icons look good. Yes, I was looking for a Bluetooth icon for an application I maintain to be used to show when a Bluetooth...

Hi. When PES runs its ROM scan, it calculates the Retro Achievements checksum of each ROM found for the systems that Retro Achievements supports. This checksum is saved in the...

I think the name of the script should avoid clashing with RHEL's `sosreport` tool. Perhaps `bb-sos`?

I think this could be done but would would require adding something to map the IPs to DNS entries. E.g. "time-srv._domain_", "dhcp-srv._domain_" etc. The dns_server and advanced_dns_server roles would need...

Thanks for raising this issue. It presents an interesting challenge. Whilst the complete base IP address can be used to name the reverse zone file, the contents of this file...

Thanks for the info about RFC2317. I've tried it out under OpenSUSE 15, bind 9.16.6 and I can't get it to work. If anyone would like to investigate this further,...

Apologies for missing the delegated bit of the RFC. It was actually easier to do option 2. At the moment the role places host records into xxx.yyy.zzz reverse zone files...

Thanks for the quick feedback :-) I've just updated by branch with commit: https://github.com/neilmunday/bluebanquise/commit/1f45da6e09e7cde03b15cefb9284da4d98926097 to add back the `network.is_in_dns` check to the `reverse.j2` template. The `j2_dns_server_get_first_octets` variable already had `network.is_in_dns`...

Hi, Thanks for the suggestion - I have tweaked my branch to include more `is_in_dns` checks which has resolved the forward zone file issue. In my tests with this branch...

@sla31 were you able to try out my latest commits? If you're happy with them then I could create a pull request for wider review.