Hamachi for Linux

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Hamachi for Linux

#1 Post by labbe5 »

Hamachi is software which allows you create virtual networks that operate like regular LANs. It builds a ‘zero-configuration virtual private network’, which means that you do not have to worry about port forwarding or other complex configuration issues (which is definitely a very strong point in its favor). Transferred data is protected using 256-bit AES encryption.


https://www.vpn.net/linux

Using Hamachi, you can have your own encrypted Virtual Private Network, sharing files and folders between computers, following these steps :

Hamachi is available as a .deb file for 16.04 Ubuntu Xenial (Xenialdog), either for 32 or 64-bit systems (above link).

Now install Haguichi (front-end GUI for Hamachi) :
$sudo add-apt-repository -y ppa:webupd8team/haguichi

side note :
PPA is provided by both python-software-properties and software-properties-common.

Refresh source list with apt update, then :
$sudo apt install -y haguichi # -y for answering yes to each prompt
Look for it under Network menu and click on it.

Then click Configure, then click on the + button to add a network. Follow prompts (network ID, password).

https://www.haguichi.net/download/

Above is your download center for Haguichi with instructions on how to install it on Ubuntu and a few other Linux distributions.

Linux and Windows users can be connected.

Another way to install Haguichi :
sudo sh -c 'echo "deb http://ppa.launchpad.net/webupd8team/haguichi/ubuntu xenial main" > /etc/apt/sources.list.d/haguichi.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C2518248EEA14886

To help you with how to use it :
https://www.howtogeek.com/77164/beginne ... -anywhere/

http://minecraft.gamepedia.com/Tutorial ... ection_LAN

https://www.quora.com/How-do-I-make-a-V ... hi?share=1

https://secure.logmein.com/welcome/Webh ... w_add.html

Above urls are to get you started. More information is available on the Web.

Post Reply