mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Allow RDNS to check/discover hostnames when ARP Implementation does not provide them. #3571
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#3571
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jumpsmm7 on GitHub (Mar 23, 2022).
Have a question or an idea? Please search it on our forum to make sure it was not yet asked. If you cannot find what you had in mind, please submit it here.
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
As mentioned previous problems #3142 #3597 spawned a new feature request as a result of not every ARP implementation providing Client hostname information along side it. A conundrum is created. While the addition of the reading of ARP cache allows for the addition of more Client DATA, the conundrum present means that not all clients will have hostnames available. A recipe for an incomplete client list.
Proposed Solution
A propose solution as discussed between @EugeneOne1 and I in prior issue #3142 , https://github.com/AdguardTeam/AdGuardHome/issues/3142#issuecomment-1075474442
Alternatives Considered
Additional Information
Shortened for readability
/tmp/home/root# cat /proc/net/arpIP address HW type Flags HW address Mask Device192.168.1.133 0x1 0x2 74:e1:82:36:05:ef * br0192.168.1.183 0x1 0x2 00:c3:f4:df:12:7e * br0192.168.1.17 0x1 0x2 e4:5f:01:45:57:9d * br0192.168.1.12 0x1 0x2 34:97:f6:70:16:50 * br0/tmp/home/root# arp -an? (192.168.1.133) at 74:e1:82:36:05:ef [ether] on br0? (192.168.1.183) at 00:c3:f4:df:12:7e [ether] on br0? (192.168.1.17) at e4:5f:01:45:57:9d [ether] on br0? (192.168.1.12) at 34:97:f6:70:16:50 [ether] on br0@t0niX commented on GitHub (Oct 14, 2023):
Interested in this as well.