Trouble between linux client and windows server

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? -- Regards Louis Young Systems Administrator Kwikpay SA (Pty) Ltd

On Wednesday 09 November 2005 15:33, Louis Young wrote: I've managed to narrow the problem down to the linux client: I can now connect, but it doesn't forward it to the correct port, e.g. accept = 5901 connect = 25 doesn't connect me to the SMTP server running on this same machine, but instead I connect to an unknown TCP port. Cheers Louis
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?
-- Regards Louis Young Systems Administrator Kwikpay SA (Pty) Ltd
participants (1)
-
Louis Young