Results 1 to 7 of 7

Thread: Accessing Ubuntu From Windows XP

  1. #1
    Join Date
    Mar 2008
    Location
    Southern California, USA
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Accessing Ubuntu From Windows XP

    Hello,

    I am going on a trip soon, and i might need to access my Ubuntu 8.04 computer remotely from a different Windows XP computer.

    My question: Is this possible, and if it is, can you tell me how to do it.

    Thanks In Advance,

    Musick Man

  2. #2
    Join Date
    Sep 2005
    Beans
    166
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: Accessing Ubuntu From Windows XP

    Quote Originally Posted by Musick Man View Post
    Hello,

    I am going on a trip soon, and i might need to access my Ubuntu 8.04 computer remotely from a different Windows XP computer.

    My question: Is this possible, and if it is, can you tell me how to do it.

    Thanks In Advance,

    Musick Man
    yep:

    Code:
    sudo aptitude install ssh
    sudo /etc/init.d/ssh start
    Then just login to your ip on port 22. You might need to forward port 22 in your router.
    Don't eat yellow snow

  3. #3
    Join Date
    Mar 2008
    Location
    Southern California, USA
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Accessing Ubuntu From Windows XP

    Let me get this straight. (I am new to ubuntu)

    Do that code on ubuntu, and then go to my windows XP computer, and do i use, remote desktop connection that XP came with, or do i need a special program.

    (Guess Example: XP: Remote Desktop Connection> (Dialog Box> IP: 22)

  4. #4
    Join Date
    Jul 2007
    Location
    London
    Beans
    262
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Accessing Ubuntu From Windows XP

    You need a special program - something like PuTTY, for example.

    If you need remote access to the Ubuntu GUI, try NoMachine.

    http://www.nomachine.com/

  5. #5
    Join Date
    Sep 2005
    Beans
    166
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: Accessing Ubuntu From Windows XP

    You will want putty.

    You should also note that unless you want to start tunnelling X, which can be laggy, you will only see a command line when you login. No GUI.
    Don't eat yellow snow

  6. #6
    Join Date
    Mar 2008
    Location
    Southern California, USA
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Accessing Ubuntu From Windows XP

    Hey thank you, i will test it out now, on my home computers, and leave some feed back on if it works.

    I have never seen a faster reply on a forum. It was like i was talking to you on the phone

  7. #7
    Join Date
    May 2006
    Location
    Switzerland
    Beans
    2,907
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Accessing Ubuntu From Windows XP

    ... and on your ******* PC you'd need a SSH client, e.g. Putty (which is free).

    Once you have established a SSH connection (which means: you get your Ubuntu's terminal prompt on your Windows machine) you can pretty much launch anything you want remotely, e.g. a VNC server session? Once you have VNC up you can continue to work with your Ubuntu's GUI and would not have to bother with shell commands (if shell commands bother you, that is ... I personally am quite happy with the shell as all it takes is the right command and such an open shell prompt can give you everything you want ...)

    These postings explains a little more about "VNC over SSH" ... maybe you'd be interested?

    http://ubuntuforums.org/showthread.php?t=609920&
    http://ubuntuforums.org/showpost.php...52&postcount=5
    http://ubuntuforums.org/showpost.php...89&postcount=3
    http://ubuntuforums.org/showthread.php?t=726252&

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
  •