X-Git-Url: https://git.hcoop.net/hcoop/zz_old/ikiwiki/blobdiff_plain/e1cd5a4cbe84bbd75f840bbd53756547296b29f9..ee25310d72cb6678ce011cda7a23477b88d86d20:/KvmInfo.mdwn diff --git a/KvmInfo.mdwn b/KvmInfo.mdwn new file mode 100755 index 0000000..00c4938 --- /dev/null +++ b/KvmInfo.mdwn @@ -0,0 +1,10 @@ += IP KVM Tunneling = +To use a VNC through a tunnel, one of the following commands must be issued +''More information needed...'' +{{{ + /usr/local/bin/stunnel -f -c -d 5900 -r 69.90.123.69:15900 +}}} +or +{{{ + ssh admin@69.90.123.69 -L 5900:69.90.123.69:5900 +}}}