I have one server running Debian 6.0.5 with the problem I can not fix for a few days. Everything is ok if I have running ssh console or "ping -t ". When it has been stopped everything is ok in around 10 minutes. After that we're loosing our access by web. But if I will reload the page from 4 to 7 times everything coming back. While it's happends this server can ping anything and can be pinged.
No errors or warnings in syslog, messages and apache logs.
No errors in sysstat sar -n EDEV.
I've changed the network switch to exclude this from reasons.
Some files here:
/etc/network/interfaces
#The loopback network interface
auto lo
iface lo inet loopback
#The primary network interface
allow-hotplug eth1
iface eth1 inet static
address 192.168.30.7
netmask 255.255.254.0
gateway 192.168.30.2
network 192.168.30.0
broadcast 192.168.31.255
dns-nameservers 192.168.30.14 192.168.30.10
dns-search ru
/etc/hosts
127.0.0.1 localhost
192.168.30.7 myhost.mydomain.ru myhost
/etc/resolv.conf
domain mydomain.ru
nameserver 192.168.30.10
nameserver 192.168.30.14
Any ideas? Thanks a lot!
upd: no any rules in iptables. no firewall or any restrictions.

arp-scan -l -g. But I tried tcpdump too and can not find anything strange there. – Mike Dec 13 '12 at 9:45