<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic random interfaces on boot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170890#M50633</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;the problem i have is that i want to create a bonding configuration but my network interfaces appear randomly everytime on boot (on a RHE 5.2), i have 4 eth... and everytime on boot, every NIC appear with a new eth name&lt;BR /&gt;&lt;BR /&gt;i think it can be configured every NIC to an especific eth name interface so it doesn't changes on boot,&lt;BR /&gt;&lt;BR /&gt;thanks for the help</description>
    <pubDate>Tue, 21 Apr 2009 16:16:58 GMT</pubDate>
    <dc:creator>Oscar Erbetta</dc:creator>
    <dc:date>2009-04-21T16:16:58Z</dc:date>
    <item>
      <title>random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170890#M50633</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;the problem i have is that i want to create a bonding configuration but my network interfaces appear randomly everytime on boot (on a RHE 5.2), i have 4 eth... and everytime on boot, every NIC appear with a new eth name&lt;BR /&gt;&lt;BR /&gt;i think it can be configured every NIC to an especific eth name interface so it doesn't changes on boot,&lt;BR /&gt;&lt;BR /&gt;thanks for the help</description>
      <pubDate>Tue, 21 Apr 2009 16:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170890#M50633</guid>
      <dc:creator>Oscar Erbetta</dc:creator>
      <dc:date>2009-04-21T16:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170891#M50634</link>
      <description>Hi Oscar,&lt;BR /&gt;&lt;BR /&gt;All you need to do is add the 'HWADDR' parameter (MAC definition) to your '/etc/sysconfig/network-scripts/ifcfg-eth*' files (where 'eth*' = eth0, eth1, eth2, eth3):&lt;BR /&gt;&lt;BR /&gt;$ cat /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;DHCPCLASS=&lt;BR /&gt;HWADDR=00:02:66:F2:F8:D4&lt;BR /&gt;IPADDR=209.8.20.13&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;ONBOOT=yes</description>
      <pubDate>Tue, 21 Apr 2009 18:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170891#M50634</guid>
      <dc:creator>Steven McCoy</dc:creator>
      <dc:date>2009-04-21T18:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170892#M50635</link>
      <description>You can also use udev rules. For example:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/udev/rules.d/70-persistent-net.rules&lt;BR /&gt;&lt;BR /&gt;SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:30:48:92:9f:68", NAME="eth0"</description>
      <pubDate>Tue, 21 Apr 2009 18:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170892#M50635</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-04-21T18:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170893#M50636</link>
      <description>thanks for the replies!</description>
      <pubDate>Wed, 22 Apr 2009 13:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170893#M50636</guid>
      <dc:creator>Oscar Erbetta</dc:creator>
      <dc:date>2009-04-22T13:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170894#M50637</link>
      <description>Please don't forget to assign points ;)</description>
      <pubDate>Wed, 22 Apr 2009 16:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170894#M50637</guid>
      <dc:creator>Steven McCoy</dc:creator>
      <dc:date>2009-04-22T16:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170895#M50638</link>
      <description>please, can you guide me how to assign points?&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 22 Apr 2009 16:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170895#M50638</guid>
      <dc:creator>Oscar Erbetta</dc:creator>
      <dc:date>2009-04-22T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170896#M50639</link>
      <description>Sure, to the right of each person's name (after the date) there should be a Drop-Down menu that lets you assign the number of points to each post. You can assign 0 - 10 per post. Once you have assigned them, click the 'Assign Points' button at the bottom of the page.&lt;BR /&gt;&lt;BR /&gt;Hope this helps! :)</description>
      <pubDate>Wed, 22 Apr 2009 17:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170896#M50639</guid>
      <dc:creator>Steven McCoy</dc:creator>
      <dc:date>2009-04-22T17:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: random interfaces on boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170897#M50640</link>
      <description>thank you very much!</description>
      <pubDate>Wed, 22 Apr 2009 17:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/random-interfaces-on-boot/m-p/5170897#M50640</guid>
      <dc:creator>Oscar Erbetta</dc:creator>
      <dc:date>2009-04-22T17:28:37Z</dc:date>
    </item>
  </channel>
</rss>

