How do I know my mac in TrueNas

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Code:
root@freenas2[~]# ifconfig
ix0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    description: LAN Kaiserallee
    options=e53fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
    ether 0c:c4:7a:fa:3c:72
    inet6 fe80::ec4:7aff:fefa:3c72%ix0 prefixlen 64 scopeid 0x1
    inet6 2a00:b580:a000:0:ec4:7aff:fefa:3c72 prefixlen 64 detached autoconf
    inet6 2003:a:73b:8c00:ec4:7aff:fefa:3c72 prefixlen 64 autoconf
    inet 217.29.44.24 netmask 0xffffff00 broadcast 217.29.44.255
    media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)
    status: active
    nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
[...]


You are looking for the ether value.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Also under Network | interfaces in the GUI, you can add the column MAC Address to the table.
 
Top