Old kernels from FC19

Björn Persson bjorn at xn--rombobjrn-67a.se
Tue Nov 5 10:59:14 UTC 2013


Łukasz Trąbiński wrote:
> when i boot machines with many ethernet devices I got
> random number ethX. Once eth0 is eth0, after reboot eth0 is eth1.
> After again boot eth1 is eth1 and so on.

I had a problem like that, which began when I upgraded to Fedora 17. I
worked around it by writing these Udev rules in a file
named /etc/udev/rules.d/01-network-interface-naming.rules:

ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="00:0c:46:16:d0:bc", NAME:="world"
ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="00:1e:8c:cf:cd:e5", NAME:="gigabit"
ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="00:16:6f:a9:95:34", NAME:="wifi"

-- 
Björn Persson

Sent from my computer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20131105/04a39366/attachment.sig>


More information about the devel mailing list