ich habe das Problem, dass häufig der ping nicht funktioniert und Nagios mich deswegen zu SMSed. Allerdings eben nicht immer.
Code: Alles auswählen
/bin/ping -n -U -w 10 -c 1 XXX.XXX.XXX.XXX
In IPTables habe ich die SRCIP schon auf ACCEPT gesetzt und auch noch mal alle ICMP Pakete... woran kann es noch liegen?PING XXX.XXX.XXX.XXX (XXX.XXX.XXX.XXX) 56(84) bytes of data.
64 bytes from XXX.XXX.XXX.XXX: icmp_seq=1 ttl=56 time=48.9 ms
--- XXX.XXX.XXX.XXX ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 48.965/48.965/48.965/0.000 ms
Code: Alles auswählen
iptables -nvL
Debian/4.0-r6Chain INPUT (policy DROP 8 packets, 352 bytes)
pkts bytes target prot opt in out source destination
1 84 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
5 364 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmp type 8
16910 5199K ACCEPT 0 -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED