hamachi home server running apache2 - will be accessible from other networks?

2

I've an interesting problem. I cannot SSH into my home server from outside my internet providers network (fastweb.it). I tried to setup dynamic DNS, but it just didn't work out, I learned my provider is a pain.

I was thinking, maybe I could use hamachi - set it up on my Linux box, this way I will have IP address accessible from outside provider network.

But I've limited knowledge of how this neat program works, so will I be able to access my Apache2 with hamachi IP from any computer in the world? (I've a feeling I will need to install hamachi on all computers from where I want to access the server).

user98645

Posted 2011-10-10T09:22:40.967

Reputation:

Answers

0

  1. Do you bind ssh to all IP? netstat -na | grep :22
  2. If you'll create Hamachi-tunnel over additional hamachi-interface (and ssh listening on it), when yes - you'll be able to ssh on your hamachi-ip

Lazy Badger

Posted 2011-10-10T09:22:40.967

Reputation: 3 557

>

  • Yes.
  • That's a bit too hard for me... can explain in detail please? what do you mean by additional hamachi-interface?
  • < – None – 2011-10-10T10:57:39.873

    Well, I can't add screenshots into answer, thus - will answer in text-only mode. After installing Hamachi you'll see new added network interface in Network Connections, which Hamachi will use on work. See also

    – Lazy Badger – 2011-10-10T11:27:46.970