Help please

2004-09-24 Thread Nick Bruton
Hi,
I am attempting to remote the native X display, I have read the docs but 
can't get it work. I have added the vnc.so as required.
Do I have to change the way that X starts or should it automatically start 
a vncserver?

What display should I use from a remote viewer should it be :0 ?
Thanks Nick

Nick Bruton  PADI Divemaster #624215
University of BristolYamaha YZF R1
Computing Service
Tyndall Avenue
Bristol BS8 1UD
Tel: 0117 9288193
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: server closed connection unexpectedly

2004-09-24 Thread James Weatherall
The response RFB 003.003 just indicates that the machine in question is
running an old VNC server. 

How does this relate to your original problem?

Cheers,

Wez @ RealVNC Ltd.


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Del Pino
 Sent: 23 September 2004 23:09
 To: [EMAIL PROTECTED]
 Subject: server closed connection unexpectedly
 
 I tried to run telnet to the machine running the vnc server 
 at port 5901 and I got RFB 003.003 instead of RFB 003.008. 
 The VNC server is running on a Win2K pro On the other hand I 
 can see a Win 2003 server running VNC Server 4 and a Win XP 
 pro running VNC Server 3.3.7, both from the same machine Win 
 XP Pro SP2 running VNC Server Service 4 and VNC Viewer 4.
 
 Thanks in advance,
 
 Sergio Del Pino
 Argentina
 server closed connection unexpectedly
 James Weatherall jnw at realvnc.com
 Thu Sep 9 10:04:00 2004
 
   a.. Previous message: 
 =?iso-8859-1?Q?server_closed_connection_unexpectedly?=
   b.. Next message:
 =?iso-8859-1?Q?VNC4_Does_not_work_on_Windows_XP_but_VNC_3=2E3=
 2E7_Works_Fine?=
   c.. Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
 --
 ---
 ---
 
 Hi,
 
 Assuming there isn't something fundamentally broken in your 
 Windows XP installation's TCP stack, there will be messages 
 other than unknown network event for listener in the 
 application log.  They will be flagged as errors.
 This also assumes that you are connecting to the correct port 
 in the first place.  Can you use telnet to check that you're 
 connecting to the right port?  (You should see RFB 003.008)
 
 Your assertion that it's definitely a software problem in 
 VNC 4 is bogus.
 It's almost certainly a configuration issue, although it 
 could also be a problem with the host system.  Reminder - 
 this is software we've tested extenensively and wouldn't have 
 released if it just didn't work...
 
 Wez @ RealVNC Ltd.
 
 
  -Original Message-
  From: vnc-list-admin at realvnc.com
  [mailto:vnc-list-admin at realvnc.com] On Behalf Of vnc at 
  frifra.de
  Sent: 09 September 2004 07:22
  To: vnc-list at realvnc.com
  Subject: server closed connection unexpectedly
 
 
  Hi,
  it's NOT e firewall issue! If i deinstall VNC 4.0 and reinstall 3.3 
  all works fine... both 3.3 and 4.0 are using Port 5900.
  It's definitly a software problem in 4.0, but it seems to 
 noone knows 
  about...
 
  Remember:
   At the application log i found many errors:
   SocketManager: unknown
   network event for listener.
   There is no firewall on this machines, also the XP firewall is 
   inactive.
 
 
  All previous versions worked fine, whithout of any 
 trouble... Now im 
  trying for 3 days and nothing works!
 
  I don't understand, why they made a stable application such a crap 
  (remind - it's a final, not a beatversion).
  ___
  VNC-List mailing list
  VNC-List at realvnc.com
  To remove yourself from the list visit:
  http://www.realvnc.com/mailman/listinfo/vnc-list
 ___
 VNC-List mailing list
 [EMAIL PROTECTED]
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: local host vs local address

2004-09-24 Thread James Weatherall
John at al,

The notion of VNC binding to a particular _interface_ is bogus.  When
accepting incoming connections, services bind to a particular host _IP
address_.  Like most other services, VNC binds to INADDR_NONE, which means
it accepts connections via all the host's addresses.  If your TCP/IP stack
is working correctly then this will allow the server to accept connections
on any valid IP address for the host, regardless of when they were added to
it.  The _only_ situation in which VNC Server binds to a specific address is
when accepting connections only from localhost.

Wez @ RealVNC Ltd.


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Wall, John
 Sent: 24 September 2004 00:19
 To: Ward, Stuart; VNC List; 'Chris Goodwin'
 Subject: RE: local host vs local address
 
 Hi Stuart,
 
 My experiences with VNC Server re binding are mainly to do 
 with using VNC as a service on a dial up connexion. The 
 binding occurs before you are connected thus you only have 
 your Network Interface Card default IP.
 
 Once connected I usually have to Stop  Start the VNC service 
 to rebind.
 
 John
 
  --
  From:   Chris Goodwin[SMTP:[EMAIL PROTECTED]
  Reply To:   Chris Goodwin
  Sent:   Friday, 24 September 2004 1:18 AM
  To: Ward, Stuart; VNC List
  Subject:Re: local host vs local address
  
  Thanks, Stuart, this particular station is still @ SP1, 
 fully patched.
  
  One note: If I do not register VNC Server as a service 
 during install, 
  but trigger the manual mode from a shortcut in the Startup 
 folder, it 
  binds to the correct IP every time. I can only assume that 
 some other 
  program prevents it from doing so at boot.
  
  I appreciate any input - thanks for your response, Stuart!
  
  Chris Goodwin
  Sandware Business Systems
  
  We manage technology so you can manage your business.
  http://www.sandware.net
  voice: 910.639.3055
  - Original Message -
  From: Ward, Stuart [EMAIL PROTECTED]
  To: VNC List [EMAIL PROTECTED]
  Sent: Thursday, September 23, 2004 1:01 PM
  Subject: RE: local host vs local address
  
  
   This may be related to SP2 issue that a recent fix has 
 been put out 
   for
  by
   MS.
  
   Stu
  
   -Original Message-
   From: Chris Goodwin [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, September 22, 2004 1:01 PM
   To: VNC List
   Subject: local host vs local address
  
  
   I have the same issue as the gentleman below. I have 
 WinVNC4 running 
   as
  a
   service on a XP Home machine. It is behind a Linksys wireless 
   router, so
  the
   appropriate ports are forwarded to the machine's IP.
  
   My issue has been that intermittently, WinVNC binds to 127.0.0.1, 
   then
  other
   times binds appropriately to 192.168.1.150. I have successfully 
   accessed
  the
   machine to perform maintenance, etc., previously, but 
 today WinVNC 
   bound
  to
   the localhost address, leaving me unable to access it.
  
   To reiterate, the installation works intermittently, but 
 it has worked.
  
   - not set to loopback only
   - wireless LAN connection working normally
   - the machine has been running all day, and I get a connection
  refused,
  so
   it's not the IP display update issue
  
   Any other ideas on what would make WinVNC bind to the localhost?
  
   Thanks!
  
   Chris Goodwin
  
   Max,
  
   VNC Server binds to network interfaces in one of two 
 ways.  Either:
  
   - It binds to all network interfaces (INADDR_ANY), or
   - It binds only to the local loopback interface (127.0.0.1)
  
   If your tray icon says that it has bound to 127.0.0.1 then one of 
   three things has happened:
  
   - Your machine only has local loopback  no network interface is
  available
   - You have explicitly configured VNC Server to only 
 listen for local 
   loopback connections
   - VNC Server is actually listening on INADDR_ANY, but the 
 tray icon
  contents
   are out of date and reflect a point in time before the network
  interfaces
   had come up.  This tray icon behaviour is a known bug.  It could 
   cause a Service-Mode server to show Not accepting 
 connections or 127.0.0.1
  in
   some cases.
  
   I assume that you've tried connecting to the server in 
 spite of the 
   tray icon's contents and established that it's not 
 accepting connections?
  
   Cheers,
  
   Wez @ RealVNC Ltd.
  
  
In the tray, on the server icon, I can read the IP that 
 is being used.
so when run as a service it says 127.0.0.1 and my PC cannot be 
reached remotly.
and when I launch server manually it reads 192.168.0.100 and 
RealVNC works fine.
I like to use it as a service, as I never know in 
 advance when I 
need to reach my machine ...
   
-Message d'origine-
De : James Weatherall [mailto:jnw at realvnc.com] 
 Envoyi : lundi
13 septembre 2004 12:59 @ : 'Big Max Leo'; vnc-list at 
realvnc.com Objet : RE: local host vs local address,
   
   
Max,
   

server closed connection unexpectedly

2004-09-24 Thread Sergio Del Pino
I can't access one of the machines in the office, W2k Pro, I guess is running
VNC Server service 3.3.7 . Appears server closed connection unexpectedly
after introduced the pwd for authentication. The VNC Viewer 4 is running on
WinXP Pro SP2, and from this machine I have no problem to access other WinXP
Pro SP2 running VNC Server Service 3.3.7 on the same office network.

Where is the problem?

Thanks in advance,

Sergio Del Pino

Argentina


From: James Weatherall [EMAIL PROTECTED]
To: 'Sergio Del Pino' [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: RE: server closed connection unexpectedly
Date: Fri, 24 Sep 2004 10:55:07 +0100
Organization: RealVNC Ltd.

The response RFB 003.003 just indicates that the machine in question is
running an old VNC server.

How does this relate to your original problem?

Cheers,

Wez @ RealVNC Ltd.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Del Pino
 Sent: 23 September 2004 23:09
 To: [EMAIL PROTECTED]
 Subject: server closed connection unexpectedly

 I tried to run telnet to the machine running the vnc server
 at port 5901 and I got RFB 003.003 instead of RFB 003.008.
 The VNC server is running on a Win2K pro On the other hand I
 can see a Win 2003 server running VNC Server 4 and a Win XP
 pro running VNC Server 3.3.7, both from the same machine Win
 XP Pro SP2 running VNC Server Service 4 and VNC Viewer 4.

 Thanks in advance,

 Sergio Del Pino
 Argentina
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Help please

2004-09-24 Thread Nick Bruton
I think I should clarify what I am trying to do, I want to be able to run a 
vncviewer on one system and have a complete mirrored screen of the remote 
system.
Is this possible?
How do I do it?
Thanks


Nick Bruton  PADI Divemaster #624215
University of BristolYamaha YZF R1
Computing Service
Tyndall Avenue
Bristol BS8 1UD
Tel: 0117 9288193
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: server closed connection unexpectedly

2004-09-24 Thread James Weatherall
Sergio,

Your previous mails stated that If i deinstall VNC 4.0 and reinstall 3.3
all works fine..., from which you originally asserted that it must be a VNC
4-specific problem.  Now you are saying that the server is running VNC 3.3.
Looking at the previous mails, though, it appears that actually you didn't
write the original (and needlessly abusive) mail regarding VNC not working,
unelss you are [EMAIL PROTECTED] as well as [EMAIL PROTECTED]

Assuming that you are not the same person, and that the information below is
correct, the most likely causes of the problem you're seeing are that the
server has an unsupported pixel format, or is locked  VNC is not running as
a service.

You can enable the VNC 3 DebugMode and DebugLevel registry settings in order
to get debug output to check what is happening on the problem server.

Wez @ RealVNC Ltd. 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Del Pino
 Sent: 24 September 2004 13:03
 To: [EMAIL PROTECTED]
 Subject: server closed connection unexpectedly
 
 I can't access one of the machines in the office, W2k Pro, I 
 guess is running VNC Server service 3.3.7 . Appears server 
 closed connection unexpectedly
 after introduced the pwd for authentication. The VNC Viewer 4 
 is running on WinXP Pro SP2, and from this machine I have no 
 problem to access other WinXP Pro SP2 running VNC Server 
 Service 3.3.7 on the same office network.
 
 Where is the problem?
 
 Thanks in advance,
 
 Sergio Del Pino
 
 Argentina
 
 
 From: James Weatherall [EMAIL PROTECTED]
 To: 'Sergio Del Pino' [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: RE: server closed connection unexpectedly
 Date: Fri, 24 Sep 2004 10:55:07 +0100
 Organization: RealVNC Ltd.
 
 The response RFB 003.003 just indicates that the machine in 
 question is running an old VNC server.
 
 How does this relate to your original problem?
 
 Cheers,
 
 Wez @ RealVNC Ltd.
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Del Pino
  Sent: 23 September 2004 23:09
  To: [EMAIL PROTECTED]
  Subject: server closed connection unexpectedly
 
  I tried to run telnet to the machine running the vnc server at port 
  5901 and I got RFB 003.003 instead of RFB 003.008.
  The VNC server is running on a Win2K pro On the other hand 
 I can see a 
  Win 2003 server running VNC Server 4 and a Win XP pro running VNC 
  Server 3.3.7, both from the same machine Win XP Pro SP2 running VNC 
  Server Service 4 and VNC Viewer 4.
 
  Thanks in advance,
 
  Sergio Del Pino
  Argentina
 ___
 VNC-List mailing list
 [EMAIL PROTECTED]
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Help please

2004-09-24 Thread James Weatherall
Nick,

Please try to give a more descriptive subject line in future posts -
tracking down previous posts with titles like Help please isn't very easy!

For your system it may be better to start by running x0vncserver as an
application within your X session, and then try connecting to that.  Once
you have established that your viewer can connect to that, you can switch
back to using the module.

Cheers,

Wez @ RealVNC Ltd.


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Nick Bruton
 Sent: 24 September 2004 13:43
 To: [EMAIL PROTECTED]
 Subject: Re: Help please
 
 I think I should clarify what I am trying to do, I want to be 
 able to run a vncviewer on one system and have a complete 
 mirrored screen of the remote system.
 Is this possible?
 How do I do it?
 Thanks
 
 --
 --
 Nick Bruton  PADI 
 Divemaster #624215
 University of BristolYamaha YZF R1
 Computing Service
 Tyndall Avenue
 Bristol BS8 1UD
 Tel: 0117 9288193
 ___
 VNC-List mailing list
 [EMAIL PROTECTED]
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Help please

2004-09-24 Thread James Weatherall
Nick, (msg re-CC'ed to list, for the list subscribers' general edification!)

Now that you've established that x0vncserver works, and thus that your
network is not the issue, we can return to the module installation.

Vnc.so should work once it's been added to the X server config file and the
X server has been restarted.  Things to check are whether you're editing the
right config file, which X server you're using, and whether the X server is
logging errors.

Cheers,

Wez @ RealVNC Ltd.
 

 -Original Message-
 From: Nick Bruton [mailto:[EMAIL PROTECTED] 
 Sent: 24 September 2004 15:03
 To: James Weatherall
 Subject: RE: Help please
 
 Wez,
 
 Sorry bout the subject, I have got x0vncserver running and it 
 seems to work
 
 Nick
 
 --On Friday, September 24, 2004 14:56:26 +0100 James 
 Weatherall [EMAIL PROTECTED] wrote:
 
  Nick,
 
  Please try to give a more descriptive subject line in 
 future posts - 
  tracking down previous posts with titles like Help please 
 isn't very 
  easy!
 
  For your system it may be better to start by running 
 x0vncserver as an 
  application within your X session, and then try connecting 
 to that.  
  Once you have established that your viewer can connect to that, you 
  can switch back to using the module.
 
  Cheers,
 
  Wez @ RealVNC Ltd.
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Nick Bruton
  Sent: 24 September 2004 13:43
  To: [EMAIL PROTECTED]
  Subject: Re: Help please
 
  I think I should clarify what I am trying to do, I want to 
 be able to 
  run a vncviewer on one system and have a complete mirrored 
 screen of 
  the remote system.
  Is this possible?
  How do I do it?
  Thanks
 
  --
  --
  Nick Bruton  PADI
  Divemaster #624215
  University of BristolYamaha YZF R1
  Computing Service
  Tyndall Avenue
  Bristol BS8 1UD
  Tel: 0117 9288193
  ___
  VNC-List mailing list
  [EMAIL PROTECTED]
  To remove yourself from the list visit:
  http://www.realvnc.com/mailman/listinfo/vnc-list
 
 
 
 
 
 --
 --
 Nick Bruton  PADI 
 Divemaster #624215
 University of BristolYamaha YZF R1
 Computing Service
 Tyndall Avenue
 Bristol BS8 1UD
 Tel: 0117 9288193
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Help please

2004-09-24 Thread Nick Bruton
OK,
Well it loads the module and then later on it gets disabled.
On one system it loads the module and then later in XFree86.0.log
it says (II) RADEON(0): VNC disabled
on the other system it says
(II) I810(0): VNC disabled
They both complain about the passwordFile option.
Nick

--On Friday, September 24, 2004 15:28:11 +0100 James Weatherall 
[EMAIL PROTECTED] wrote:

Nick, (msg re-CC'ed to list, for the list subscribers' general
edification!)
Now that you've established that x0vncserver works, and thus that your
network is not the issue, we can return to the module installation.
Vnc.so should work once it's been added to the X server config file and
the X server has been restarted.  Things to check are whether you're
editing the right config file, which X server you're using, and whether
the X server is logging errors.
Cheers,
Wez @ RealVNC Ltd.

-Original Message-
From: Nick Bruton [mailto:[EMAIL PROTECTED]
Sent: 24 September 2004 15:03
To: James Weatherall
Subject: RE: Help please
Wez,
Sorry bout the subject, I have got x0vncserver running and it
seems to work
Nick
--On Friday, September 24, 2004 14:56:26 +0100 James
Weatherall [EMAIL PROTECTED] wrote:
 Nick,

 Please try to give a more descriptive subject line in
future posts -
 tracking down previous posts with titles like Help please
isn't very
 easy!

 For your system it may be better to start by running
x0vncserver as an
 application within your X session, and then try connecting
to that.
 Once you have established that your viewer can connect to that, you
 can switch back to using the module.

 Cheers,

 Wez @ RealVNC Ltd.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Nick Bruton
 Sent: 24 September 2004 13:43
 To: [EMAIL PROTECTED]
 Subject: Re: Help please

 I think I should clarify what I am trying to do, I want to
be able to
 run a vncviewer on one system and have a complete mirrored
screen of
 the remote system.
 Is this possible?
 How do I do it?
 Thanks

 --
 --
 Nick Bruton  PADI
 Divemaster #624215
 University of BristolYamaha YZF R1
 Computing Service
 Tyndall Avenue
 Bristol BS8 1UD
 Tel: 0117 9288193
 ___
 VNC-List mailing list
 [EMAIL PROTECTED]
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list



--
--
Nick Bruton  PADI
Divemaster #624215
University of BristolYamaha YZF R1
Computing Service
Tyndall Avenue
Bristol BS8 1UD
Tel: 0117 9288193



Nick Bruton  PADI Divemaster #624215
University of BristolYamaha YZF R1
Computing Service
Tyndall Avenue
Bristol BS8 1UD
Tel: 0117 9288193
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


How to create a binary encoded password?

2004-09-24 Thread André Tapxure Gabriel
Hi

Im new in VNC and I was looking at the winvnc4 /? And I saw a parameter
called  Password   - Obfuscated binary encoding of the password which
clients must supply to access the server (default=). How do I generate the
binary enconding of the password to call winvnc4 from command line?

Thanks

Andri tapxure
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Unable to connect to host: Connection refused (10061)

2004-09-24 Thread David Hagen-Sørensen
Dear realVNC users.
 
I'm new in using realvnc. But I have tried to read as many things abort this
system as possible, but it just wount work. 
In my internal system I think it works but only have one computer internal,
so it is ment to be used to contact my computer from the WAN. Internal my
computer has IP 10.0.0.2 and my router has 10.0.0.1. I have a global ip
212.242.152.* and I have configured my router to forward ports outside from
ports 5600 to 5950 and send them to 10.0.0.2 (My local machine)
But i still get the error above in the subject line. I don't have any
firewall installed at the moment. Called my adsl supplier and they told me
that they don't have any programs or hardware protecting my adsl line. So
can anyone help me with this problem. I have run out of ideas. 
 
Best regards
 
David.
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Help please

2004-09-24 Thread James Weatherall
Nick,

If I remember correctly, we don't log any messages of that sort from vnc.so.
It looks rather more as though the I810 and RADEON drivers have some
component within them that they happen to call VNC...

Which X server are you using vnc.so with?

Wez @ RealVNC Ltd.


 -Original Message-
 From: Nick Bruton [mailto:[EMAIL PROTECTED] 
 Sent: 24 September 2004 15:45
 To: James Weatherall; 'Nick Bruton'
 Cc: [EMAIL PROTECTED]
 Subject: RE: Help please
 
 OK,
 
 Well it loads the module and then later on it gets disabled.
 
 On one system it loads the module and then later in XFree86.0.log
 
 it says (II) RADEON(0): VNC disabled
 
 on the other system it says
 (II) I810(0): VNC disabled
 
 They both complain about the passwordFile option.
 
 Nick
 
 
 
 
 --On Friday, September 24, 2004 15:28:11 +0100 James 
 Weatherall [EMAIL PROTECTED] wrote:
 
  Nick, (msg re-CC'ed to list, for the list subscribers' general
  edification!)
 
  Now that you've established that x0vncserver works, and 
 thus that your 
  network is not the issue, we can return to the module installation.
 
  Vnc.so should work once it's been added to the X server config file 
  and the X server has been restarted.  Things to check are whether 
  you're editing the right config file, which X server you're 
 using, and 
  whether the X server is logging errors.
 
  Cheers,
 
  Wez @ RealVNC Ltd.
 
 
  -Original Message-
  From: Nick Bruton [mailto:[EMAIL PROTECTED]
  Sent: 24 September 2004 15:03
  To: James Weatherall
  Subject: RE: Help please
 
  Wez,
 
  Sorry bout the subject, I have got x0vncserver running and 
 it seems 
  to work
 
  Nick
 
  --On Friday, September 24, 2004 14:56:26 +0100 James Weatherall 
  [EMAIL PROTECTED] wrote:
 
   Nick,
  
   Please try to give a more descriptive subject line in
  future posts -
   tracking down previous posts with titles like Help please
  isn't very
   easy!
  
   For your system it may be better to start by running
  x0vncserver as an
   application within your X session, and then try connecting
  to that.
   Once you have established that your viewer can connect 
 to that, you 
   can switch back to using the module.
  
   Cheers,
  
   Wez @ RealVNC Ltd.
  
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of Nick Bruton
   Sent: 24 September 2004 13:43
   To: [EMAIL PROTECTED]
   Subject: Re: Help please
  
   I think I should clarify what I am trying to do, I want to
  be able to
   run a vncviewer on one system and have a complete mirrored
  screen of
   the remote system.
   Is this possible?
   How do I do it?
   Thanks
  
   --
   --
   Nick Bruton  PADI
   Divemaster #624215
   University of Bristol
 Yamaha YZF R1
   Computing Service
   Tyndall Avenue
   Bristol BS8 1UD
   Tel: 0117 9288193
   ___
   VNC-List mailing list
   [EMAIL PROTECTED]
   To remove yourself from the list visit:
   http://www.realvnc.com/mailman/listinfo/vnc-list
  
  
 
 
 
  --
  --
  Nick Bruton  PADI
  Divemaster #624215
  University of BristolYamaha YZF R1
  Computing Service
  Tyndall Avenue
  Bristol BS8 1UD
  Tel: 0117 9288193
 
 
 
 
 
 --
 --
 Nick Bruton  PADI 
 Divemaster #624215
 University of BristolYamaha YZF R1
 Computing Service
 Tyndall Avenue
 Bristol BS8 1UD
 Tel: 0117 9288193
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Novice Install 4

2004-09-24 Thread JimVal
Is there any literature for a novice to install VNC 4. Or Help in Austin Tx,
78758 ? Wireless Lap to wired Desk. through router.??
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Pinging ?

2004-09-24 Thread the_masseys
I am on a network trying to connect with my home computer, that is on a cable 
connection, with no luck.

What does it mean If I can ping my computer at home from here on the network, but I 
can't ping this network computer from my home?

Something is blocking me and it's driving me nuts!  I have spoke to our IT department, 
who says there shouldn't be a problem.  Suposedly, there are other employees who use 
VNC with their home computers.

Help!!!???
Thanks
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: server closed connection unexpectedly

2004-09-24 Thread Sergio Del Pino
James,

Thank you for your reply.
I'm not [EMAIL PROTECTED] but I read his posts. I will try to install VNC 4 in
every machine and if not works will enable the VNC 3 DebugMode and
DebugLevel registry  (Should I download a previous VNC version 3?).

Thanks,

Sergio (at Argentina)
- Original Message - 
From: James Weatherall [EMAIL PROTECTED]
To: 'Sergio Del Pino' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, September 24, 2004 10:08 AM
Subject: RE: server closed connection unexpectedly


 Sergio,

 Your previous mails stated that If i deinstall VNC 4.0 and reinstall 3.3
 all works fine..., from which you originally asserted that it must be a
VNC
 4-specific problem.  Now you are saying that the server is running VNC
3.3.
 Looking at the previous mails, though, it appears that actually you didn't
 write the original (and needlessly abusive) mail regarding VNC not
working,
 unelss you are [EMAIL PROTECTED] as well as [EMAIL PROTECTED]

 Assuming that you are not the same person, and that the information below
is
 correct, the most likely causes of the problem you're seeing are that the
 server has an unsupported pixel format, or is locked  VNC is not running
as
 a service.

 You can enable the VNC 3 DebugMode and DebugLevel registry settings in
order
 to get debug output to check what is happening on the problem server.

 Wez @ RealVNC Ltd.


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Del Pino
  Sent: 24 September 2004 13:03
  To: [EMAIL PROTECTED]
  Subject: server closed connection unexpectedly
 
  I can't access one of the machines in the office, W2k Pro, I
  guess is running VNC Server service 3.3.7 . Appears server
  closed connection unexpectedly
  after introduced the pwd for authentication. The VNC Viewer 4
  is running on WinXP Pro SP2, and from this machine I have no
  problem to access other WinXP Pro SP2 running VNC Server
  Service 3.3.7 on the same office network.
 
  Where is the problem?
 
  Thanks in advance,
 
  Sergio Del Pino
 
  Argentina
 
 
  From: James Weatherall [EMAIL PROTECTED]
  To: 'Sergio Del Pino' [EMAIL PROTECTED], [EMAIL PROTECTED]
  Subject: RE: server closed connection unexpectedly
  Date: Fri, 24 Sep 2004 10:55:07 +0100
  Organization: RealVNC Ltd.
 
  The response RFB 003.003 just indicates that the machine in
  question is running an old VNC server.
 
  How does this relate to your original problem?
 
  Cheers,
 
  Wez @ RealVNC Ltd.
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Del Pino
   Sent: 23 September 2004 23:09
   To: [EMAIL PROTECTED]
   Subject: server closed connection unexpectedly
  
   I tried to run telnet to the machine running the vnc server at port
   5901 and I got RFB 003.003 instead of RFB 003.008.
   The VNC server is running on a Win2K pro On the other hand
  I can see a
   Win 2003 server running VNC Server 4 and a Win XP pro running VNC
   Server 3.3.7, both from the same machine Win XP Pro SP2 running VNC
   Server Service 4 and VNC Viewer 4.
  
   Thanks in advance,
  
   Sergio Del Pino
   Argentina
  ___
  VNC-List mailing list
  [EMAIL PROTECTED]
  To remove yourself from the list visit:
  http://www.realvnc.com/mailman/listinfo/vnc-list
 




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.752 / Virus Database: 503 - Release Date: 03/09/2004
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Pinging ?

2004-09-24 Thread Alan Watchorn
Try using the 'tracert' rather than  the 'ping' command (same parameter). 
It will show you each system it passes through on the way to the
destination (and where it dies).

Alan.

Alan Watchorn
Eshelman Appraisals, Inc.
[EMAIL PROTECTED]
Phone (760) 692-4302
Fax (760) 692-4303

[EMAIL PROTECTED] said:
 I am on a network trying to connect with my home computer, that is on a
 cable connection, with no luck.

 What does it mean If I can ping my computer at home from here on the
 network, but I can't ping this network computer from my home?

 Something is blocking me and it's driving me nuts!  I have spoke to our IT
 department, who says there shouldn't be a problem.  Suposedly, there are
 other employees who use VNC with their home computers.

 Help!!!???
 Thanks
 ___
 VNC-List mailing list
 [EMAIL PROTECTED]
 To remove yourself from the list visit:
 http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: local host vs local address

2004-09-24 Thread Wall, John
My statement referred mainly to starting up a Windows platform with no
network connected i.e. a dial up situation. VNC SERVER is installed as a
service on startup and thus will not work until you STOP/START the service
once connecting to the network.

John
 --
 From: James Weatherall[SMTP:[EMAIL PROTECTED]
 Sent: Friday, 24 September 2004 5:49 PM
 To:   'Wall, John'; 'Ward, Stuart'; 'VNC List'; 'Chris Goodwin'
 Subject:  RE: local host vs local address
 
 John at al,
 
 The notion of VNC binding to a particular _interface_ is bogus.  When
 accepting incoming connections, services bind to a particular host _IP
 address_.  Like most other services, VNC binds to INADDR_NONE, which means
 it accepts connections via all the host's addresses.  If your TCP/IP stack
 is working correctly then this will allow the server to accept connections
 on any valid IP address for the host, regardless of when they were added
 to
 it.  The _only_ situation in which VNC Server binds to a specific address
 is
 when accepting connections only from localhost.
 
 Wez @ RealVNC Ltd.
 
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Wall, John
  Sent: 24 September 2004 00:19
  To: Ward, Stuart; VNC List; 'Chris Goodwin'
  Subject: RE: local host vs local address
  
  Hi Stuart,
  
  My experiences with VNC Server re binding are mainly to do 
  with using VNC as a service on a dial up connexion. The 
  binding occurs before you are connected thus you only have 
  your Network Interface Card default IP.
  
  Once connected I usually have to Stop  Start the VNC service 
  to rebind.
  
  John
  
   --
   From: Chris Goodwin[SMTP:[EMAIL PROTECTED]
   Reply To: Chris Goodwin
   Sent: Friday, 24 September 2004 1:18 AM
   To:   Ward, Stuart; VNC List
   Subject:  Re: local host vs local address
   
   Thanks, Stuart, this particular station is still @ SP1, 
  fully patched.
   
   One note: If I do not register VNC Server as a service 
  during install, 
   but trigger the manual mode from a shortcut in the Startup 
  folder, it 
   binds to the correct IP every time. I can only assume that 
  some other 
   program prevents it from doing so at boot.
   
   I appreciate any input - thanks for your response, Stuart!
   
   Chris Goodwin
   Sandware Business Systems
   
   We manage technology so you can manage your business.
   http://www.sandware.net
   voice: 910.639.3055
   - Original Message -
   From: Ward, Stuart [EMAIL PROTECTED]
   To: VNC List [EMAIL PROTECTED]
   Sent: Thursday, September 23, 2004 1:01 PM
   Subject: RE: local host vs local address
   
   
This may be related to SP2 issue that a recent fix has 
  been put out 
for
   by
MS.
   
Stu
   
-Original Message-
From: Chris Goodwin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 1:01 PM
To: VNC List
Subject: local host vs local address
   
   
I have the same issue as the gentleman below. I have 
  WinVNC4 running 
as
   a
service on a XP Home machine. It is behind a Linksys wireless 
router, so
   the
appropriate ports are forwarded to the machine's IP.
   
My issue has been that intermittently, WinVNC binds to 127.0.0.1, 
then
   other
times binds appropriately to 192.168.1.150. I have successfully 
accessed
   the
machine to perform maintenance, etc., previously, but 
  today WinVNC 
bound
   to
the localhost address, leaving me unable to access it.
   
To reiterate, the installation works intermittently, but 
  it has worked.
   
- not set to loopback only
- wireless LAN connection working normally
- the machine has been running all day, and I get a connection
   refused,
   so
it's not the IP display update issue
   
Any other ideas on what would make WinVNC bind to the localhost?
   
Thanks!
   
Chris Goodwin
   
Max,
   
VNC Server binds to network interfaces in one of two 
  ways.  Either:
   
- It binds to all network interfaces (INADDR_ANY), or
- It binds only to the local loopback interface (127.0.0.1)
   
If your tray icon says that it has bound to 127.0.0.1 then one of 
three things has happened:
   
- Your machine only has local loopback  no network interface is
   available
- You have explicitly configured VNC Server to only 
  listen for local 
loopback connections
- VNC Server is actually listening on INADDR_ANY, but the 
  tray icon
   contents
are out of date and reflect a point in time before the network
   interfaces
had come up.  This tray icon behaviour is a known bug.  It could 
cause a Service-Mode server to show Not accepting 
  connections or 127.0.0.1
   in
some cases.
   
I assume that you've tried connecting to the server in 
  spite of the 
tray icon's contents and established that it's not 
  accepting connections?