Gentoo Archives: gentoo-user

From: Justin Krejci <jus@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] VNCviewer config port
Date: Fri, 16 Dec 2005 03:51:47
Message-Id: 200512152143.01120.jus@krytosvirus.com
1 On Thursday 15 December 2005 04:14 am, ddup1@××××××××××××××.org wrote:
2 > Hi,
3 >
4 > does anyone know how to specify a port to vncviewer (i used vncviewer
5 > under windows) and want to connect to my pc at home but not on port
6 > 5900.
7
8 vncviewer will automatically add 5900 to your port number, for example
9 (replace myserver.com with your server address)
10
11 $ vncviewer myserver.com:0
12 will connect on port 5900
13
14 $ vncviewer myserver.com:1
15 will connect on port 5901
16
17 if you want to explicitly specify the port number try this
18 $ vncviewer myserver.com::5900
19
20 notice there are two colon characters " :: " in this example
21 --
22 gentoo-user@g.o mailing list