Foros de daboweb

HARDWARE Y SISTEMAS OPERATIVOS, GNU/Linux, Windows, Mac => GNU/Linux, Unix, *BSD and Free Software, Android => Mensaje iniciado por: Dartacan en 18 de Marzo de 2007, 12:51:49 pm

Título: Conexion remota entre 2 ordenadores.
Publicado por: Dartacan en 18 de Marzo de 2007, 12:51:49 pm
Como puedo conectarme remotamente entre 2 ordenadores desde ubuntu, en windows lo venia haciendo desde la opción que tiene el messenger.
Título: Re: Conexion remota entre 2 ordenadores.
Publicado por: empanada en 18 de Marzo de 2007, 04:28:29 pm
un
Código: [Seleccionar]
apt-cache search vnc
Nos da como resultado:
Citar
conspy - Remote control of Linux virtual consoles
directvnc - VNC client using the framebuffer as display
iprelay - User-space bandwidth shaping TCP proxy daemon
kcemirror - Windows CE remote control tool like VNC
krdc - Remote Desktop Connection for KDE
krfb - Desktop Sharing for KDE
libsvncpp-dev - Subversion C++ library (development files)
libsvncpp0c2a - Subversion C++ shared library
libsvnqt3 - Qt wrapper library for subversion
libvncauth-dev - Virtual network computing authentication headers and static lib
libvncauth0 - Virtual network computing authentication library
libvncserver-dev - easy API to write one's own VNC server
linuxvnc - VNC server to monitor a tty
screenkast - Record your activities on the screen
svncviewer - virtual network computing client software for SVGA
tightvncserver - virtual network computing server software
tkvnc - Displays a list of (defined) machines to start VNC to
tsclient - front-end for viewing of remote desktops in GNOME
vino - VNC server for GNOME
vnc-common - Virtual network computing server software
vnc4-common - Virtual network computing server software
vnc4server - Virtual network computing server software
vncommand - VNC server which monitors a specified program
vncserver - Virtual network computing server software
vncsnapshot - A utility that takes JPEG snapshots from VNC servers
vtgrab - A VNC like console monitoring
x11vnc - VNC server which uses your current X11 session
x2vnc - A dual-screen hack - link an MS-Windows and X display
xtightvncviewer - virtual network computing client software for X
xvnc4viewer - Virtual network computing client software for X
xvncviewer - Virtual network computing client software for X
xwnc - Mix of Xvnc and XDarwin with improved protocol
tightvnc-java - TightVNC java applet and command line program
vnc-java - VNC java applet and command line program
Esto son controladores gráficos. Yo hace años que no los uso (los usaba en Windows). Para administración solo uso comandos, así que un simple ssh (http://www.openssh.com/) me sobra.
Yo usaba TightVNC (http://www.tightvnc.com/). Te recomiendo encarecidamente que lo uses con un tunel ssh si es que lo vas a usar desde fuera de tu red local.
Te dejo algunos enlaces interesantes sobre el tema:
Securing a VNC connection with OpenSSH (http://trekweb.com/~jasonb/articles/vnc_ssh.shtml)
TightVNC and SSH tunnels (http://tjansson.dk/?p=49)
Usin VNC (http://www.penlug.org/twiki/bin/view/Main/TightVNC)

Saludos