[Problem] Is there some kind of ping protection in latest firmware?

frater

Mitglied
Mitglied seit
23 Nov 2008
Beiträge
455
Punkte für Reaktionen
3
Punkte
18
I ran a ping from a terminal session which spoiled my statistics...
I started it to see if my router came up, but forgot about it...
 
Zuletzt bearbeitet:
Not sure about your question:
You want to know, if there is a protection present you might use?
Or do you think you "found a protection" and want a confirmation?

Afaik the actual firmwares will not answer to a ping to their internet IP from internal network.
 
Thanks for your reaction, but I replaced my initial message with this one because I didn't know how to completely delete the thread.

I was suddenly getting very bad ping-results to one modem I just upgraded.
I am doing this from Zabbix and I can reliably sense packetloss this way.
This was the first time I had a false positive in years....

The reason, however, wasn't the upgrade itself but the fact that I pinged that router from the console of that same monitoring server to see when it came online...
I just forgot about that ping (I sometimes have about 30 windows open in putty) and it went on for hours....
AVM probably has some limiter on it.
I normally get reliable results.

When I wrote that "packetloss" script I knew I shouldn't stress the other endpoint so it's a carefull burst of 5 pings with an interval of a 300 milliseconds
Zabbix calls this script each 20 seconds for many connections...

# cat `which packetloss`
Code:
#!/bin/bash
PACKETLOSS=`ping -q -c5 -i0.3 -w4 ${1} | grep transmitted | grep -Eo '[0-9%]* packet loss' | tr -cd '0-9'`
[ -z "${PACKETLOSS}" ] && PACKETLOSS=100

echo "${PACKETLOSS}"
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.