Unable to change port for service?

2009-02-28 Thread Robert Feltwell
K just installed this app; vista x64 server vista x64 client. Tried running it using the default 5900. Initially I got timeout errors - firewall obviously, so I created an expection for TCP5900 and UDP5900 to my subnet. I then got connection terminated unexpectedly loops/SocketManager: unknown

using plink in batch file for VNC connections

2009-02-28 Thread Mike Miller
This bash script allows me to connect from Cygwin to my Xvnc server (myserver.edu), which is allowing connections only from localhost: begin script on next line- #!/usr/bin/bash ssh -f -L 25901:127.0.0.1:5901 myserver.edu sleep 10 vncviewer