-
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
Auto-populate hostnames of DHCP clients #2723
Comments
AdGuard Home works as a DHCP server in your case, right? We could auto-generate something like |
Yes, I'm running AGH as the DHCP server as its the only way to get per-device stats. What I meant is the actual hostname of the device... in case one is not available, then a generated-based-on-IP hostname can be assigned (or both could exist!) Also |
Not in the current version, but we have a task about that already. |
@ameshkov, perhaps, although I'm going to need more research into the current code to understand, how intrusive the change will be. Will set to v0.106.0 for now, and we'll see how it goes. |
Merge in DNS/adguard-home from 2723-dhcp-hostnames to master Updates #2723. Squashed commit of the following: commit f9b9d22 Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 16:47:31 2021 +0300 aghnet: fix test commit a2845d1 Merge: 74e450c 0bcea34 Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 16:45:59 2021 +0300 Merge branch 'master' into 2723-dhcp-hostnames commit 74e450c Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 16:44:08 2021 +0300 all: imp code, docs commit 77cdb12 Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 14:29:40 2021 +0300 all: add gen func, use it
Hi! Sorry, until this makes it to a stable release, I won't be able to test. |
I see, we'll close the issue for now. Please, feel free to reopen it if our solution won't work properly for you. |
Merge in DNS/adguard-home from 2723-dhcp-hostnames to master Updates AdguardTeam#2723. Squashed commit of the following: commit f9b9d22 Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 16:47:31 2021 +0300 aghnet: fix test commit a2845d1 Merge: 74e450c 0bcea34 Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 16:45:59 2021 +0300 Merge branch 'master' into 2723-dhcp-hostnames commit 74e450c Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 16:44:08 2021 +0300 all: imp code, docs commit 77cdb12 Author: Eugene Burkov <[email protected]> Date: Thu Apr 15 14:29:40 2021 +0300 all: add gen func, use it
Prerequisites
Problem Description
Currently, it's a hassle to manage DHCP leases... because I don't know the hostnames for all clients.
The
hostname
column is empty as a result. Would be nice if AdGuardHome is able to query the hostnames of connected clients and fill the field automatically.Proposed Solution
Auto detect connected devices' hostnames.
Alternatives Considered
N/A
Additional Information
N/A
The text was updated successfully, but these errors were encountered: