我沒看到大大您說的檔案
但是我找了一下可能的檔案
找到 70-persistent-net.rules
打開來之後看到了以下的內容
# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1a:4d:58:07:44", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x1106:0x3106 (via-rhine)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:05:5d:75:fb:74", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1a:4d:5d:69:72", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
也就是說我只要把原來的eth0跟eth1都刪除
然後再把eth2到最後一張卡都重新命名
理論上就是可以了是吧??
晚一點來試試,現在機器online中不能動^^