WillyXJ / facileManager

A modular suite of web apps built with the sysadmin in mind.
www.facilemanager.com
GNU General Public License v2.0
85 stars 37 forks source link

Is there a manual? [Other] #547

Closed online-stuff closed 1 year ago

online-stuff commented 2 years ago

Replace everything between stars with current version of your facileManager and module installations:
fM Version : 4.2.0 fmDNS Version : 5.2.0

In raising this issue, I confirm the following (please check boxes, eg [X]):


Hello,

Is there a manual available somewhere?

GitHub shows 4.0.0 as most recent, facileManager.com shows 4.2.0.. Is github still used?

I am new to facileManager.. Is there a manual somewhere for it? Kind of lost with the interface.. I can see where to set ACLs for example and a simple Recursion Yes/No, but how do these get implemented? Can I combine them to allow authority lookups and recursion lookups from different sets of IP addresses?

How do I reorder the listed ACLs?

Lastly, for an actual bug, fmDNS accepts 127.0.0.8/8 for an ACL, but BIND9 refuses to start afterwards, because it should be 127.0.0.0/8

WillyXJ commented 2 years ago

Is there a manual available somewhere?

There still isn't a manual or documentation outside of the built-in help of the application. #455 and #307 desire the same.

GitHub shows 4.0.0 as most recent, facileManager.com shows 4.2.0.. Is github still used?

All app updates come through facilemanager.com so I create releases for there and I keep forgetting to create complete releases on github for those that prefer to initially download from here. v4.2.0-complete has been created.

I am new to facileManager.. Is there a manual somewhere for it? Kind of lost with the interface.. I can see where to set ACLs for example and a simple Recursion Yes/No, but how do these get implemented? Can I combine them to allow authority lookups and recursion lookups from different sets of IP addresses?

Yes, you would be looking for adding the "allow-query" and/or "allow-recursion" options at the Global Options level (Config->Options) or at a View level (Config->Views).

How do I reorder the listed ACLs?

When defining ACLs, the order in which they are defined should not matter. However, the order in which they are referenced would matter and that is done when you select them in the Options (with allow-query for example below). The order gets defined by the order in which you select them for reference.

Screen Shot 2022-01-26 at 5 43 21 PM

Lastly, for an actual bug, fmDNS accepts 127.0.0.8/8 for an ACL, but BIND9 refuses to start afterwards, because it should be 127.0.0.0/8

Noted, thanks.

online-stuff commented 2 years ago

Still experimenting, thank you for the response. Good hints for what to look for going forward.

I have fmDNS on a separate server from the BIND servers, not sure if this matters for my next question or not..

What is the suggested way to have DHCP client leases pushed from a DHCP server?

DHCP assigns 192.0.2.54 to WIN-559458HD.example.com

What is the best (suggested) way for the DHCP server to update the example.com zone with 192.0.2.54 WIN-559458HD?

WillyXJ commented 2 years ago

The DNS zones would need to support updates from the DHCP servers. You'd likely need to enable/configure the allow-update option on the zone(s) you want to be updated. Perhaps one or more of these results can help you.

online-stuff commented 2 years ago

'nsupdate' seems the proper way, but not sure how to get nsupdate to interact with fmDNS.

WillyXJ commented 2 years ago

nsupdate will update the zone on the DNS server itself (dynamic updates). In order to see those record changes, you'll need to enable the dynamic update support on the zone within fmDNS:

Screen Shot 2022-02-08 at 6 10 09 PM
WillyXJ commented 1 year ago

The ACL bug is now fixed in fmDNS 5.3.0 and later.