Results 1 to 2 of 2

Thread: I set up a server using Ubuntu Server,, but how do I configure it to be acce-

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Beans
    16

    I set up a server using Ubuntu Server,, but how do I configure it to be acce-

    -accessable globally? A step by step instruction please?

  2. #2
    Join Date
    Jul 2006
    Beans
    4,860

    Re: I set up a server using Ubuntu Server,, but how do I configure it to be acce-

    What is it you want to be accessible? You want to be able to access the terminal in it from anywhere? If so, sounds like a job for SSH. You can forward the SSH port (default is 22, but not a bad idea to change it in the SSH config and then forward that new port). Once the port is forwarded you should be able to do ssh user@external.ip.address, etc. Then you'll get a prompt. Highly recommended you set up SSH keys instead of using regular passwords. Hope this helps.

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
  •