FS#35267 - [udev] from suystemd doesn't work for network cards
Attached to Project:
Arch Linux
Opened by Giovanni (ksniffer) - Tuesday, 14 May 2013, 08:14 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 14 May 2013, 19:49 GMT
Opened by Giovanni (ksniffer) - Tuesday, 14 May 2013, 08:14 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 14 May 2013, 19:49 GMT
|
Details
I have got 2 network cards, so I created the file
/etc/udev/rules.d/10-network.rules and it's:
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="b8:ac:6f:2c:77:e9", NAME="eth0" SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:10:18:6f:5f:41", NAME="eth1" Very often network cards is not assigned with that names and I have to set the IP address by ifconfig after the boot considering that the whole network configuration is wrong cause of the wrong eth* name assignment. I have systemd 204-1, kernel 3.9.2-1 and netclt 1.0-1 installed. |
This task depends upon
Closed by Dave Reisner (falconindy)
Tuesday, 14 May 2013, 19:49 GMT
Reason for closing: Won't fix
Additional comments about closing: Nothing to do here. Renaming within the kernel namespace is racy and will not work.
Tuesday, 14 May 2013, 19:49 GMT
Reason for closing: Won't fix
Additional comments about closing: Nothing to do here. Renaming within the kernel namespace is racy and will not work.
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-January/024231.html