Can't access my ssh linux server when outside network

Greg

So I've been scouring the internet for days trying to figure this out and can't figure it out.

I know its going to be an easy one.

So I recently took an old desktop and loaded ubuntu server 12.04 on it. My goal with this project is to create an area to host a few git repositories and maybe a simple webpage.

I've installed both the SSH and Apache2 packages and tried to configure them. Right now I can log in from my laptop using ssh [email protected] but only while I am on the same network. Once I leave the house I get a timeout error.

So 2 things I would like to get at right now.

How to configure the SSH to allow me to access the server from outside the network. Get my host name on the server so logins will be greg@hostname instead of [email protected]

(I've done sudo hostname and changed the etc/hostname file and no results)

Thanks guys.

William Jackson

When you are away from home, you need to use the external IP address of your router, with port forwarding configured, to connect to any computer inside your home network.

If you want to use a hostname to get back to your home network when you are away from home, you have two options:

  1. Purchase a domain name from a registrar (I use Hover) and point that name to the external IP address of your router.

  2. Get a domain name from a (possibly free) dynamic DNS service and point that name to the external IP address of your router.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to access my SSH linux server from outside my home network

From Dev

Can't connect to linux server from outside

From Dev

Can't access my xampp server remotely

From Dev

Can't connect to Chrome app tcp server through from outside my local network

From Dev

Why can't I access my web server from outside the network?

From Dev

Can't connect to linux server from outside

From Dev

Can't access my xampp server remotely

From Dev

Can't connect to Chrome app tcp server through from outside my local network

From Dev

how can I access my server from outside of my lan?

From Dev

Can't access my apache server from outside LAN (Raspberry Pi)

From Dev

Can't access my device via SSH over internet

From Dev

How to allow other computers from outside my network to access my virtual web server?

From Dev

Can't SSH into Linux web server

From Dev

I can't access the internet through my raspberry pi when connected through ssh

From Dev

Can't ssh into my server from home linux but can ssh into same server from windows

From Dev

Can't ssh into my Mac remotely, but can ssh into my Linux box with no trouble

From Dev

How can I audit users and access attempts to SSH on my server?

From Dev

Can't connect to my ubuntu box outside my local network (VPN)

From Dev

can't access to website in my server

From Dev

Is this good configuration of my SSH server for the local network only root access?

From Dev

Can't connect to OpenVPN Access Server using Network Manager configuration

From Dev

Can't access my server from within the network after changing ISPs (new router)

From Dev

Ubuntu Server -- Outside SSH Access

From Dev

How can I connect to my VM via SSH from outside the network

From Dev

Can't connect to server via SSH outside Web Console

From Dev

Accessing SSH server outside the local network

From Dev

How can I access servers on my network when connected to a VPN?

From Dev

Can't access linux server in local network

From Dev

Can access server from outside network but not within LAN

Related Related

  1. 1

    How to access my SSH linux server from outside my home network

  2. 2

    Can't connect to linux server from outside

  3. 3

    Can't access my xampp server remotely

  4. 4

    Can't connect to Chrome app tcp server through from outside my local network

  5. 5

    Why can't I access my web server from outside the network?

  6. 6

    Can't connect to linux server from outside

  7. 7

    Can't access my xampp server remotely

  8. 8

    Can't connect to Chrome app tcp server through from outside my local network

  9. 9

    how can I access my server from outside of my lan?

  10. 10

    Can't access my apache server from outside LAN (Raspberry Pi)

  11. 11

    Can't access my device via SSH over internet

  12. 12

    How to allow other computers from outside my network to access my virtual web server?

  13. 13

    Can't SSH into Linux web server

  14. 14

    I can't access the internet through my raspberry pi when connected through ssh

  15. 15

    Can't ssh into my server from home linux but can ssh into same server from windows

  16. 16

    Can't ssh into my Mac remotely, but can ssh into my Linux box with no trouble

  17. 17

    How can I audit users and access attempts to SSH on my server?

  18. 18

    Can't connect to my ubuntu box outside my local network (VPN)

  19. 19

    can't access to website in my server

  20. 20

    Is this good configuration of my SSH server for the local network only root access?

  21. 21

    Can't connect to OpenVPN Access Server using Network Manager configuration

  22. 22

    Can't access my server from within the network after changing ISPs (new router)

  23. 23

    Ubuntu Server -- Outside SSH Access

  24. 24

    How can I connect to my VM via SSH from outside the network

  25. 25

    Can't connect to server via SSH outside Web Console

  26. 26

    Accessing SSH server outside the local network

  27. 27

    How can I access servers on my network when connected to a VPN?

  28. 28

    Can't access linux server in local network

  29. 29

    Can access server from outside network but not within LAN

HotTag

Archive