Find the answer to your Linux question:
Results 1 to 10 of 10
Hi, Is there any tools like the terminal service, by which we can connect to another machine out of our company network? That server can be one that runs in ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Location
    China
    Posts
    9

    To remotely access another server

    Hi,
    Is there any tools like the terminal service, by which we can connect to another machine out of our company network? That server can be one that runs in Linux.

    Many Thanks & Best Regards,
    HuaMin Chen

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    Unix servers are usually maintained with ssh, aka commandline only.

    If you really need a graphical interface, you can use
    a) ssh with X-forwarding. This will open the graphical window on your client, while the programm runs on the server.
    b) a VNC or NX server. These will give you a desktop session.

  3. #3
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    If you're using VNC on another network, then the protocol isn't very secure. You can forward your VNC service port (5901, etc.) over an ssh connection - this makes it very secure.

    If you don't have a lot of bandwidth, then forwarding X may not be a pleasant experience - but do try it, it's the easiest of these suggested solutions.

    NX is very similar to VNC, but the protocol it uses has ssh-like built-in security mechanisms.
    Linux user #126863 - see http://linuxcounter.net/

  4. #4
    Just Joined!
    Join Date
    Nov 2009
    Location
    China
    Posts
    9
    Many many thanks to all. What should I do within WinXP as I'm connecting to the server with the client using this.

  5. #5
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    - SSH: putty PuTTY Download Page
    - VNC: install a VNC server on the linux box, then choose one of the many VNC clients. Roxoff is right though. You might want to tunnel VNC over ssh for security reasons
    - NX: install a NX server on your linux box, then get this NX client: NoMachine NX - Download: NX Client for Windows

  6. #6
    Just Joined!
    Join Date
    Nov 2009
    Location
    China
    Posts
    9
    Many thanks Irithori. I need to go to the outside world from the company in which there're a firewall and other security settings. Will NX client work for this?

  7. #7
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    NX uses port 22, tcp.
    Just like ssh.

    There is a good chance, that this is allowed by the security policies of your company and the other company, as NX is encrypted and authenticated.
    It does use some network bandwidth, though.
    A graphical interface needs more traffic and ressources and is slower than a pure ssh commandline.

    You should clarify, if
    - the additional traffic is ok and
    - connections to port 22 are allowed

    Then install the nx server on the linux box.
    Last edited by Irithori; 12-01-2009 at 09:12 PM.

  8. #8
    Just Joined!
    Join Date
    Nov 2009
    Location
    China
    Posts
    9
    Many thanks and very sorry for this late reply.
    1) What should I do in my local machine (that is in WinXP)? What should I install on it for going out?
    2) should I use port 22 for going out? How do I know the connection to port 22 is allowed?

    Bst rgds,
    HuaMin

  9. #9
    Just Joined!
    Join Date
    Nov 2009
    Location
    China
    Posts
    9
    Good day all. Any advice?

  10. #10
    Just Joined!
    Join Date
    Mar 2010
    Location
    Sparta!
    Posts
    11
    For winXP, you have to find a ssh program, a
    quick google search should help, and for the port, that varys due to firewass settings, I would go with 22,24,25,2081,2082 2085, 2086, 2095, 2096
    that
    is in my experinces, otherwise contact the server admin

Posting Permissions

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