Sto provando a condividere lo schermo sul mio Mac Server, sulla mia LAN domestica, da remoto via Internet.
Posso VNC sul mio server mentre sulla LAN trovo con vnc://lanserver:5900
.
Sto inoltrando la porta 22 dal mio DSL al computer VNC LAN.
Posso usare SSH sul PC LAN attraverso il firewall ok.
Posso configurare il tunnel SSH, log:
Authenticated to xx.xxx.xxx.xxx ([xx.xxx.xxx.xxx]:22).
debug1: Local connections to LOCALHOST:5901 forwarded to remote address x.x.x.x:5900
debug1: Local forwarding listening on ::1 port 5901.
debug1: channel 0: new [port listener]
debug1: Local forwarding listening on 127.0.0.1 port 5901.
debug1: channel 1: new [port listener]
debug1: channel 2: new [client-session]
Quando provo vnc://127.0.0.0.1:5901
sul computer remoto, viene visualizzato un errore di timeout:
lanserver:~ user$ debug1: Connection to port 5901 forwarding to x.x.x.x port 5900 requested.
debug1: channel 3: new [direct-tcpip]
lanserver:~ user$ channel 3: open failed: connect failed: Operation timed out
Ho esaurito le opzioni cercando di scoprire perché la connessione è scaduta.