Marco d'Itri a écrit :
> On Oct 19, Jean Marc Lacroix <[EMAIL PROTECTED]> wrote:
>
>   
>> When inserting driver ethernet module, the kernel rename the interface name
>> from eth1 to eth1_rename as follow.
>>     
> Please provide the content of /etc/udev/rules.d/z25_persistent-net.rules .
>
>   
[EMAIL PROTECTED]:~]
-> cat /etc/udev/rules.d/z25_persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, probably run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:10:b5:96:53:a8",
NAME="eth0"

SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="a5:a5:a5:a5:a5:a5",
NAME="eth1"

# PCI device 0x10ec:0x8029 (ne2k-pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="52:54:00:eb:e8:16",
NAME="eth0"

# PCI device 0x10ec:0x8029 (ne2k-pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:80:ad:91:a0:19",
NAME="eth0"

# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:10:83:01:3b:b8",
NAME="eth0"


-- 
--------------------------------------
 -- Jean-Marc LACROIX                 --
  -- mailto : [EMAIL PROTECTED] --
    ---------------------------------------


Reply via email to