摘自:https://blog.csdn.net/morigejile/article/details/78598645
你的 服务器有多个网卡并且已经配置好运行当中,你却没记得eth0、eth1、eth2.....分别对应的是哪个物理的网卡,此时可以使用如下命令:
[root@mori oracle]#
[root@mori oracle]# ethtool -p eth0
此时就会看到 eth0 对应的物理口一个灯在不停的闪烁,对了。这就是我们在系统看到的那个叫eth0的网卡了,就是这么简单。