LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Networking Drops in RHEL Server 5 (https://www.linuxquestions.org/questions/linux-enterprise-47/networking-drops-in-rhel-server-5-a-777452/)

RichMac 12-22-2009 09:05 AM

Networking Drops in RHEL Server 5
 
I have a brand new system with RHEL 5 Server. For some odd reason, some of my network connections go south on me after the system has been on for an hour or 2. Although pings still work, I cannot connect in via VNC (Error: socket error) or remotely administer my Kerio MailServer application (Error: Application Not Running). Since pings work and a reboot fixes the problem, I don't think this is any sort of a hardware problem.

It won't work very well to have to reboot our mail server every hour or so! Any ideas?

anomie 12-22-2009 04:07 PM

Clues in /var/log/messages?

RichMac 12-23-2009 09:51 AM

It would appear that my connections are fading in and out. If I am patient, I can keep telling things to reconnect and eventually they do. I am beginning to be concerned about the NIC maybe being strange.

I looked in /var/logs/messages and nothing looked odd to me, just seemed to be normal start-up and shutdown kinds of things. If this is a hardware problem, what would be my best method to diagnose the issue?

RichMac 12-23-2009 10:04 AM

Maybe I shouldn't be looking at the NIC, because I can run tons of pings and get 100% responses. It is almost like a TCP problem...I don't know! I think I'm lost on this one.

anomie 12-23-2009 08:47 PM

Is /sbin/ifconfig reporting error packets?

vishesh 12-23-2009 10:20 PM

Does restarting the network service 'service network restart' solve the issue ?

Also check iptables rules .

root# iptables -L

thnks

ongte 12-24-2009 03:46 AM

Are these Broadcom Gigabit NICs?

centosboy 12-24-2009 03:58 AM

Please post the output of ifconfig for the given interface.
For these type of problem you have to start narrowing it down to which of the 7 layers of the OSI model the problem exists. Given that initially we will all thing network problem, there are many tests to do...
ping...traceroute...mtr...etc etc...that will tell you if you can eliminate the network as being a problem.
In the first instance we should look for issues closer to home on the server.

Like anomie says, first, you will need to look for any increasing error/dropped/frame/carrier count in case of a duplex mismatch.


All times are GMT -5. The time now is 12:40 AM.