Closed dmascord closed 1 year ago
I have modified the latest tcpping version to the latest version, which handles this scenario properly, but the newest version depends on traceroute -M, which your busybox version does not yet support.
I have updated tcpping to fallback to tcptraceroute if traceroute does not support -M at https://raw.githubusercontent.com/dmascord/tcpping/add-tcptraceroute-fallback/tcpping
There is still a problem with the tcptraceroute that is included in this image. It is setting the window size to 0, which seems to have firewalls dropping the packets. traceroute -M tcp works well (but the busybox traceroute doesn't seem to have this option), but tcptraceroute, even with the updated tcpping fails on some destinations for SYN and ACK modes due to the underlyung tcptraceroute issue
OK, found out why tcptraceroute isn't working properly for some endpoints, which is due to the missing TCP Options.
This has been addressed in https://github.com/mct/tcptraceroute/pull/14
How do we get this updated tcptraceroute and associated tcpping into a smokeping docker image ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Stale? This is still an issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
OK...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
tcpping should show packet loss when ttl is expired:
Current Behavior
tcpping responds with 255, and smokeping interprets as 255ms
Steps to Reproduce
Configure smokeping to use tcpping Probes