diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-06 13:04:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-06 13:04:25 +0200 |
commit | 168c063dcaa8b60a3b6e3e1132416841d48419ea (patch) | |
tree | ad9662a074ca1b5c52ec3155189a26737d9312ac | |
parent | 834f13fa1466b4f703d59df602b9b3ff06f798cb (diff) | |
download | nx-libs-168c063dcaa8b60a3b6e3e1132416841d48419ea.tar.gz nx-libs-168c063dcaa8b60a3b6e3e1132416841d48419ea.tar.bz2 nx-libs-168c063dcaa8b60a3b6e3e1132416841d48419ea.zip |
run-nxproxy2nxagent-over-network: Improve comment that describes script usage. Fix commented-out NX_HOST assignment.
-rwxr-xr-x | testscripts/run-nxproxy2nxagent-over-network | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testscripts/run-nxproxy2nxagent-over-network b/testscripts/run-nxproxy2nxagent-over-network index 3b80f3a01..5ea4b2dc6 100755 --- a/testscripts/run-nxproxy2nxagent-over-network +++ b/testscripts/run-nxproxy2nxagent-over-network @@ -32,13 +32,14 @@ NXAGENTBIN=nxagent ### ### Adapt to your needs: NXAGENT_HOST, NXPROXY_HOST ### -### This script has to run on the NXAGENT_HOST on the NXPROXY_HOST you -### have to execute code by copy+pasting command lines... +### This script launches nxagent and has to be executed on the NXAGENT_HOST. +### On the NXPROXY_HOST you will have to execute nxproxy by copy+pasting +### some command lines... ### ### (Instructions for copy+pasting are given when this script has been launched). ### -NXAGENT_HOST=127.0.0.1 # (e.g. 192.168.1.1, this scripts is launched on this machine) -NXPROXY_HOST=127.0.0.1 # (e.g. 192.168.1.2, you want to connect nxproxy -> nxagent from this machine) +NXAGENT_HOST=127.0.0.1 # (e.g. 192.168.1.1, this scripts is launched on the NXAGENT_HOST machine) +NXPROXY_HOST=127.0.0.1 # (e.g. 192.168.1.2, you want to connect nxproxy -> nxagent from the NXPROXY_HOST machine) NX_PORT=9 @@ -137,8 +138,8 @@ echo echo Now... COPY+PASTE the below lines to your local system echo echo "--------------8<---------" -#echo NX_HOST=nx/nx,keybd=1,samba=1,cups=1,connect=$NXAGENT_HOST,cookie=$NX_COOKIE,errors=${NX_ROOT}/S-${NX_PORT}/session +#NX_HOST=nx/nx,keybd=1,samba=1,cups=1,connect=$NXAGENT_HOST,cookie=$NX_COOKIE,errors=${NX_ROOT}/S-${NX_PORT}/session NX_HOST=nx/nx,keybd=1,samba=0,cups=0,connect=tcp:$NXAGENT_HOST:4009,cookie=$NX_COOKIE,errors=${NX_ROOT}/S-${NX_PORT}/session echo "NX_HOST=$NX_HOST" |