Dial failed: exceeded maximum retries creating circuit

Dear All,

Please help i would like to do traceroute but get error below :

./ziti edge traceroute server1-contabo -c /opt/openziti/etc/identities/server2-contabo.json

error: unable to dial service 'server1-contabo' (dial failed: exceeded maximum [2] retries creating circuit [c/K1wgp55SG] (error creating route for [s/K1wgp55SG] on [r/DPUUr3mWj] (error creating route for [c/K1wgp55SG]: failed to establish connection with terminator address 4inuF5g26c3bi5PsJykHAK. error: (rejected by application))))

I already set dial to server1-contabo for these identity server2-contabo.json

Please help for advice.

Thanks
And

Hi @andikapri, it looks like the application being accessed is refusing the connection attempt. The traceroute works by establishing a circuit and then checking the time to each hop in the circuit. If the circuit can't be established in the first place, we don't have the routing information needed to route the traceroute messages, at least the way it's currently implemented.

Hope that's helpful,
Paul

Hi @plorenz ,

Thanks for your response.

I will check again for tracing connections.

Best Regards,
And