摘自:https://blog.csdn.net/morigejile/article/details/78598645
你的 服務器有多個網卡並且已經配置好運行當中,你卻沒記得eth0、eth1、eth2.....分別對應的是哪個物理的網卡,此時可以使用如下命令:
[root@mori oracle]#
[root@mori oracle]# ethtool -p eth0
此時就會看到 eth0 對應的物理口一個燈在不停的閃爍,對了。這就是我們在系統看到的那個叫eth0的網卡了,就是這么簡單。