Ben and Girish,
> Re: Seperate Desktop for Clients on Linux
>
> From: Ben Prescott ([EMAIL PROTECTED])
> Date: Sat Jan 13 2001 - 10:20:18 GMT
>
>
> I think you'd need some sort of server-server application that sits on a
> known port, and starts new VNC's whenever a new connection comes in, then
> redirecting the user. Is this even possible??
This is precisely what the "inetd" daemon does on Unix systems. Both
the
AT&T and the Tridia Unix based VNC distributions of Xvnc support a
command
line option called "-inetd" which is used in conjunction with inetd. By
configuring inetd (via /etc/inetd.conf usually) to start Xvnc when a
connection to a known port (like 5900) occurs, you can dynamically
create
a new Xvnc desktop for every client.
The "-inetd" command line option causes the entire VNC/RFB protocol to
be handled via stdin/stdout *and* prevents the new Xvnc desktop from
accepting VNC connections as usual. Therefore, the "-inetd" option
prevents a user from disconnecting from a desktop and later reconnecting
to that desktop with all of the previous applications in the same state
as before.
>
> At 23:46 12/01/01 -0800, you wrote:
> >you will have to add vnc to your inetd config stuff then whenever someone
> >connects it will spawn a new vnc, haven't tried it yet.
> >
> >for now why not run multiple Xvnc each with a different passwd and tell
> >the users which one is for them. (you can run a different vnc for each
> >user)
> >
> >On Fri, Jan 12, 2001 at 10:37:08PM -0800, girish sonawane wrote:
> >> Thanks for your replies.
> >>
> >> How can I have one more instance of Xvnc whenever next
> >> client connects ?
> >>
> >> And how can I make my clients connect to new instance
> >> of Xvnc & not already used ones ?
> >>
> >> Any hint/link will be appreciated.
> >>
> >> Thanks in advance,
> >> Girish
> >>
> >> --- [EMAIL PROTECTED] wrote:
> >> > you will need to run Xvnc multiple times
> >> > and then users can connect to :0 :1 :2 etc..
> >> >
> >> > On Fri, Jan 12, 2001 at 08:09:15PM -0800, girish
> >> > sonawane wrote:
> >> > > I am running VNC server on Red Hat Linux. I want
> >> > my
> >> > > clients to see different desktops as they connect.
> >> >
> >> > >
> >> > > Starting the vncserver with -alwaysshared option
> >> > > doesn't help it makes the clients to see the same
> >> > > desktop.
> >> > >
> >> > > Also is there any way to disable authentication
> >> > when
> >> > > client connects ?
> >> > >
> >> > > Thanks in advance,
> >> > > Girish
> >> > >
--
Brian
----------------------------------------------------------------------------
TridiaVNC, the cross-platform, open source, remote control solution.
http://www.TridiaVNC.com/ and http://www.developVNC.org/
Java VNC Server Demo:
http://www.developVNC.org/logged-in/jVNC-info.html
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------