[BlueOnyx:11484] Re: eth0 issues

Gerald Waugh gwaugh at frontstreetnetworks.com
Wed Oct 3 10:38:42 -05 2012


this is an old thread, but just ran into the problem again and could not 
find a workable solution in the BlueOnyx archives
Found something similar to this on the Internet, changed for BlueOnyx 
use,  and it worked a treat...

On my system, the pci card was eth0 :e1, so I changed it to eth2 and 
reordered eth0 and eth1 which have indicators on the front panel.

 1. vi /etc/udev/rules.d/70-persistent-net.rules *change ONLY the "NAME=" .*
 2. # 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, and change only the value of the NAME= key.

    # PCI device 0x8086:0x10d3 (e1000e)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
    ATTR{address}=="00:25:90:93:3b:a2", ATTR{type}=="1", KERNEL=="eth*",
    NAME="eth0"

    # PCI device 0x8086:0x10d3 (e1000e)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
    ATTR{address}=="00:25:90:93:3b:a3", ATTR{type}=="1", KERNEL=="eth*",
    NAME="eth1"

    # PCI device 0x8086:0x10d3 (e1000e)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
    ATTR{address}=="68:05:ca:0b:be:e1", ATTR{type}=="1", KERNEL=="eth*",
    NAME="eth2"

 3.


 4. Go to /etc/sysconfig/network-scripts
 5. change/add this line to each ifcfg-*  HWADDR=00:11:22:33:44:55  (mac
    accress from /etc/udev/rules.d/70-persistent-net.rules)
 6. reboot

-- 
Gerald
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20121003/8359f1ea/attachment.html>


More information about the Blueonyx mailing list