Jump to content

MTR on Mac


Angry Mosquito - Alex

Recommended Posts

Start by downloading the latest .tar.gz. file on this link. Copy the link in safari. Itll open a dialog box so you can log in, choose guest so you dont need any password. Then scroll down to the end and select the latest .tar.gz (the latest will be the highest number, as for now it is mgr-0.85.tar.gz. The file you need is mtr-0.81. This file will show up on a "finder" folder, so just drag it to your downloads folder.

 

ftp://ftp.bitwizard.nl/mtr/

 

Now you need to unpack it. Double click on the file in finder to open it. Since it should be on your Downloads folder, open terminal (if you dont know where this is, just type terminal on spotlight-the magnifying glass on your top right) and type the following (you must press enter between each line)

 

cd Downloads

cd mtr-0.81

export LIBS='-lm -ltermcap -lresolv'

./configure

make

sudo make install

alias mtr=/usr/local/sbin/mtr

 

Now you need to save this alias, so type the following and press enter:

 

open ~/.bash_profile

 

Then you need to add this to the file (type on terminal):

alias mtr=/usr/local/sbin/mtr

 

Finally, to use it, open terminal and type mtr and the IP address like this:

mtr 108.61.21.94

 

Youll see it working right away.

 

I cant attach the file you need because of its type.

 

I hope this becomes useful for one or more of you

 

 

This tutorial was found here:

 

http://www.sdkit.com...-x-lion_22.html

 

I just explained it in a way i think would be more fitting for some, but the code is copied from there.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.