* John Holland <[email protected]> [2009-08-04 21:27]:
> Searching /etc for instances of eth0 I found
> /etc/udev/rules.d/70-persistent-net.rules containing two rules:

Good catch!  I always forget about this one.

> Can I simply comment the above two lines to get things to work as
> normally, or can I change the reference to eth1 to eth0? Perhaps,
> someone has a better idea?

Yes, I suggest you use the following:

# Unknown net device (/class/net/eth0) (mv643xx_eth_port)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="mv643xx_eth_port", ATTR{type}=="1", 
KERNEL=="eth*", NAME="eth0"

It looks at the driver used for the device rather than the MAC address.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to