Identifying Interfaces by flashing thier led's

December 13, 2018 in linux ‐ 1 min read

You can use the ethtool to identify a network interface. ethtool -p <interface>

You can see the result at the yellow blinking LED below.

image

Unfortunately not every network interface supports this feature.

Cheers, Ori