Network management: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
iwu
 
add traceroute example
Line 5: Line 5:
<source lang="bash">
<source lang="bash">
$ sudo hping3 -T -t 1 -p 8080 pisteo.example.com
$ sudo hping3 -T -t 1 -p 8080 pisteo.example.com
</source>
== Tracing a route ==
<source lang="bash">
$ traceroute pisteo.example.com
</source>
</source>

Revision as of 12:42, 17 May 2016

Checking the accessibility of a port through the network

Checking if port 8080 is accessible on pisteo.example.com

$ sudo hping3 -T -t 1 -p 8080 pisteo.example.com

Tracing a route

$ traceroute pisteo.example.com