the problem in inetd with wait mode

2005-06-16 Thread ?? ?

thanks for your reply ,
I wrote two files in /etc/xinet.d/ ,file my_vnc_nowait  is nowait mode,and 
my_vnc_wait is the wait mode ,as following :


service my_vnc_nowait
{
   socket_type  = stream
   wait = no
   user = nobody
   serve= /usr/local/bin/Xvnc
   server_args= -inetd -query 127.0.0.1 -once -geometry 
1024x768

   disable  = no
}
service my_vnc_wait
{
   socket_type  = stream
   wait = yes
   user = root
   server   = /usr/local/bin/Xvnc
   server_args= -inetd -query 127.0.0.1 -once 
passwordFile=/root/.vnc/passwd -geometry 1024x768

   disable  = no
}

surprisingly , the "nowait mode" can work well .But the wait mode, when 
connect to the wait mode port , it told :  " read:Connection reset by peer 
(10054)  "


why ? how to make it work ?

**

From: Wesley Hart <[EMAIL PROTECTED]>
To: ?? ? <[EMAIL PROTECTED]>, vnc-list@realvnc.com
CC: vnc-list@realvnc.com
Subject: Re: Again:make the vnc as a standard  service in linux
Date: Thu, 16 Jun 2005 10:17:28 -0500

Twas brillig, and ?? ? scrobe:
> I have read the article wrote by Jeremy Impson at
> http://linuxjournal.com/article/5499.
> He said that there are 2 ways to make the vnc a service ,but also 
pointed

> out  both have drawbacks :
> Some distributions like Fc3  set the vncserver boot script (in
> /etc/init.d/vncserver) to come up at boot,but this configuration doesn't
> scale well for multiple users. You could define many VNC sessions in the
> /etc/sysconfig/vncservers file to start up at boot. But all of these VNC
> desktops will be idle until they are used. all of these take up RAM.
> with the xinetd method ,  the VNC server  start a new desktop for every
> connection, disallows multiple connections to one desktop and shuts down
> after the original connection exits. So it loses statefulness and the
> ability to share the desktop both remotely and locally.

That article may be a bit out of date.  Take a look at the Xvnc man page
section on 'USAGE WITH INETD'

  http://www.realvnc.com/products/free/4.1/man/Xvnc.html

You want to run Xvnc with inetd's "wait" option.  I'm using this locally
and it seems to address all of your concerns about multiple connections,
session persistance and desktop sharing.  Check it out.

--
Wesley Hart


_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


screen size

2005-06-16 Thread Qgh Rohgy
Hello all,

I am vnc'ing from my Windows machine(home) to my
RedHat Linux machine(office).

My problem is that I am unable to view full screen
size of my Linux machine on my Windows machine. That
is I see a small screen of my office machine with a
lot of black space surrounding it. I am unable to
resize this too.

I have also changed the xstartup script on my Linux
home .vnc directory to state -
xterm - geometry 1024 X 768+10+10 -ls - title
"$VNCDESKTOP Desktop" &

I am not sure whether this is the right way to do.

Please advice as I would like to see full screen of my
office machone on my home machine.

Many Thanks,
qgh



 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


New To VNC-First Post

2005-06-16 Thread Mark Sarria
I have a general question, it probably has been answered "many a times", but
I would like to know if I can connect to a computer in another part of the
world? Meaning I travel a lot between Nicaragua and California. When I am in
Nicaragua, I would some times like to connect to my server in California,
and vice versa (California to Nicaragua)

Is this possible with VNC, and what would I need (network
setup/configuration)to make this happen?

Thanks

--mark  
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Xvnc 4.X and inetd on Solaris

2005-06-16 Thread Jeff Hall
I am also using Solaris on Sparc but I'm using OpenWindows rather than
CDE. I am no expert on CDE but I believe the dtlogin program is the XDMCP
listener and therefore you need to get a corrected dtlogin program or
switch to the OpenWindows xdm program.

On Wed, 15 Jun 2005, Tom Schmidt wrote:

> On Tue, 14 Jun 2005, Jeff Hall wrote:
>
> Jeff,
>   I am using Solaris 8 on SPARC, not Solaris x86.  I tried replacing
> /usr/openwin/bin/xdm with the X11R6.5.1 version and got the same issue.
>   I don't think xdm is ever being called because I also removed it and
> was still able to successfully lauch Xvnc 3.3.7, but not Xvnc 4.X
> releases.
>
>   "/usr/dt/bin/dtlogin -daemon" is the parent process I see being run
> when the CDE login is being done using Xvnc via inetd.  With Xvnc 3.3.7,
> this would spawn /usr/dt/bin/Xsession to launch CDE, but with Xvnc 4.X,
> Xsession never spawns.
>
>   Any other ideas?
>
> Thanks...Tom
>
> > The problem is an incompatibility between Xvnc 4.x and the xdm supplied
> > with Solaris 8/9 (maybe 10 also). The solution that worked for me was to
> > build X11R6 V4.3.0 from source and use its xdm.
> >
> > On Tue, 14 Jun 2005, Tom Schmidt wrote:
>  >
> > >
> > > Has anyone been able to get Xvnc 4.X to work via inetd on Solaris?  I
> > > have seen other reports here and on Google reporting the same issues,
> > > but I have not found a solution.
> > >
> > > The older Xvnc 3.3.7 works fine with my inetd setup, but I cannot get
> > > Xvnc 4.1.1 or E4.1.6 to work.  The only change to my Xvnc_inetd wrapper
> > > script is the addition of the new required "-SecurityTypes=none" option.
> > >   I have also tried several other options as well with no success.  I
> > > get the CDE login window, which correctly prompts for username and
> > > password, but then the Xvnc window quits as it fails to run dtlogin.  It
> > > appears that Xvnc 4.X does not transfer the UID from root to the user
> > > correctly.
> > >
> > > Has anyone got this to work?  If so, please let me know what entries to
> > > /etc/inetd.conf and Xvnc options are needed to make this work.  It is
> > > frustrating that even the Enterprise version of Xvnc fails to work 
> > > properly.
> > >
> > > Thanks in advance.
>
> --
> Tom L. Schmidt, Manager/SysAdmin Characterization Equipment
> Micron Technology, Inc.  http://www.micron.com/
> 8000 S. Federal Way  P.O. Box 6  Mail Stop 01-371  Boise, Idaho USA
> 83707-0006
> mailto:[EMAIL PROTECTED]  http://www.4schmidts.com/
> ___
> VNC-List mailing list
> VNC-List@realvnc.com
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: SAR703 router - final success with port forwarding - ppp_0

2005-06-16 Thread Martin Burch
Here's what I now get when listing forwarded ports.  As I said, before I had
ppp_device under the Interface column, and VNC didn't work.  But with ppp-0
it does.

BTW, do I need to do udp as well as tcp protocols for RealVNC?

 #  InterfacePort/proto  New IP addr  Flags
 1  ppp-05800/tcp192.168.7.7  (No i/f)
 2  ppp-05800/udp192.168.7.7  (No i/f)
 3  ppp-05900/tcp192.168.7.7  (No i/f)
 4  ppp-05900/udp192.168.7.7  (No i/f)
 5  ppp-05500/tcp192.168.7.7  (No i/f)
 6  ppp-05500/udp192.168.7.7  (No i/f)

John, my SAR703's html control panel doesn't feature port forwarding - I do
it with telnet commands (or now using Bob's ADSL Router Configuration
Utility).  And it doesn't look anything like the 715's html control panel.
So how close they are in their family isn't certain. :-)

Martin

-- 
[EMAIL PROTECTED] 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of John Aldrich
> Sent: 16 June 2005 19:21
> To: 'Martin Burch'; vnc-list@realvnc.com
> Subject: RE: SAR703 router - final success with port 
> forwarding - ppp_0
> 
> 
> Well, it's not EXACTLY the same, but it seems to be in the 
> same family...
> SAR713 is what I was able to find on the website www.portforward.com:
> http://www.portforward.com/english/routers/port_forwarding/Sol
> wise/SAR715/VN
> C.htm
> 
> Maybe this'll help you figure it out better?
>   John
> 
> -Original Message-
> From: Martin Burch [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 16, 2005 1:39 PM
> To: vnc-list@realvnc.com
> Subject: SAR703 router - final success with port forwarding - ppp_0
> 
> 
> I've been monitoring this list for a few weeks as I was 
> struggling with
> establishing a RealVNC session from the internet through my 
> SAR703 ADSL NAT
> modem/router to my computer on my peer-to-peer LAN.  I'd had 
> it working
> within my LAN for months with no problems.
> 
> I have finally succeeded by simply trying something not 
> mentioned by anyone!
> When port forwarding, I had been setting up the "ppp_device" 
> interface with
> the port number, protocol and target IP.  But by chance I saw 
> "ppp-0" as an
> alternative in Bob's ADSL Router Configuration Utility
> (www.ukbonkers.karoo.net) so set up the same rules but with 
> this as the
> interface.  Success!  My cousin (without altering his router) 
> could control
> my WinXP desktop from his WinXP desktop over ADSL 60 miles 
> away.  Of course,
> the manual only mentions "ppp_device"!
> 
> Any explanations about this interface thingy from the techies 
> out there
> would be of interest.  And I hope this helps the 
> newbies/beginners - if you
> want I can do a step-by-step to how I did it.
> 
> BBFN,
> 
> Martin
> ___
> VNC-List mailing list
> VNC-List@realvnc.com
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
> ___
> VNC-List mailing list
> VNC-List@realvnc.com
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
> --
> This email has been verified as Virus free
> Virus Protection and more available at http://www.plus.net
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Vncviewer locks Fedora3 Linux box on connection

2005-06-16 Thread John Aldrich
Hate to tell you this, but I don't think it's a problem in Fedora or VNC, as
I'm using Fedora Core 3 and VNC4 to access my machine at home.

How are you starting the server and how are you connecting to the server?
Maybe it's something there?

-Original Message-
From: Clive at Rational [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 16, 2005 3:32 PM
To: vnc-list@realvnc.com
Subject: Vncviewer locks Fedora3 Linux box on connection


Configuration VNC client to target Linux / Fedora
machine.

I also get the problem that the target (VNC server)
machine running Fedora 3 hangs when connecting to it
using VNC 4 - and no problem whne running Fedora 2 and
VNC 4 on the target (VNC Server) machine.

I have tried three different releases of the FC3
kernel and they all cause the machine to hang

As described in other post - the problem symptoms
suggest the problem is a hang in X-server (client?) on
the VNC server machine.

I have no such problems using a Fedora 2 kernel on the
machine.

I am reluctant to do lots of testing as the target
machine only can be recovered by performing power down
- then there result lots of inode / directory messages
upon restart when fsck is run. I am really concerned
about corrupting the target Fedora file system if I
experiment too much connecting to it using VNC or
running the target machine for hours with FC3 without
connecting using VNC.

Is this an accepted bug in VNC?

Is it going to be investigated?

I'm prepared to test any fix code.

Clive
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: connecting via Internet

2005-06-16 Thread John Aldrich
You say it's not behind a firewall. How is it connected to the internet? Is
the server on a DSL/Cable connection? If so, the modem is probably a
modem/router so you don't have the "true" IP address. Keep in mind that ANY
192.168.x.x and 10.x.x.x IP is NOT routeable and will not be reachable from
the internet.

-Original Message-
From: Jorge Salas [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 16, 2005 2:33 PM
To: vnc-list@realvnc.com
Subject: connecting via Internet


Hi, I'm really new using VNC.

I'm trying to connect to a server using internet but I
can't. It is not behind a fire wall.

what I am missing?

Thanks



__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Vncviewer locks Fedora3 Linux box on connection

2005-06-16 Thread Clive at Rational
Configuration VNC client to target Linux / Fedora
machine.

I also get the problem that the target (VNC server)
machine running Fedora 3 hangs when connecting to it
using VNC 4 - and no problem whne running Fedora 2 and
VNC 4 on the target (VNC Server) machine.

I have tried three different releases of the FC3
kernel and they all cause the machine to hang

As described in other post - the problem symptoms
suggest the problem is a hang in X-server (client?) on
the VNC server machine.

I have no such problems using a Fedora 2 kernel on the
machine.

I am reluctant to do lots of testing as the target
machine only can be recovered by performing power down
- then there result lots of inode / directory messages
upon restart when fsck is run. I am really concerned
about corrupting the target Fedora file system if I
experiment too much connecting to it using VNC or
running the target machine for hours with FC3 without
connecting using VNC.

Is this an accepted bug in VNC?

Is it going to be investigated?

I'm prepared to test any fix code.

Clive
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


connecting via Internet

2005-06-16 Thread Jorge Salas
Hi, I'm really new using VNC.

I'm trying to connect to a server using internet but I
can't. It is not behind a fire wall.

what I am missing?

Thanks



__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: SAR703 router - final success with port forwarding - ppp_0

2005-06-16 Thread John Aldrich
Well, it's not EXACTLY the same, but it seems to be in the same family...
SAR713 is what I was able to find on the website www.portforward.com:
http://www.portforward.com/english/routers/port_forwarding/Solwise/SAR715/VN
C.htm

Maybe this'll help you figure it out better?
John

-Original Message-
From: Martin Burch [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 16, 2005 1:39 PM
To: vnc-list@realvnc.com
Subject: SAR703 router - final success with port forwarding - ppp_0


I've been monitoring this list for a few weeks as I was struggling with
establishing a RealVNC session from the internet through my SAR703 ADSL NAT
modem/router to my computer on my peer-to-peer LAN.  I'd had it working
within my LAN for months with no problems.

I have finally succeeded by simply trying something not mentioned by anyone!
When port forwarding, I had been setting up the "ppp_device" interface with
the port number, protocol and target IP.  But by chance I saw "ppp-0" as an
alternative in Bob's ADSL Router Configuration Utility
(www.ukbonkers.karoo.net) so set up the same rules but with this as the
interface.  Success!  My cousin (without altering his router) could control
my WinXP desktop from his WinXP desktop over ADSL 60 miles away.  Of course,
the manual only mentions "ppp_device"!

Any explanations about this interface thingy from the techies out there
would be of interest.  And I hope this helps the newbies/beginners - if you
want I can do a step-by-step to how I did it.

BBFN,

Martin
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


SAR703 router - final success with port forwarding - ppp_0

2005-06-16 Thread Martin Burch
I've been monitoring this list for a few weeks as I was struggling with
establishing a RealVNC session from the internet through my SAR703 ADSL NAT
modem/router to my computer on my peer-to-peer LAN.  I'd had it working
within my LAN for months with no problems.

I have finally succeeded by simply trying something not mentioned by anyone!
When port forwarding, I had been setting up the "ppp_device" interface with
the port number, protocol and target IP.  But by chance I saw "ppp-0" as an
alternative in Bob's ADSL Router Configuration Utility
(www.ukbonkers.karoo.net) so set up the same rules but with this as the
interface.  Success!  My cousin (without altering his router) could control
my WinXP desktop from his WinXP desktop over ADSL 60 miles away.  Of course,
the manual only mentions "ppp_device"!

Any explanations about this interface thingy from the techies out there
would be of interest.  And I hope this helps the newbies/beginners - if you
want I can do a step-by-step to how I did it.

BBFN,

Martin
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


logs and xstartup file from solaris vnc - can't get dtsession to start - still getting grey xwindow

2005-06-16 Thread pheonix1t
hello,
subject line says it all.
I posted a previous message, basically I installed solaris and it ran a 
few times with the 'twm' as the desktop.
I changed it to the 'dtsession' with the correct path, but it still 
shows grey xwindow.
Now, it has the 2 purple folders that show when you first log into a CDE 
session.  I can open and close them, browse through them, but it doesn't 
show the rest of the CDE desktop.

Most of the desktop is still the grey Xwindow.

I've attached the log files and a copy of the xstartup file.

If you feel it's necessary, I can also attach the vncserver file I 
modified.  I have the same one working on another solaris box and it 
works fine - but if that helps you to troubleshoot this, I'll be glad to 
do that.

Thank you,

Oskar
16/06/05 11:06:48 Xvnc version 3.3.3r2
16/06/05 11:06:48 Copyright (C) AT&T Laboratories Cambridge.
16/06/05 11:06:48 All Rights Reserved.
16/06/05 11:06:48 See http://www.uk.research.att.com/vnc for information on VNC
16/06/05 11:06:48 Desktop name 'X' (server:2)
16/06/05 11:06:48 Protocol version supported 3.3
16/06/05 11:06:48 Listening for VNC connections on TCP port 5902
16/06/05 11:06:48 Listening for HTTP connections on TCP port 5802
16/06/05 11:06:48   URL http://server:5802

16/06/05 11:07:00 Got connection from client 192.1.1.201
16/06/05 11:07:00 Protocol version 3.5
16/06/05 11:07:00 Ignoring minor version mismatch
16/06/05 11:07:04 Pixel format for client 192.Warning: 
Name: helpWidget
Class: DtHelpDialog
Could not find DtNhelpVolume.

xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server "unix:2.0"
X connection to unix:2.0 broken (explicit kill or server shutdown).
X connection to unix:2.0 broken (explicit kill or server shutdown).
X connection to unix:2.0 broken (explicit kill or server shutdown).
X connection to unix:2.0 broken (explicit kill or server shutdown).
lient 192.1.1.201
16/06/05 11:07:04 rfbProcessClientNormalMessage: ignoring unknown encoding type 
-247
16/06/05 11:07:04 rfbProcessClientNormalMessage: ignoring unknown encoding type 
-240
16/06/05 11:07:04 rfbProcessClientNormalMessage: ignoring unknown encoding type 
-239
16/06/05 11:07:04 rfbProcessClientNormalMessage: ignoring unknown encoding type 
-232
16/06/05 11:07:04 rfbProcessClientNormalMessage: ignoring unknown encoding type 
-32
16/06/05 11:07:04 rfbProcessClientNormalMessage: ignoring unknown encoding type 
-224
16/06/05 11:07:04 rfbProcessClientNormalMessage: ignoring unknown encoding type 
-223
16/06/05 11:07:11 Client 192.1.1.201 gone
16/06/05 11:07:11 Statistics:
16/06/05 11:07:11   key events received 0, pointer events 147
16/06/05 11:07:11   framebuffer updates 43, rectangles 110, bytes 17916
16/06/05 11:07:11 hextile rectangles 110, bytes 17916
16/06/05 11:07:11   raw bytes equivalent 850949, compression ratio 47.496595
16/06/05 10:51:49 Xvnc version 3.3.3r2
16/06/05 10:51:49 Copyright (C) AT&T Laboratories Cambridge.
16/06/05 10:51:49 All Rights Reserved.
16/06/05 10:51:49 See http://www.uk.research.att.com/vnc for information on VNC
16/06/05 10:51:49 Desktop name 'X' (server:1)
16/06/05 10:51:49 Protocol version supported 3.3
16/06/05 10:51:49 Listening for VNC connections on TCP port 5901
16/06/05 10:51:49 Listening for HTTP connections on TCP port 5801
16/06/05 10:51:49   URL http://server:5801
16/06/05 10:52:03 httpd: get '' for 192.1.1.201
16/06/05 10:52:03 httpd: defaulting to 'index.vnc'
16/06/05 10:52:06 httpd: get 'favicon.ico' for 192.1.1.201
16/06/05 10:52:06 httpProcessInput:Warning: 
Name: helpWidget
Class: DtHelpDialog
Could not find DtNhelpVolume.

201
16/06/05 10:52:06 httpd: get 'vncviewer.jar' for 192.1.1.201

16/06/05 10:52:12 Got connection from client 192.1.1.201
16/06/05 10:52:12 Protocol version 3.3
16/06/05 10:52:12 Using hextile encoding for client 192.1.1.201
16/06/05 10:52:13 Pixel format for client 192.1.1.201:
16/06/05 10:52:13   8 bpp, depth 8
16/06/05 10:52:13   true colour: max r 7 g 7 b 3, shift r 0 g 3 b 6
16/06/05 10:52:13 no translation needed
16/06/05 10:52:19 Client 192.1.1.201 gone
16/06/05 10:52:19 Statistics:
16/06/05 10:52:19   key events received 0, pointer events 58
16/06/05 10:52:19   framebuffer updates 10, rectangles 22, bytes 6612
16/06/05 10:52:19 hextile rectangles 22, bytes 6612
16/06/05 10:52:19   raw bytes equivalent 799228, compression ratio 120.875378
16/06/05 10:53:07 httpd: get '' for 192.1.1.201
16/06/05 10:53:07 httpd: defaulting to 'index.vnc'
16/06/05 10:53:08 httpd: get 'vncviewer.jar' for 192.1.1.201
16/06/05 10:53:09 httpd: get 'vncviewer.jar' for 192.1.1.201

16/06/05 10:53:14 Got connection from client 192.1.1.201
16/06/05 10:53:14 Protocol version 3.3
16/06/05 10:53:15 Using hextile encoding for client 192.1.1.201
16/06/05 10:53:15 Pixel format for client 192.1.1.201:
16/06/05 10:53:15   8 bpp, depth 8
16/06/05 10:53:15   true colour: max r 7 g 7 b 3, shift r 0 g 3 b 6
16/06/05 10:53:15 no translation needed
16/06/05 10:55:04 Client 192.1.1.201 g

Re: Again:make the vnc as a standard service in linux

2005-06-16 Thread Wesley Hart
Twas brillig, and ?? ? scrobe:
> I have read the article wrote by Jeremy Impson at
> http://linuxjournal.com/article/5499.
> He said that there are 2 ways to make the vnc a service ,but also pointed 
> out  both have drawbacks :
> Some distributions like Fc3  set the vncserver boot script (in 
> /etc/init.d/vncserver) to come up at boot,but this configuration doesn't 
> scale well for multiple users. You could define many VNC sessions in the 
> /etc/sysconfig/vncservers file to start up at boot. But all of these VNC 
> desktops will be idle until they are used. all of these take up RAM.
> with the xinetd method ,  the VNC server  start a new desktop for every 
> connection, disallows multiple connections to one desktop and shuts down 
> after the original connection exits. So it loses statefulness and the 
> ability to share the desktop both remotely and locally.

That article may be a bit out of date.  Take a look at the Xvnc man page
section on 'USAGE WITH INETD' 

  http://www.realvnc.com/products/free/4.1/man/Xvnc.html

You want to run Xvnc with inetd's "wait" option.  I'm using this locally
and it seems to address all of your concerns about multiple connections,
session persistance and desktop sharing.  Check it out.

-- 
Wesley Hart
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Routers, firewalls, port forwarding and all that crud

2005-06-16 Thread Computer Technologies
I have posted many times as to how I can access my clients using vnc if
they are behind a firewall,router, lead curtain, ice cream truck,etc. I
got back tons of gob idly goop about tech this tweak that forward this
do that till finally someone on the list wrote to me and suggested I try
 www.helpdeskvnc.com. The guy that works
there; Scott Fisher, is a genius and his stuff works great! I strongly
suggest those of us that are network challenged try his stuff. I did and
honestly, I love it!! one of the key features is the ability to send and
receive files from the remote computer, as well as chat and a few other
things.
Mike Peterson
Computer Technologies 
2006 Hwy K 
Saint  Clair, Mo 
63077 
(636)412-1043
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Routers, firewalls, port forwarding and all that crud

2005-06-16 Thread Beauford, Jason
What's funny is this screen shot:
http://www.helpdeskvnc.com/modules/tour/images/ScreenShot006.jpg

Where they use ULTRA VNC to do the file transfers.  Does UltraVNC know
about this?

JMB

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Computer Technologies
Sent: Thursday, June 16, 2005 9:48 AM
To: vnc-list@realvnc.com
Subject: Routers, firewalls, port forwarding and all that crud


I have posted many times as to how I can access my clients using vnc if
they are behind a firewall,router, lead curtain, ice cream truck,etc. I
got back tons of gob idly goop about tech this tweak that forward this
do that till finally someone on the list wrote to me and suggested I try
 www.helpdeskvnc.com. The guy that works
there; Scott Fisher, is a genius and his stuff works great! I strongly
suggest those of us that are network challenged try his stuff. I did and
honestly, I love it!! one of the key features is the ability to send and
receive files from the remote computer, as well as chat and a few other
things. Mike Peterson Computer Technologies 
2006 Hwy K 
Saint  Clair, Mo 
63077 
(636)412-1043
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: IP address

2005-06-16 Thread John Aldrich
Don't know if this has been mentioned before or not, but the XP firewall
from SP2 will block VNC unless you disable the firewall and/or allow it in
the firewall. Also, if you're connecting through some sort of NAT router,
you MUST port-forward port 5900 at a bare minimum. There are other ports as
well, depending on if you're trying to use the Java client or do a reverse
connect.

-Original Message-
From: John Griffiths [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 7:43 PM
To: vnc-list@realvnc.com
Subject: IP address


Your previous reply:-

"Error 10061 means that the machine who's IP address you specified does not 
have a VNC Server running on it.  This might be because you're specifying 
the wrong IP address, or the wrong port/display number, or because there 
really is no server running".

 This is the IP address we obtained through "whatismyipaddress"
Your IP address is 220.240.153.221

I have been on the other machine and went into DOS and below is the IP that 
it came up with.

Neither works.

Does this give you a clue as to what may be the problem with connecting?

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

Windows IP Configuration

Ethernet adapter Local Area Connection 2:

Connection-specific DNS Suffix  . :
IP Address. . . . . . . . . . . . : 10.1.1.2
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . : 10.1.1.1
Kindest regards,
John. 
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: service priority setting (windows winvnc4) ?

2005-06-16 Thread Yann Renard

James Weatherall wrote:

Volker,

Changing the priority of the VNC Server process is not advisable.

Regards,

Wez @ RealVNC Ltd.


Why is this not advisable ?
Such a feature could really be interesting !

Regards,
Yann
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: IP address

2005-06-16 Thread James Weatherall
John,

The 10.1.x.x address is a LAN IP address, while the 220.240.x.x address is
the Internet IP address allocated to your router by your ISP.  If you have a
NAT router that the VNC server computer is connected to then you'll need to
configure the router to forward connections on port 5900 through to the
server.

Regards,

Wez @ RealVNC Ltd.


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of John Griffiths
> Sent: 16 June 2005 00:43
> To: vnc-list@realvnc.com
> Subject: IP address
> 
> Your previous reply:-
> 
> "Error 10061 means that the machine who's IP address you 
> specified does not 
> have a VNC Server running on it.  This might be because 
> you're specifying 
> the wrong IP address, or the wrong port/display number, or 
> because there 
> really is no server running".
> 
>  This is the IP address we obtained through "whatismyipaddress"
> Your IP address is 220.240.153.221
> 
> I have been on the other machine and went into DOS and below 
> is the IP that 
> it came up with.
> 
> Neither works.
> 
> Does this give you a clue as to what may be the problem with 
> connecting?
> 
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
> 
> Windows IP Configuration
> 
> Ethernet adapter Local Area Connection 2:
> 
> Connection-specific DNS Suffix  . :
> IP Address. . . . . . . . . . . . : 10.1.1.2
> Subnet Mask . . . . . . . . . . . : 255.0.0.0
> Default Gateway . . . . . . . . . : 10.1.1.1
> Kindest regards,
> John. 
> ___
> VNC-List mailing list
> VNC-List@realvnc.com
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: service priority setting (windows winvnc4) ?

2005-06-16 Thread James Weatherall
Volker,

Changing the priority of the VNC Server process is not advisable.

Regards,

Wez @ RealVNC Ltd.
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Volker Badziong
> Sent: 15 June 2005 23:59
> To: vnc-list@realvnc.com
> Subject: service priority setting (windows winvnc4) ?
> 
> Hello,
> 
>  
> 
> I would like to be able to set the vnc-service's process 
> priority. How can
> this be done? 
> 
>  
> 
> I would be nice If I could use a reg-key or a command-line switch.
> 
>  
> 
> Setting it manually through API or taskmanager is apparently 
> not possible.
> 
>  
> 
> Thanks, Volker.
> ___
> VNC-List mailing list
> VNC-List@realvnc.com
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Re: Real VNC Enterprise Edition

2005-06-16 Thread Ketan Parikh

Ross,

There are various ways of configuring your VNC server.

First of all, You can configure VNC so that it will prompt the local user to 
accept incoming connections. Though, this situation will not work if the 
user trying to connect remotely is an administrator. Administrators bypass 
"Prompt local user to accept connections" setting.


Secondly, The local user will never be thrown off, though you can configure 
VNC so that when a remote connection is established the local user inputs 
are disabled. This means that the local user will not be able to use the 
local mouse or keyboard.


Third, VNC uses a sharing desktop method. what this means is that if you do 
allow the local user to have access to the local mouse and keyboard while 
VNC session is in progress then both of you will be sharing the desktop. You 
will not get a new desktop for yourself. Both the users will work on the 
same desktop.


Enterprise edition handles two simultaneous users in the same way as VNC 
free edition. There are no differences there. To View a comparison between 
all 3 editions of VNC please go to http://www.realvnc.com/download.html.


The above configuration settings also apply for personal edition.

Hope this helps.

Ketan

- Original Message - 
From: "Ross MacGillivray" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, June 15, 2005 5:54 PM
Subject: Real VNC Enterprise Edition


I have a question about the VNC Enterprise Edition in anticipation of 
probably

buying a copy.

I want to integrate the Windows sign on process on Windows XP Home SP2
computer with the
VNC sign on process.

The computer in question will have two accounts on it.  One account will 
be

for a local user sitting at the
local keyboard, monitor and mouse, and one account for myself who will be
accessing the computer
remotely.

My question is:

 If I access the computer remotely while the local user is sitting at the
keyboard, monitor and mouse
 what will happen, i.e.
 i.  I will be refused access?
ii.  The local user will be thrown off?
   iii.   Both users will be able to use their respective accounts?

  Basically how does the enterprise edition handle two simultaneous users?

  Also will the personal edition support the scenario described above?

/Ross

[demime 1.01d removed an attachment of type text/x-vcard which had a name 
of Ross MacGillivray.vcf]

___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Again:make the vnc as a standard service in linux

2005-06-16 Thread ?? ?
I have read the article wrote by Jeremy Impson at
http://linuxjournal.com/article/5499.
He said that there are 2 ways to make the vnc a service ,but also pointed 
out  both have drawbacks :
Some distributions like Fc3  set the vncserver boot script (in 
/etc/init.d/vncserver) to come up at boot,but this configuration doesn't 
scale well for multiple users. You could define many VNC sessions in the 
/etc/sysconfig/vncservers file to start up at boot. But all of these VNC 
desktops will be idle until they are used. all of these take up RAM.
with the xinetd method ,  the VNC server  start a new desktop for every 
connection, disallows multiple connections to one desktop and shuts down 
after the original connection exits. So it loses statefulness and the 
ability to share the desktop both remotely and locally.


who can do some work make the  inetd method a statefulness ,so that ,when 
the  user (who disconnected from a desktop)  reconnect to it,he can get the 
desktop which he worked before.


thank a lot

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list