Closed fupsi42 closed 6 years ago
Try to remove 'count=1' from Mikrotik's traceroute command section in index.php. Not sure if it will break older versions of Mikrotik, though!
If it works, please report. I'll make changes to the code. Thanks.
Hey there! Had the same issue on v6.40.4
Adding an echo $exec; line right before the command is processed seems to indicate that the count=1 line is being added to the command twice for some reason. IE: /tool traceroute 8.8.8.8 count=1 size=56 count=1****
The two occurrences of count are coming from lines 255 and 624, resulting the command to fail. Removing the redundant instance of count resolves the issue.
Hey, You are right about removing count=1, but you see latency in ms in your result ? Not me... For exemple, I see this: 5 google-public-dns-a.google.com (8.8.8.8) [AS AS15169] ms ms ms
Nobody have an idea about this ?
Solved with last updates.
Hi,
traceroute to my MikroTik is not working. I get the error message:
expected end of command (line 1 column 43)
Ping and BGP informations are working.Hope you can help me!
Br Markus