Network management

From Han Wiki
Revision as of 12:42, 17 May 2016 by Mhan (talk | contribs) (add traceroute example)

Jump to navigation Jump to search

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