Bug 493995
Summary: | udev renames eth0 to eth1 for unknown reason | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jurgen Kramer <gtmkramer> |
Component: | anaconda | Assignee: | David Cantrell <dcantrell> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | harald, pjones, rmaximo, vanmeeuwen+fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-05-05 02:57:20 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jurgen Kramer
2009-04-03 16:11:56 UTC
please post the contents of you /etc/udev/rules.d/70-persistent-net.rules file As requested to contents of /etc/udev/rules.d/70-persistent-net.rules: # This file was automatically generated by the /lib/udev/write_net_rules # program run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single line. # Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rul e written by anaconda) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:24:2b:7d:1f:2 a", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0" # Marvell Technology Group Ltd. 88E8048 PCI-E Fast Ethernet Controller (rule wri tten by anaconda) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:22:33:44:5 5", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x11ab:0x4354 (sky2) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:13:77:d7:e7:3 f", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" I am not sure why anaconda wrote that made up mac address for eth0. just remove the lines for eth0 and eth1 reassigned to anaconda Fixed in anaconda-11.5.0.48-1.fc11 and later. |