- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RHEL 4 problem with networking
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
08-17-2006 11:19 PM
08-17-2006 11:19 PM
RHEL 4 problem with networking
I have problem with RHEL 4 on my HP server. Every second reboot 'shutdown -r now' i have problem with networking - list using 'route' a can't see default gw (so there is no traffic outside the segment), but after every odd reboot everything is OK.
What can be the problem?
JF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 11:52 PM
08-17-2006 11:52 PM
Re: RHEL 4 problem with networking
GATEWAY can be set in one of two files:
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth0
eth0 may be another device.
It should not be set in both.
There is probably an inconsitency either in the networking environment or the network configuration files.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 12:02 AM
08-18-2006 12:02 AM
Re: RHEL 4 problem with networking
NETWORKING=yes
HOSTNAME=bla.bla.cz
/etc/sysconfig/network-scripts/ifcfg-eth0...
DEVICE=eth0
BOOTPROTO=none
BROADCAST=10.32.121.255
HWADDR=00:0b:cd:24:1a:02
IPADDR=10.32.121.48
NETMASK=255.255.255.0
NETWORK=10.32.121.0
ONBOOT=yes
TYPE=Ethernet
GATEWAY=10.32.121.1
USERCTL=no
IPV6INIT=no
PEERDNS=yes
I can't see inconsistency.
In the bad situation i even can't see eth0 device using command 'ifconfig -a'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 12:07 AM
08-18-2006 12:07 AM
Re: RHEL 4 problem with networking
Nothing stands out, perhaps someone will spot something.
I would suggest this could be caused by misconfiguration of the switch the network is plugged into or possibly a duplicate IP address on the network, or at least in an arp table somewhere.
Time to consult with your networking department.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 12:29 AM
08-18-2006 12:29 AM
Re: RHEL 4 problem with networking
I don't know if this makes sense but when you associate the default route or any route with the specific network interface, in that nic's configuration file, you're assuming the card will be up and talking to the network at that time and the default gateway will be reachable. Not always a good assumption.
If you first bring up the network card, then some time later, perhaps only a few seconds or less, it will give the nic time to settle and allow the default gateway to appear to be reachable. If the default or other gateway is not reachable many operating systems will not allow the route to be installed.
This is more than likely a timing problem which is very difficult to detect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 12:56 AM
08-18-2006 12:56 AM
Re: RHEL 4 problem with networking
It works when "route" doesn't show default gateway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 01:15 AM
08-18-2006 01:15 AM
Re: RHEL 4 problem with networking
You are right Al Licause, it makes more sence, but it didn't resolve the problem.
Both 'route' and 'netstat -rn' are showing the same...
Kernel IP routing table
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 08:05 PM
08-23-2006 08:05 PM
Re: RHEL 4 problem with networking
I finally found the solution - updated SW from last support pack from HP and everything works great.
anyway,
really thanks for your help
PS: this is not advertisement for HP support pack :o)