<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    this is an old thread, but just ran into the problem again and could
    not find a workable solution in the BlueOnyx archives<br>
    Found something similar to this on the Internet, changed for
    BlueOnyx use,  and it worked a treat...<br>
    <br>
    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.<br>
    <ol>
      <li>vi /etc/udev/rules.d/70-persistent-net.rules <b>change ONLY
          the "NAME=" .</b></li>
      <li># This file was automatically generated by the
        /lib/udev/write_net_rules<br>
        # program, run by the persistent-net-generator.rules rules file.<br>
        #<br>
        # You can modify it, as long as you keep each rule on a single<br>
        # line, and change only the value of the NAME= key.<br>
        <br>
        # PCI device 0x8086:0x10d3 (e1000e)<br>
        SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
        ATTR{address}=="00:25:90:93:3b:a2", ATTR{type}=="1",
        KERNEL=="eth*", NAME="eth0"<br>
        <br>
        # PCI device 0x8086:0x10d3 (e1000e)<br>
        SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
        ATTR{address}=="00:25:90:93:3b:a3", ATTR{type}=="1",
        KERNEL=="eth*", NAME="eth1"<br>
        <br>
        # PCI device 0x8086:0x10d3 (e1000e)<br>
        SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
        ATTR{address}=="68:05:ca:0b:be:e1", ATTR{type}=="1",
        KERNEL=="eth*", NAME="eth2"<br>
        <br>
      </li>
      <li><br>
      </li>
      <li>Go to /etc/sysconfig/network-scripts</li>
      <li>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)</li>
      <li>reboot</li>
    </ol>
    <div class="moz-signature">-- <br>
      Gerald</div>
  </body>
</html>