Hi,

On Sun, Sep 01, 2024 at 08:40:31PM -0700, John Conover wrote:
> The MAC is router usually aligned internally by the router, and
> contains unique hex digits.
> 
> Does any anyone recall how to query the digits to the display?

$ ip -j link | jq '.[] | select(.address) | .ifname + ": " + .address'
"lo: 00:00:00:00:00:00"
"enp0s31f6: 10:7b:44:93:fa:c4"
"wlp3s0: 8a:48:9b:8d:09:da"
"br0: d2:1d:7d:50:18:08"

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting

Reply via email to