You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, that the traceroute does not terminate if the target is a anycast address, below i presented an example and attached some network traces.
I prepared a test setup and captured two traces of the network. The test consists of three linux routers which are connected as follows: R1 <-> R2 <-> R3 (see test_setup.png)
1st trace(intended_behavior.pcap) works as expected:
From R1 to R3:
mtr -c 1 2001:db8:0:3::1
Host Loss% Snt Last Avg Best Wrst StDev
2001:db8:0:1::2 0.0% 1 1.0 1.0 1.0 1.0 0.0
2001:db8:0:3::1 0.0% 1 1.4 1.4 1.4 1.4 0.0
2nd trace(unintended_behavior.pcap) does not stop, because I try to reach the anycast address:
mtr -c 1 2001:db8:0:3::
Host Loss% Snt Last Avg Best Wrst StDev
Summary of my problem:
BUG: An ICMP reply should be interpreted as a "destination reached"
Wishlist: tag the IP when the address doesn't match the destination
we're targetting.
The text was updated successfully, but these errors were encountered:
With "ICMP reply's" coming back, MTR should conclude that the
destination has been reached and not probe further. No half-assed
workarounds with "after three hops the same IP assume we won't get
anything new when going further".
BUG: An ICMP reply should be interpreted as a "destination reached"
Wishlist: tag the IP when the address doesn't match the destination
we're targetting.
Hi,
I filed a bugreport(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055978) on the debian package 'mtr-tiny' and they told me I should open a github issue.
The problem is, that the traceroute does not terminate if the target is a anycast address, below i presented an example and attached some network traces.
I prepared a test setup and captured two traces of the network. The test consists of three linux routers which are connected as follows: R1 <-> R2 <-> R3 (see test_setup.png)
1st trace(intended_behavior.pcap) works as expected:
From R1 to R3:
mtr -c 1 2001:db8:0:3::1
Host Loss% Snt Last Avg Best Wrst StDev
2nd trace(unintended_behavior.pcap) does not stop, because I try to reach the anycast address:
mtr -c 1 2001:db8:0:3::
Host Loss% Snt Last Avg Best Wrst StDev
Network traces:
networkTrace.tar.gz
Summary of my problem:
BUG: An ICMP reply should be interpreted as a "destination reached"
Wishlist: tag the IP when the address doesn't match the destination
we're targetting.
The text was updated successfully, but these errors were encountered: