test
[hcoop/zz_old/ikiwiki] / KvmInfo.mdwn
1 = IP KVM Tunneling =
2 To use a VNC through a tunnel, one of the following commands must be issued
3 ''More information needed...''
4 {{{
5 /usr/local/bin/stunnel -f -c -d 5900 -r 69.90.123.69:15900
6 }}}
7 or
8 {{{
9 ssh admin@69.90.123.69 -L 5900:69.90.123.69:5900
10 }}}