darksky
November 10, 2022, 12:09am
1
Is there a setting I need to enable to allow my dumb AP to see the hostnames under Network>Wireless? Currently, this is not populated.
This is a common question.Search is your friend here...
One solution is here:
There are many more to be found, too ("dumb ap hostnames" in the forum search or Google).
2 Likes
darksky
November 10, 2022, 9:31am
3
Thanks for the links. I can manually populate /etc/ethers
on the dumb AP but an automatic method would be better. I cannot seem to find such a method.
For those interested, on the router, this one-liner will give the needed info in the right format to populate /etc/ethers
on the dumb AP:
cat /tmp/dhcp.leases | awk '{print $2" "$4}'
frollic
November 10, 2022, 9:47am
4
you could always cron it ...
in openwrt 19 fping worked too, look for those threads, see if it's still not able to do the same.
darksky
November 10, 2022, 9:54am
5
I thought about a script-based method + cron job as well. Might be more trouble that it's wroth as my list of clients does not change all that much.
frollic
November 10, 2022, 10:24am
6
same here, ended up using ethers, and then distributing it to all my APs.
Hudra
November 10, 2022, 10:27am
7
This is what i used when i was using Openwrt on my Ap‘s
Whilst researching this topic myself I found a number of threads with different solutions to the problem of making hostnames visibile across multiple access points. Unfortunately those threads are locked, so I'm creating this one to share my own (different) solution to the problem.
Most threads focus on getting an entry into the ARP table, using tools such as fping, arp-scan, etc.
My approach is somewhat different - I'm running a cron job to copy /tmp/dhcp.leases from the "primary" router (ie,…
3 Likes
darksky
November 10, 2022, 4:12pm
8
Wireless Access Point / Dumb Access Point Summary: This document describes how to create and add a wireless access point (AP), sometimes called a dumb AP, to an existing network with a single main router. The term dumb is used since the router...
Someone can add to/update that.
frollic
November 10, 2022, 4:56pm
9
would that someone be you ?
If you want to contribute to OpenWrt by adding useful information to the wiki, you can apply here for a wiki account.
Applying via IRC
Since there are currently no wiki administrators active in the forum, you need to apply for an account via IRC . You may use the OFTC web chat to connect to the #openwrt channel without the need to setup a dedicated IRC client.
Please send a private message (query) with your desired nickname and email address to PaulFertser who will take care of the account crea…
darksky
November 10, 2022, 5:47pm
10
@frollic - You misunderstand, I started a new section with some info on this topic; I was inviting others to contribute
2 Likes
pkmann
November 10, 2022, 10:01pm
11
I'll follow up on updating the dumb ap guide.
I never included my alternative fix threre as I was concerned the DHCP caveat might confuse newbies, however the topic keeps coming up, so I guess that warrants an update to the documentation.
3 Likes
darksky
November 11, 2022, 12:09am
12
It's good to present options, if you a write up, please append as another method.
system
Closed
November 21, 2022, 12:09am
13
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.