Hi guys
I'm trying to use stunnel between a windows server and a linux client.
On the windows server:
[VNC] accept = 5901 connect = 5900
and on the linux client:
; VNC server on 192.168.100.57 accept = 5901 connect = 192.168.100.65:5901
But, alas:
Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused Trying ::1... telnet: connect to address ::1: Connection refused
It's almost as if stunnel isn't listening on that port on the linux client.
Any ideas?