check network configuration and MAC address Topic is solved
check network configuration and MAC address
How can one check the current network settings and MAC address? ifconfig is not available. Is there a utility in DietPi that display this information?
Re: check network configuration and MAC address
Code: Select all
networkctl status eth0
Re: check network configuration and MAC address
Hi,
ifconfig deprecated.
https://www.techrepublic.com/article/pr ... -ifconfig/
But you can use ip commands to show network status/settings like
ifconfig deprecated.
https://www.techrepublic.com/article/pr ... -ifconfig/
But you can use ip commands to show network status/settings like
Code: Select all
ip a
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team