How can you identify the likely primary network interface before running ethtool?
ethtool
Select lo because loopback is always the external network connection
lo
Run df and choose the interface with the most free disk space
df
Assume the name is always eth0 on every Linux system
eth0
Run ip a and look for a non-lo interface whose state is UP
ip a
UP