How can I get meaningfull names in the "Host" column?

This is a section from my STATUS page (https://w.x.y.z/cgi-bin/luci/admin/status/overview):

Is there any way to replace the string (fe80::b01e:dff:fec9:7383) with a host name?
I'm on OpenWRT 24.10.4

Regards, Martin

populate /etc/ethers, add it to sysupgrade.conf so it doesn't get wiped by future upgrades.

  • BTW, that string is an IP address
  • In addition to the other user's comment, you might be able to determine why your clients aren't sending a hostname (depending on OS)

If this is a dumb AP, there are scripts you can implement on the main router to copy hostnames to the AP. Depends what the main router OS is, however (OpenWrt or other).

Tell me more... Can it be displayed as a number I'd recognise (w.x.y.z)?

Yes it it. I'll have a read through the link you provided. My first thought is that it may be more trouble than its worth? Adding to /etc/ethers seems to be doing the job nicely.

Regards, M.

I assume you mean a [recognizable] IPv4 address?

It's actually a link local IPv6 address.

OK, the behavior (i.e., no hostname and IPv4) is because it's an AP.

And any instruction for copying the names from the main router probably assume they both run OpenWRT.

4 Likes