<?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 Re: Fedore Core 5 on DL360 G5 - problem with logical network interfaces in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009959#M82925</link>
    <description>You might also want to check to see if your interface names are being changed under udev (couldn't verify for sure - not running FC5 on any of my systems anymore).&lt;BR /&gt;&lt;BR /&gt;Take a look under /etc/udev/rules.d for something similiar to the following (taken from a SuSE system, but this ability does also exist under RHEL4).&lt;BR /&gt;&lt;BR /&gt;# This rules are autogenerated from /lib/udev/rename_netiface.&lt;BR /&gt;# But you can modify them, but make sure that you don't use an interface name&lt;BR /&gt;# twice. Also add such interface name rules only in this rules file. Otherwise&lt;BR /&gt;# rename_netiface will create wrong rules for new interfaces.&lt;BR /&gt;# It is safe to delete a rule, as long as you did not disable automatic rule&lt;BR /&gt;# generation. Only if all interfaces get a rule the renaming will work&lt;BR /&gt;# flawlessly. See also /etc/udev/rules.d/31-net_create_names.rules.&lt;BR /&gt;#&lt;BR /&gt;# Read /usr/share/doc/packages/sysconfig/README.Persistent_Interface_Names for&lt;BR /&gt;# further information.&lt;BR /&gt;#&lt;BR /&gt;# Use only a-z, A-Z and 0-9 for interface names!&lt;BR /&gt;#&lt;BR /&gt;SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:14:c2:62:44:89", IMPORT="/lib/udev/rename_netiface %k eth0"&lt;BR /&gt;SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:14:c2:62:44:88", IMPORT="/lib/udev/rename_netiface %k eth1"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Col</description>
    <pubDate>Sat, 02 Jun 2007 04:30:49 GMT</pubDate>
    <dc:creator>Colin Topliss</dc:creator>
    <dc:date>2007-06-02T04:30:49Z</dc:date>
    <item>
      <title>Fedore Core 5 on DL360 G5 - problem with logical network interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009957#M82923</link>
      <description>&lt;!--!*#--&gt;I have the above system setup and the MAC addresses of network interfaces do not appear to be attached orderly to the interface eth0-3. Could anyone offer me some suggestions? See the following screenshot:&lt;BR /&gt;&lt;BR /&gt;[root@system1 ~]# ip link show&lt;BR /&gt;1: lo: &lt;LOOPBACK&gt; mtu 16436 qdisc noqueue&lt;BR /&gt;    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;BR /&gt;2: eth0: &lt;BROADCAST&gt; mtu 1500 qdisc noop qlen 1000&lt;BR /&gt;    link/ether 00:17:08:7e:d4:46 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;3: eth3: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast qlen 1000&lt;BR /&gt;    link/ether 00:17:08:7e:d4:47 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;4: eth2: &lt;BROADCAST&gt; mtu 1500 qdisc noop qlen 1000&lt;BR /&gt;    link/ether 00:1b:78:03:9d:f2 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;5: dev1370: &lt;BROADCAST&gt; mtu 1500 qdisc noop qlen 1000&lt;BR /&gt;    link/ether 00:1b:78:03:9d:ea brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;6: sit0: &lt;NOARP&gt; mtu 1480 qdisc noop&lt;BR /&gt;    link/sit 0.0.0.0 brd 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;[root@system1 ~]# cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 bnx2&lt;BR /&gt;alias eth1 bnx2&lt;BR /&gt;alias eth2 e1000&lt;BR /&gt;alias eth3 e1000&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;&lt;BR /&gt;By the way, HWADDR of ifcfg-eth* file appeared to have the the right order of MAC addresses. &lt;BR /&gt;&lt;BR /&gt;[root@system1 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth*&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;HWADDR=00:1B:78:03:9D:F2&lt;BR /&gt;ONBOOT=no&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;HWADDR=00:1B:78:03:9D:EA&lt;BR /&gt;ONBOOT=no&lt;BR /&gt;# Intel Corporation 82571EB Gigabit Ethernet Controller&lt;BR /&gt;DEVICE=eth2&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;HWADDR=00:17:08:7E:D4:46&lt;BR /&gt;ONBOOT=no&lt;BR /&gt;# Intel Corporation 82571EB Gigabit Ethernet Controller&lt;BR /&gt;DEVICE=eth3&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;HWADDR=00:17:08:7E:D4:47&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=192.168.130.22&lt;BR /&gt;MASK=255.255.255.192&lt;BR /&gt;GATEWAY=192.168.130.62&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/NOARP&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/LOOPBACK&gt;</description>
      <pubDate>Wed, 30 May 2007 11:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009957#M82923</guid>
      <dc:creator>zflee</dc:creator>
      <dc:date>2007-05-30T11:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fedore Core 5 on DL360 G5 - problem with logical network interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009958#M82924</link>
      <description>Interesting, what is the output of ifconfig -a?&lt;BR /&gt;&lt;BR /&gt;I think that one problem could be that the ONBOOT is set to NO on most interfaces, I would like to know if the device set ONBOOT=yes (eth3) is assigned the IP requiested.</description>
      <pubDate>Wed, 30 May 2007 12:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009958#M82924</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-30T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fedore Core 5 on DL360 G5 - problem with logical network interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009959#M82925</link>
      <description>You might also want to check to see if your interface names are being changed under udev (couldn't verify for sure - not running FC5 on any of my systems anymore).&lt;BR /&gt;&lt;BR /&gt;Take a look under /etc/udev/rules.d for something similiar to the following (taken from a SuSE system, but this ability does also exist under RHEL4).&lt;BR /&gt;&lt;BR /&gt;# This rules are autogenerated from /lib/udev/rename_netiface.&lt;BR /&gt;# But you can modify them, but make sure that you don't use an interface name&lt;BR /&gt;# twice. Also add such interface name rules only in this rules file. Otherwise&lt;BR /&gt;# rename_netiface will create wrong rules for new interfaces.&lt;BR /&gt;# It is safe to delete a rule, as long as you did not disable automatic rule&lt;BR /&gt;# generation. Only if all interfaces get a rule the renaming will work&lt;BR /&gt;# flawlessly. See also /etc/udev/rules.d/31-net_create_names.rules.&lt;BR /&gt;#&lt;BR /&gt;# Read /usr/share/doc/packages/sysconfig/README.Persistent_Interface_Names for&lt;BR /&gt;# further information.&lt;BR /&gt;#&lt;BR /&gt;# Use only a-z, A-Z and 0-9 for interface names!&lt;BR /&gt;#&lt;BR /&gt;SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:14:c2:62:44:89", IMPORT="/lib/udev/rename_netiface %k eth0"&lt;BR /&gt;SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:14:c2:62:44:88", IMPORT="/lib/udev/rename_netiface %k eth1"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Col</description>
      <pubDate>Sat, 02 Jun 2007 04:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009959#M82925</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2007-06-02T04:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fedore Core 5 on DL360 G5 - problem with logical network interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009960#M82926</link>
      <description>Possible stupid question (but your output doesn't show this)&lt;BR /&gt;IS the ifcfg-eth3 file the one that contains the line "DEVICE=eth3"??&lt;BR /&gt;The name of the file has to match the DEVICE enumeration if that's the order you expect to see them enumerated.&lt;BR /&gt;&lt;BR /&gt;It looks that way based on your use of "cat", but it's worth asking....&lt;BR /&gt;&lt;BR /&gt;You can name the file "ifcfg-bob" if you want, what matters is the DEVICE and HWADDR lines.&lt;BR /&gt;&lt;BR /&gt;FC5 is a little old for a G5 - have you at least updated it (kernel mainly) via the working connection?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Jun 2007 05:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedore-core-5-on-dl360-g5-problem-with-logical-network/m-p/4009960#M82926</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2007-06-02T05:26:27Z</dc:date>
    </item>
  </channel>
</rss>

