Results 1 to 3 of 3

Thread: remote desktop viewer help

  1. #1
    Join Date
    Sep 2008
    Beans
    60

    remote desktop viewer help

    I've been attempting to get my remote desktop viewer to work now going on a couple of days without success. I am running Ubuntu 8.10 on both machines (both Dells, a GX260 and XPS400) which are connected to my DSL modem via a Netgear FS105 switch. Both boxes are also running Firestarter, on which both have policy exceptions to allow port 5900.

    I don't know if/how there is anyway to modify port settings on the switch. I am able to ping one machine from the other but I cannot "see" the other.

  2. #2
    Join Date
    Dec 2006
    Beans
    1,482
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: remote desktop viewer help

    Hellos, I really can't help you with vnc (remote desktop), but i might suggest you take a look into ssh with X11 forwarding. if you don't know:

    ssh is a protocol that allows secure remote logins. It won't give you remote desktop access, but it'll allow you to use any program as if you were at your machine, without the weight on your network of the whole desktop. If you choose to use it, you need to make sure port 22 is open, and install the "ssh" package from synaptic or "sudo apt-get install ssh" from a command line.

    X11 forwarding means that your ssh client (what you log into your machine with) is able to draw graphical interfaces for the programs you run on your server.

    This setup will require a couple things:

    your server has ssh installed and the port is open as above

    you have an ssh client: all ubuntu installations have the ssh client installed by default. On windows you can use a program like putty to log into a machine with ssh.

    an X server: All linux desktop graphics are based on X, so ubuntu or any other linux distro will have X already. On windows, you can install an xserver like xming.

    X11 forwarding:
    when logging in from linux, you'll add an extra command line argument
    in windows, if you use putty, you'll have to enable x11 forwarding in the "tunneling" section of the options

    To actually log in:
    from ubuntu, open up a terminal, and then use a command like
    Code:
    ssh -Y <your username on the server>@<the ip of your server>
    for putty, just type the same info into the boxes provided.
    Sharing Wifi Is Caring Wifi {o,o} Ubuntu Community Docs..
    |)__)
    -”-”-
    O RLY?

  3. #3
    Join Date
    Sep 2008
    Beans
    60

    Re: remote desktop viewer help

    Hospadar,

    Thanks for the ssh mini-tutorial - that is indeed a useful and handy tool. Still no dice on the VNC however. . . any advice is appreciated.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •