Bug #5830
closeddpinger pings dropped by some things because of no data payload
100%
Description
The root issue in this thread:
https://forum.pfsense.org/index.php?topic=105644.0
has been shown to be something dropping echo requests with no data payload in his cable modem (likely) or ISP's network. dpinger pings disappear. 'ping -s 0' disappears, -s >= 1 works fine. The echo requests disappear somewhere after leaving his WAN NIC, and before getting to the Internet. That situation is a common Cisco cable modem, next hop router is Casa Systems (same as my TWC at home, which has no issues).
While there's nothing wrong per RFC with excluding a data payload, dpinger is probably the only ping tool that will be widely used that does so by default, so we may trip bugs in other devices in rare edge cases like that. This is likely far from the first that will see issues as 2.3 gets more widely deployed.
Denny offered to add an option to specify a payload size in an email exchange we have going re: the issue. Then we can add an advanced option to gateways to allow configuring it for those who need to.
Updated by Jim Thompson almost 9 years ago
- Assignee changed from Chris Buechler to Renato Botelho
I'm not sure why we're going out of our way to accommodate equipment (from Cisco!) that isn't compliant with the standards.
Assigned to Renato, in case Denny Page ever actually releases said code.
Updated by Michael Kellogg almost 9 years ago
I would up vote this
Mainly cause I have had to deal with non compliant ISPs that refuse to change
In this case another mechanism to monitor connection health would be better
My ISP blocked Icmp for 5-7 years to "keep us the users safe "
Updated by Denny Page almost 9 years ago
Option to set data size has been released. Dpinger version 1.5.
Updated by Renato Botelho almost 9 years ago
- Status changed from Confirmed to Assigned
New dpinger is in place, working on GUI
Updated by Renato Botelho almost 9 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset 85a2b0655015a4cae43948aa19cf6f7e647f9062.
Updated by Chris Buechler almost 9 years ago
- Status changed from Feedback to Resolved
works as intended, thanks Denny and Renato.