tcproute/tcptraceroute - a utility similar to tracert/traceroutebut using the protocol TCP instead of protocols ICMP or UDP.
To prepare tcproute
to use, do the following on your PC:
tcproute
and unzip it wherever you want.
To take advantage of tcproute
, do the following:
tcproute
... To open the command line immediately in the desired directory, open this directory in Explorer, enter in its address bar cmd
and press Enter:tcproute -p 80 example.com
In the team instead of 80
specify the port on which the connection should be made, and instead of example.com
- IP or address of the site to which you want to connect (the address must be specified without http://
or https://
at the beginning and /
in the end):
To install tcptraceroute
, do the following:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Press RETURN to continue or any other key to abort
click Enter.brew install tcptraceroute
To take advantage of tcptraceroute
, do the following:
sudo tcptraceroute example.com 80
In the team instead of example.com
specify the IP or address of the site to which you want to connect (the address must be specified without http://
or https://
at the beginning and /
at the end), and instead of 80
- the port on which the connection should be made: