- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RedHat 5 network startup problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 01:27 AM
04-08-2008 01:27 AM
RedHat 5 network startup problem
I just configure a RedHat Linux 5 (2.6.18-53.el5PAE) but I got the problem with the network startup.
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.
But if I did the /etc/init.d/network restart , everything will be OK.
What I went wrong?
Thank you,
Iwan Tamimi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 02:27 AM
04-08-2008 02:27 AM
Re: RedHat 5 network startup problem
above step will enabled the n/w startup on boot and also creat the links under the /etc/rcX.d folders
see mine
# chkconfig --list|grep network
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
# ll /etc/rc2.d/*network*
lrwxrwxrwx 1 root root 17 Feb 14 14:43 /etc/rc2.d/S10network -> ../init.d/network
# ll /etc/rc3.d/*network*
lrwxrwxrwx 1 root root 17 Feb 14 14:43 /etc/rc3.d/S10network -> ../init.d/network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 05:10 PM
04-08-2008 05:10 PM
Re: RedHat 5 network startup problem
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.
The I did the /etc/init.d/network stop and /etc/init.d/network start again, everything looks fine. (see attachement)
So where do I miss here?
Regards,
Iwan Tamimi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 07:12 PM
04-08-2008 07:12 PM
Re: RedHat 5 network startup problem
I just checked the /var/log/messages some of the message show something like this:
Please see the attachement for more complete error.
Is it network card problem or connection problem? But why after restarting it is running fine?
Anyone know the solution?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 04:35 AM
04-09-2008 04:35 AM
Re: RedHat 5 network startup problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 09:39 AM
04-09-2008 09:39 AM
Re: RedHat 5 network startup problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 06:03 PM
04-09-2008 06:03 PM
Re: RedHat 5 network startup problem
Jimmy I didn't opt for DHCP but then just realized why there is an entry called DHCP_HOSTNAME.
Santosh, attached is the config files.
Could it be also do our network hardware problem (either the card or the switch)
Regards,
Iwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 02:16 AM
04-10-2008 02:16 AM
Re: RedHat 5 network startup problem
[root@ network-scripts]# cat ifcfg-eth1
# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet
DEVICE=eth1
HWADDR=00:1A:64:6A:A5:2F
ONBOOT=yes
IPADDR=10.10.20.34
NETMASK=255.255.255.0
[root@ network-scripts]# cat ifcfg-eth0
# Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet
DEVICE=eth0
BOOTPROTO=static
DHCPCLASS=
HWADDR=00:1A:64:6A:A5:2D
IPADDR=132.226.187.44
NETMASK=255.255.255.0
ONBOOT=yes
Looks like th DHCP is getting preference at least while boot in your case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 01:27 PM
04-16-2008 01:27 PM
Re: RedHat 5 network startup problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 07:04 PM
04-27-2008 07:04 PM
Re: RedHat 5 network startup problem
Thanks for all the reply.
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.
Thank you again.
Iwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2008 03:52 PM
06-28-2008 03:52 PM
Re: RedHat 5 network startup problem
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:
DEVICE=eth1
BOOTPROTO=static
DHCPCLASS=
HWADDR=00:1A:64:6A:A5:2F
IPADDR=10.10.20.34
NETMASK=255.255.255.0
ONBOOT=yes
...you can also add
NETWORK=10.10.20.0
BROADCAST=10.10.20.255
MULTICAST=yes
TYPE=Ethernet
IPV6INIT=no
And create the specific route table for this interface by creating the route-eth1 file:
#Add this for the default route
GATEWAY1=10.10.20.x
NETMASK1=0.0.0.0
ADDRESS1=0.0.0.0
Try this configuration in further issues.
Regards.