MAC address for AD Container?

On your Nethserver prompt type the following to jump into the container:

As there is no ifconfig we have to get back to the roots…

cat /sys/class/net/host0/address

EDIT:
Oneliner from Nethserver prompt also possible:

cat /var/lib/machines/nsdc/sys/class/net/host0/address

3 Likes