Main Content
Find Address of Embedded Linux Devices
To find the IP address of the Linux® device, follow these steps.
Open a terminal into the Linux device.
At the terminal, enter
ifconfig
or equivalent network configuration utility to show the network and connection information of the device.Locate the
eth0
device, and get the value ofinet addr
from the terminal output.