[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
tsp TargetName IpPort
tsp
command is used to change the default port of the daemon
associated with the target. The parameters are the target name and the new IP
port.
ti
command. Then the IP port is changed with tsp
.
The ti
is used to verify that change is done.
$ dio87d -d $ dio87c -- ta localhost $ dio87c -- ti localhost Target name: localhost Description: Opened: FALSE IP Port: 9997 $ $ dio87c -- tsp localhost 1234 $ $ dio87c -- ti localhost Target name: localhost Description: Opened: FALSE IP Port: 1234 $ |