Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-17-2005, 11:13 AM
|
#1
|
Senior Member
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430
Rep:
|
3899 packets dropped by kernel, about 40%
I have 3899 packets dropped by kernel about 40%, why are they being dropped? I dont have any IPtables.
root@105 [~]# tcpdump not port 22 | grep asdfasdf
tcpdump: listening on eth0
5610 packets received by filter
2422 packets dropped by kernel
root@105 [~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@105 [~]# tcpdump not port 22 | grep 104
tcpdump: listening on eth0
10509 packets received by filter
3899 packets dropped by kernel
It is not letting me view my website, I cant even telnet to port 80:
104 [~]# telnet myip 80
Trying myip ...
telnet: connect to address myip: Connection refused
Last edited by abefroman; 11-17-2005 at 11:20 AM.
|
|
|
11-17-2005, 11:52 AM
|
#2
|
Senior Member
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024
Rep:
|
From man tcpdump:
Quote:
packets ``dropped by kernel'' (this is the number of packets that were dropped, due to a lack of buffer space, by the packet capture mechanism in the OS on which tcpdump is running, if the OS reports that information to applications; if not, it will be reported as 0).
|
In English, that means packets are coming in off the network faster than tcpdump can pull them in for analysis.
As far as the website, is there a webserver running?
Code:
someguy@websvrx:~$ ps -ef | grep http
apache 853 1 0 Nov08 ? 00:00:30 /usr/sbin/httpd
nobody 855 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 856 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 857 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 858 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 859 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 1187 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 6653 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 6654 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
nobody 6655 853 0 Nov08 ? 00:00:00 /usr/sbin/httpd
someguy 10287 10201 0 21:49 pts/3 00:00:00 grep http
|
|
|
All times are GMT -5. The time now is 10:27 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|