![]() |
CENTOS 5 Ping Problem
Hi.
Can anybody explain why this is happening? Code:
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=1 ttl=243 time=150 msThe server runs mysql, php & apache and is quite busy. I think this may be causing connection errors for users also (including myself) so am quite keen to get this sorted, although the load is under 1 so I am suprised by the un-responsiveness of the pages served, and the pings going out! Thanks. edit: Ok so I stopped the httpd service and it pings ok now. So this error must occour becuase Apache is overloading the server? Can anybody give me any advice as how to stop this happening? Maybe increase the amount of active connections? Ta. |
Are there any errors in Apache's error log?
|
That is typically a networking problem, that is when the kernel refuses to transmit the packet, am suspecting congestion on the wire.
|
Quote:
Quote:
And how can I test this is the case? edit: Do you mean my hosts bandwidth? Or my server? Thanks again for the help guys. |
Might be a firewall problem. I've found some interesting links:
http://mandrivausers.org/index.php?showtopic=18051 http://lists.danga.com/pipermail/mem...er/002726.html http://frankmash.blogspot.com/2005/1...permitted.html http://www.linuxquestions.org/questi...mitted-307848/ |
Thanks, I use APF. I will read through the links and post back :)
|
One of the links referring to memchached I dont use (one of these days Il get my head round it and use it tho!) eaccelarator does me for now.
Looking at this link: http://www.netfilter.org/documentati...q-3.html#ss3.7 It says to increase the number of connectinos.... but my ip_conntrack_max is already set to 34576. Is it ok to up this? Cheers again ;) |
Have you tried to disable APF to find out if it really is the firewall that's causing the problem?
|
Tried disabling APF with no success, still the same issue.
Stopped mysqld service (didnt think would make a difference but thought I better try) and again, no difference. Stopped httpd service, and voila, no more ping problems. So it def seems like its the number of connections coming from Apache that are causing the issue. Im going to look into apache optimization for now but if you have any quick tips I would apreciate it! Also see my top output Code:
top - 14:06:23 up 38 days, 13:18, 1 user, load average: 1.48, 1.89, 1.46Should this be happening? |
Ok so I used this guide:
http://www.howtoforge.com/configurin...um_performance And it seems to have helped server speed but I am still getting the 'operation not permitted' errors when pinging out. I changed the following Code:
KeepAlive OffCode:
KeepAlive OnNext step I guess is to work out what modules I need to keep enabled (all default modules are still being loaded). More reading for me I guess! |
| All times are GMT +2. The time now is 19:42. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.