Results 1 to 4 of 4

Thread: Traceroute

  1. #1
    Join Date
    Dec 2012
    Beans
    21

    Traceroute

    In Windows there is a command, as you probably know, called tracert <ip address> that logs the different gateways etc and can be used to help identify a connection issue. I have tried to google the Linux alternative but I was unable to understand any of it :\

    Is it possible to have an explanation of how to use in laymans terms please?

    Many thanks

    Owe.

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Traceroute

    Yes traceroute has a lot of options, but at its simplest you can use it exactly the same as Windows tracert i.e.

    Code:
    traceroute <ipaddress>
    However iirc traceroute is no longer installed by default - if you don't want to install it you can use tracepath instead

    Code:
    tracepath <ipaddress>
    You can use man tracepath to find out more

  3. #3
    Join Date
    Dec 2012
    Beans
    21

    Re: Traceroute

    Many thanks, this did exactly what I wanted it to

  4. #4
    Join Date
    Mar 2013
    Beans
    123

    Re: Traceroute

    mtr <ip address> is also a great tool

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •