Re: VNC client/server combo doing VNC over HTTP

2006-03-14 Thread nullman
On 3/11/06, Mark Fletcher <[EMAIL PROTECTED]> wrote: nullman wrote:> 2 short infos to clarify :>> 1. VNC over http doesn´t existIs that strictly true? Both [EMAIL PROTECTED] and RealVNC Personal Edition offera version that  allows access through a web browser on the client side, specifically to be

Re: VNC client/server combo doing VNC over HTTP

2006-03-13 Thread Andrei Popescu
On Mon, 13 Mar 2006 11:57:21 -0500 Hal Vaughan <[EMAIL PROTECTED]> wrote: [snip] > It seems like almost all cool > tools on Windows need cygwin! > > Hal Have a look at OpenSSH for Windows http://sshwindows.sourceforge.net It is also based on Cygwin, but doesn't need a full install of the later

Re: VNC client/server combo doing VNC over HTTP

2006-03-13 Thread Hal Vaughan
On Monday 13 March 2006 11:42, anoop aryal wrote: ... > > Again thanks a lot for the suggestion, I'll try this too -- but I > > have a possibly stupid question. What protocol will the gateway of > > my corporate WAN think it is being asked to handle in this case? I > > don't think it will allow any

Re: VNC client/server combo doing VNC over HTTP

2006-03-13 Thread anoop aryal
On Saturday 11 March 2006 02:02 am, Mark Fletcher wrote: > Hal Vaughan wrote: > >On Friday 10 March 2006 09:29, nullman wrote: > >>2 short infos to clarify : > >> > >>1. VNC over http doesn´t exist > >>2. Port-Numbers can be altered with any version > >> > >>Solution would be : ssh on Port 443 ...

Re: VNC client/server combo doing VNC over HTTP

2006-03-11 Thread Hal Vaughan
On Saturday 11 March 2006 03:02, Mark Fletcher wrote: > Hal Vaughan wrote: > >On Friday 10 March 2006 09:29, nullman wrote: > >>2 short infos to clarify : > >> > >>1. VNC over http doesn´t exist > >>2. Port-Numbers can be altered with any version > >> > >>Solution would be : ssh on Port 443 ... wit

Re: VNC client/server combo doing VNC over HTTP

2006-03-11 Thread Mark Fletcher
Hal Vaughan wrote: On Friday 10 March 2006 09:29, nullman wrote: 2 short infos to clarify : 1. VNC over http doesn´t exist 2. Port-Numbers can be altered with any version Solution would be : ssh on Port 443 ... with that you can trick most proxies with the "connect" method to use any proxy

Re: VNC client/server combo doing VNC over HTTP

2006-03-10 Thread Mark Fletcher
nullman wrote: 2 short infos to clarify : 1. VNC over http doesn´t exist Is that strictly true? Both [EMAIL PROTECTED] and RealVNC Personal Edition offer a version that allows access through a web browser on the client side, specifically to be more firewall-friendly; what are they doing i

Re: VNC client/server combo doing VNC over HTTP

2006-03-10 Thread Oliver Jato
i use nxserver (freenx), it's in apt, plus the official client from www.nomachine.com, available for windows, macintosh and linux (rpm and deb). all traffic runs over ssh, so sshd must be running, and it's much faster than any vnc. i didn't keep an eye on this project during the last months, but i

RE: VNC client/server combo doing VNC over HTTP

2006-03-10 Thread Yu,Glen [Ontario]
ation Research Section Science and Technology Branch Environment Canada 4906 Dufferin St., Downsview, ON, M3H 5T4 -Original Message- From: Mark Fletcher [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 8:13 AM To: debian-user@lists.debian.org Subject: VNC client/server combo doing

Re: VNC client/server combo doing VNC over HTTP

2006-03-10 Thread Hal Vaughan
On Friday 10 March 2006 09:29, nullman wrote: > 2 short infos to clarify : > > 1. VNC over http doesn´t exist > 2. Port-Numbers can be altered with any version > > Solution would be : ssh on Port 443 ... with that you can trick most > proxies with the "connect" method to use any proxy-capable ssh-c

Re: VNC client/server combo doing VNC over HTTP

2006-03-10 Thread nullman
2 short infos to clarify :1. VNC over http doesn´t exist2. Port-Numbers can be altered with any versionSolution would be : ssh on Port 443 ... with that you can trick most proxies with the "connect" method to use any proxy-capable ssh-client (putty for example) -> after ssh-connection is ok .. you

VNC client/server combo doing VNC over HTTP

2006-03-10 Thread Mark Fletcher
Hi I'm looking for a VNC server to run on my home Debian setup that will allow me to connect to it from work. Trouble is, work is behind a (justly) paranoid corporate firewall which will allow me to connect out on HTTP/HTTPS on the usual web ports and not a lot else. So I'm looking for a solu