TN Scale - find the MAC address - ifconfig not available in shell?

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264


This works from the Mac side.

I was not able to find ifconfig or ipconfig in the webgui shell - is this not available?
 
Last edited:

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
It is probably your PATH, which probably does not include the "sbin" directories. The ifconfig command is located here;
/usr/sbin/ifconfig
 

Whattteva

Wizard
Joined
Mar 5, 2013
Messages
1,824
I was not able to find ifconfig or ifconfig in the webgui shell - it this not available?
That's because SCALE is Linux and they've mostly "deprecated" ifconfig in favor of ip. It's just another one of those Linuxisms.
Try ip link or ip addr instead. Those should be available even as a non super user.
 
Last edited:

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
Top