Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a manual? [Other] #547

Closed
5 tasks done
online-stuff opened this issue Jan 26, 2022 · 6 comments
Closed
5 tasks done

Is there a manual? [Other] #547

online-stuff opened this issue Jan 26, 2022 · 6 comments

Comments

@online-stuff
Copy link

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]):

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.

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
Copy link
Owner

WillyXJ commented Jan 27, 2022

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
Copy link
Author

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
Copy link
Owner

WillyXJ commented Feb 2, 2022

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
Copy link
Author

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

@WillyXJ
Copy link
Owner

WillyXJ commented Feb 9, 2022

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
Copy link
Owner

WillyXJ commented Mar 10, 2023

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

@WillyXJ WillyXJ closed this as completed Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants