红联Linux门户
Linux帮助

Change the order of eth in Debian

发布时间:2008-07-12 00:06:13来源:红联作者:Mhynan
Edit the file of "/etc/udev/rules.d/70-persistent-net.rules" to corresponde what you want.

eg.

# PCI device 0x1106:0x3065 (via-rhine)

SUBSYSTEM=="net", DRIVERS=="forcedeth", ATTRS{vendor}=="0x1106", ATTRS{device}=="0x3065", NAME="eth0"

you could change the Value of NAME to eth1 or others.
文章评论

共有 0 条评论