-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Best option for internal DNS A/PTR resolution? #1458
Comments
I see there's a confusion between clients and A/CNAME records.
DNS rewrites and custom filtering rules are supposed to add A/CNAME records.
This is a good way to assign client names, but it does not allow you configuring custom settings per client.
This one not only allows you to configure a human readable client name, but also lets you configure individual settings per client.
I don't fully understand what you mean and what you're trying to achieve. |
Thanks for the details. So for A records and UI client names, I'm on the correct path (except maybe moving to "Clients" instead of
I'm looking for PTR/reverse DNS lookup support, and/or how to accomplish it. For example - I'd like to do a
This worked on PiHole, and I see it referenced a bit here, I just can't determine how to configure it. |
Ah, got it, I guess this should be a feature request, we don't support PTR yet. Would you like AGH to use /etc/hosts as a source for PTR responses? |
I believe this is the simplest solution - users are already probably using |
@SlothCroissant would you like to convert this issue to a feature request or to file a new one? |
@ameshkov whatever works best for you guys - I'm new to AGH, so I'm not too versed with how you guys run issue tracking, etc. Let me know what I should do and I'll make it happen. Thanks! |
Well, there seems to be already a feature request about |
Issue Details
Question
Hopefully usability questions are allowed here - I dug through the open/closed issues as well as the wiki and I'm still unsure of the answer:
I'm configuring my various devices as static in AGH, and I'm running into some confusion on the best way to do this. What's the difference between adding an internal client to:
I've currently got my devices all laid out in both
/etc/hosts
and inCustom Filtering Rules
, and I'm resolving their A records works perfectly fine. So do I need both of these, or will only one be required? Also, what's the use case forClients
?Clients
settings seems to be the only one that could possibly be specifically used for this purpose, but want to check.Aside from all that - does
/etc/hosts
allow for rDNS/PTR lookups? I can't seem to get those working. My DHCP is running on the same Raspberry Pi, but I'm usingisc-dhcp-server
instead of the built-in AGH DHCP server (i need multiple scopes, etc). Should I make a new issue for this?The text was updated successfully, but these errors were encountered: