My GCSE coursework in linux is asking me to do this:
Whenever I attempt it it says this:
So do I just need to install the packages and it will work?
My GCSE coursework in linux is asking me to do this:
Whenever I attempt it it says this:
So do I just need to install the packages and it will work?
The default command for this purpose in Ubuntu is tracepath.
However you can install traceroute too by running
sudo apt install traceroute
as you can see in the error message.
Install traceroute by using the following command :
sudo apt-get install inetutils-traceroute
However you can use the default command in linux which is tracepath, but it is not as flexible as traceroute. In traceroute we can choose between TCP, UDP, ICMP data formats and gives us ability to change some options. Thus it requires root privileges.
traceroute it would seem tracepath is irrelevant to this question.
– Elder Geek
Apr 24 '17 at 22:34
1 * * * 2 172.19.175.253 (172.19.175.253) 0.215 ms 0.189 ms 0.166 ms 3 213.235.26.97 (213.235.26.97) 1.978 ms 1.949 ms 1.871 ms 4 213.235.42.202 (213.235.42.202) 3.105 ms 3.033 ms 3.013 ms 5 xe-0-1-0.jprg-01.thn.uk.easynet.net (135.196.65.115) 3.198 ms 3.176 ms 3.146 ms 6 * * * 7 * * * 8 * * * 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * *
– vanko003 Nov 02 '16 at 14:29man traceroutewill tell all. – heynnema Nov 02 '16 at 15:28