How do ‘netstat’ and ‘route’ work in qrtp?
$ netstat
netstat: no namelist
$ netstat -A
netstat: no namelist
$ netstat -a
netstat: no namelist
$ netstat -n
netstat: no namelist
$
$ use route
route [-n] [-q] [-v] command [[modifiers] args]
Options:
-n Prevent attempts to print host and network names symbolically
-v (verbose) Print additional details.
-q Suppress all output.
Where:
add Add a route.
flush Remove all routes.
delete Delete a specific route.
change Change aspects of a route (such as its gateway).
get Lookup and display the route for a destination.
monitor Continuously report any changes to the routing information.
$ route monitor
route: socket: No such file or directory
\
Gordon Man