Re: Terminal Services...

enrique_at_heraldodeinternet.com
Date: 11/27/05


Date: 27 Nov 2005 01:46:02 -0800


Cyphos wrote:
> As for the terminal services part, could I use VNC to help?
>
> Thanks again!
> Mike

VNC can be used as TS subtitute but need some "tunning".

1.- Try the TightVNC version if you want remote conecction.

2.- Use a VPN (OpenVPN is great) o ssh to encrypt connection. OpenVPN
is a bit hard to setup but it has many advantages in the long term
(http://software.newsforge.com/software/05/09/22/164231.shtml).

3.- You can make an /etc/rc.local script similar to (next is a working
"draft"):

...

# Init Xvnc for user1 and user2:

su user1 -c "vncserver -name \"user1VNC\" -depth 8 -geometry 800x600
:1" &
su user2 -c "vncserver -name \"user2VNC\" -depth 16 -geometry
1240x1024:2" &
...

# Our Xvnc server are in nude now. We dress them with a windows manager
# (metacity) and a gnome-panel.
export DISPLAY=localhost:1
su user1 -c "metacity" &
su user1 -c "gnome-panel" &

export DISPLAY=localhost:2
su user2 -c "metacity" &
su user2 -c "gnome-panel" &
...

(This approach means you have always an open session for any client, if
you have many clients memory constrains will make it non-valid and you
will need further tunning to open Xvnc "on-demand").

4.- You will probably need to add custom scripts to forward CUPS
services to the remote client machine.

Enrique

http://www.heraldodeinternet.com/Members/e_arizon_benito



Relevant Pages

  • Re: Terminal Services Advanced Client
    ... Microsoft MVP - Terminal Server ... >> So I'm hoping Terminal Services is a solution to this problem. ... the rdp connection from the client to the Terminal ... > Here is a link to information about the Remote Desktop Web Connection ...
    (microsoft.public.windows.terminal_services)
  • Re: Terminal Session Information on Console
    ... Server 2000 Terminal Services for review the rdp information connection ... connection that is started with a rdp client. ... console session, a disconnected session, a listener. ...
    (microsoft.public.windows.terminal_services)
  • RE: Windows Independant GUI
    ... this "fix" doesn't work on a Windows XP box that is on a domain (as far as I ... I can't say I dislike VNC... ... remote desktop is inherently more reliable than vnc ... You are right upon the terminal services but with regards to the user ...
    (Pen-Test)
  • RE: Secure / Encrypt Terminal Services
    ... if you change the ts port - the pocket pc clients ... client connection port. ... doesn't alter the ts encryption level available ... Secure / Encrypt Terminal Services ...
    (Focus-Microsoft)
  • RE: Remote access solution
    ... The amount of VNC and terminal services issues that have been ... Once they are authenticated into your network they are assigned an IP ... in coming up with a secure remote access solution for our Network. ...
    (Security-Basics)