Network management: Difference between revisions

add traceroute example
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>