I have 3899 packets dropped by kernel about 40%, why are they being dropped? I dont have any IPtables.
[email protected] [~]# tcpdump not port 22 | grep asdfasdf
tcpdump: listening on eth0
5610 packets received by filter
2422 packets dropped by kernel
[email protected] [~]# 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
[email protected] [~]# 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
[email protected] [~]# tcpdump not port 22 | grep asdfasdf
tcpdump: listening on eth0
5610 packets received by filter
2422 packets dropped by kernel
[email protected] [~]# 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
[email protected] [~]# 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