<?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: RedHat 5 network startup problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175735#M83608</link>
    <description>Here is th entries i have in one of Red Hat Enterprise Linux Server release 5.1 (Tikanga)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ network-scripts]# cat ifcfg-eth1&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;HWADDR=00:1A:64:6A:A5:2F&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=10.10.20.34&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;[root@ network-scripts]# cat 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:1A:64:6A:A5:2D&lt;BR /&gt;IPADDR=132.226.187.44&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;Looks like th DHCP is getting preference at least while boot in your case.&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Apr 2008 09:16:28 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2008-04-10T09:16:28Z</dc:date>
    <item>
      <title>RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175728#M83601</link>
      <description>Hi All, &lt;BR /&gt;I just configure a RedHat Linux 5 (2.6.18-53.el5PAE) but I got the problem with the network startup. &lt;BR /&gt;&lt;BR /&gt;There are 4 network port on my system and I need to setup 3 of them. I setup using the GUI (system-config-network) and I make sure the I ticked the "Activate device when computer starts", but everytime I rebooted the server, it won't start the network.&lt;BR /&gt;&lt;BR /&gt;But if I did the /etc/init.d/network restart , everything will be OK.&lt;BR /&gt;&lt;BR /&gt;What I went wrong?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Iwan Tamimi</description>
      <pubDate>Tue, 08 Apr 2008 08:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175728#M83601</guid>
      <dc:creator>iwan t</dc:creator>
      <dc:date>2008-04-08T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175729#M83602</link>
      <description>chkconfig network on 2345&lt;BR /&gt;&lt;BR /&gt;above step will enabled the n/w startup on boot and also creat the links under the /etc/rcX.d folders&lt;BR /&gt;&lt;BR /&gt;see mine&lt;BR /&gt;# chkconfig --list|grep network&lt;BR /&gt;network         0:off   1:off   2:on    3:on    4:on    5:on    6:off&lt;BR /&gt;# ll /etc/rc2.d/*network*&lt;BR /&gt;lrwxrwxrwx 1 root root 17 Feb 14 14:43 /etc/rc2.d/S10network -&amp;gt; ../init.d/network&lt;BR /&gt;&lt;BR /&gt;# ll /etc/rc3.d/*network*&lt;BR /&gt;lrwxrwxrwx 1 root root 17 Feb 14 14:43 /etc/rc3.d/S10network -&amp;gt; ../init.d/network&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2008 09:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175729#M83602</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-04-08T09:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175730#M83603</link>
      <description>Hi Santosh,&lt;BR /&gt;&lt;BR /&gt;Thank you for your sugestion. I already check with the command when I rebooted I noticed something, all the interface actually up but not bind with the IP, one of the interface tried to use DHCP and used 169.254.110.207 address. &lt;BR /&gt;&lt;BR /&gt;The I did the /etc/init.d/network stop and /etc/init.d/network start again, everything looks fine. (see attachement)&lt;BR /&gt;&lt;BR /&gt;So where do I miss here?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Iwan Tamimi</description>
      <pubDate>Wed, 09 Apr 2008 00:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175730#M83603</guid>
      <dc:creator>iwan t</dc:creator>
      <dc:date>2008-04-09T00:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175731#M83604</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I just checked the /var/log/messages some of the message show something like this: &lt;BR /&gt;&lt;BR /&gt;&lt;INFORMATION&gt; Activation (eth1) Stage 4 of 5 (IP Configure Timeout) scheduled...&lt;BR /&gt;&lt;BR /&gt;Please see the attachement for more complete error. &lt;BR /&gt;&lt;BR /&gt;Is it network card problem or connection problem? But why after restarting it is running fine?&lt;BR /&gt;&lt;BR /&gt;Anyone know the solution?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/INFORMATION&gt;</description>
      <pubDate>Wed, 09 Apr 2008 02:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175731#M83604</guid>
      <dc:creator>iwan t</dc:creator>
      <dc:date>2008-04-09T02:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175732#M83605</link>
      <description>Try adding LINKDELAY=1000 to the file /etc/sysconfig/network-scripts/ifcfg-ethX where X is the interface number that is supposed to get a DHCP address. I've found at times this is needed for the ifup process to work properly. You can try adjusting the value</description>
      <pubDate>Wed, 09 Apr 2008 11:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175732#M83605</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2008-04-09T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175733#M83606</link>
      <description>Could u post /etc/sysconfig/network-scripts/ifcfg-eth1?</description>
      <pubDate>Wed, 09 Apr 2008 16:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175733#M83606</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-04-09T16:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175734#M83607</link>
      <description>Thanks All,&lt;BR /&gt;&lt;BR /&gt;Jimmy I didn't opt for DHCP but then just realized why there is an entry called DHCP_HOSTNAME.&lt;BR /&gt;&lt;BR /&gt;Santosh, attached is the config files.&lt;BR /&gt;&lt;BR /&gt;Could it be also do our network hardware problem (either the card or the switch)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Iwan</description>
      <pubDate>Thu, 10 Apr 2008 01:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175734#M83607</guid>
      <dc:creator>iwan t</dc:creator>
      <dc:date>2008-04-10T01:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175735#M83608</link>
      <description>Here is th entries i have in one of Red Hat Enterprise Linux Server release 5.1 (Tikanga)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ network-scripts]# cat ifcfg-eth1&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;HWADDR=00:1A:64:6A:A5:2F&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=10.10.20.34&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;[root@ network-scripts]# cat 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:1A:64:6A:A5:2D&lt;BR /&gt;IPADDR=132.226.187.44&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;Looks like th DHCP is getting preference at least while boot in your case.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2008 09:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175735#M83608</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-04-10T09:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175736#M83609</link>
      <description>try to remove the DHCP_HOSTNAME=eshopweb1 entries in the /etc/sysconfig/network-scritps/ifcfg-eth0 to 4</description>
      <pubDate>Wed, 16 Apr 2008 20:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175736#M83609</guid>
      <dc:creator>Johannes Krackowizer</dc:creator>
      <dc:date>2008-04-16T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175737#M83610</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for all the reply. &lt;BR /&gt;&lt;BR /&gt;Finally I decide to reinstall again since it was the new server, then it is working fine. but I will use this thread as my future reference. &lt;BR /&gt;&lt;BR /&gt;Thank you  again.&lt;BR /&gt;&lt;BR /&gt;Iwan</description>
      <pubDate>Mon, 28 Apr 2008 02:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175737#M83610</guid>
      <dc:creator>iwan t</dc:creator>
      <dc:date>2008-04-28T02:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 5 network startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175738#M83611</link>
      <description>If I've understood well, the interface that was not bringing up during the startup is eth1. The ifcfg conf &lt;BR /&gt;file you had seemed to be not correct (or complete at least), since you were using a static IP address but it wasn't being explicty indicated. It may run or may not, but you should tried by specifying the main paratemeters for static addresses. It should be something like:&lt;BR /&gt;&lt;BR /&gt; DEVICE=eth1&lt;BR /&gt; BOOTPROTO=static&lt;BR /&gt; DHCPCLASS=&lt;BR /&gt; HWADDR=00:1A:64:6A:A5:2F&lt;BR /&gt; IPADDR=10.10.20.34&lt;BR /&gt; NETMASK=255.255.255.0&lt;BR /&gt; ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;...you can also add&lt;BR /&gt;&lt;BR /&gt;NETWORK=10.10.20.0&lt;BR /&gt;BROADCAST=10.10.20.255&lt;BR /&gt;MULTICAST=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;&lt;BR /&gt;And create the specific route table for this interface by creating the route-eth1 file:&lt;BR /&gt;&lt;BR /&gt;#Add this for the default route &lt;BR /&gt;GATEWAY1=10.10.20.x&lt;BR /&gt;NETMASK1=0.0.0.0&lt;BR /&gt;ADDRESS1=0.0.0.0&lt;BR /&gt;&lt;BR /&gt;Try this configuration in further issues.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jun 2008 22:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-5-network-startup-problem/m-p/4175738#M83611</guid>
      <dc:creator>Fco. Javier Martinez</dc:creator>
      <dc:date>2008-06-28T22:52:07Z</dc:date>
    </item>
  </channel>
</rss>

