On 23.06.2013 16:29, Tom Horsley wrote: > On Sun, 23 Jun 2013 16:17:55 +0200 > poma wrote: > >>> Boot with "biosdevname=0" or "biosdevname=0 net.ifnames=0" and use >>> eth[0,1..] as before. >> >> yum erase biosdevname ;) > > Yea, that works for f18, but in f19, they have yet another > immutable name generator so that if you merely erase biosdevname > you wind up getting this new thing which generates even more > descriptive names, something like "erdxq27p" (OK, I made > that up :-). F18 still stands! F19/20 - https://lists.fedoraproject.org/mailman/listinfo/test :) > And as near as I can tell the udev rule that would generate > the 70-persistent-net file for me is utterly gone, so > I have to dig up cryptic syntax to make my own persistent > name file. … /etc/udev/rules.d/70-persistent-net.rules SUBSYSTEM=="net", ACTION=="add", <UNIQ PROP.1>=="foobar", <UNIQ PROP.2>=="foobar", …, KERNEL=="eth*", NAME="<NIC RE-NAME>" udevadm info -a -p /sys/class/net/<NIC NAME> Ref. http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ poma -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org