https://secure.logmein.com/CN/, after the author's use, Very good.
There is a version of Windows and Linux on the official website, where the Linux version has no graphical interface.
1. Download and install
The official website has the Deb file download, after downloading, double-click Install.
2. Use
2.1. Login
After the installation is complete, the execution hamachi can see the version and other information
[Email protected]:~$ sudo hamachi
Version : 2.0.0.11
PID : 1012
Status : Offline
Client ID : xxx-xxx-xxx
Address : 5.191.253.67
Nickname : Jim-laptop
2.2. Login
Modify Nickname
[Email protected]:~$ sudo hamachi set-nick Jim//change Nickname to Jim
Setting Nickname. Ok
Log in to Network
[Email protected]:~$ sudo hamachi login
Logging in... ok
2.2. Create a network
[Email protected]:~$ sudo hamachi create JIMVV1 123
Creating Jimvv1. Ok
A network named JIMVV1 was successfully created with a password of 123
After the network is created, you are already in the network.
2.3. Join the existing network
Next, we need to add the other side to the network, assuming that the other side is also installed hamachi for Linux version, execute the following command
[Email protected]:~$ sudo hamachi join JIMVV1 123
Join JIMVV1. Ok
2.4. View each other's IP and own IP address
Each other's IP address
[Email protected]:~$ sudo hamachi list
[JIMVV1]
084-598-580 Tank 5.10.223.52
The IP address of the friend tank is 5.10.223.52
It's easy to see your own IP address, just ifconfig a little bit.
[Email protected]:~$ ifconfig
......
Ham0 Link encap: Ethernet Hardware Address E6:6e:ff:38:40:a5
inet Address: 5.191.253.67 broadcast: 5.255.255.255 Mask: 255.0.0.0
Up broadcast RUNNING multicast mtu:1200 hop count: 1
Receive packets: 0 Error: 0 Discard: 0 Overload: 0 Number of frames: 0
Send packet: 271 Error: 0 Discard: 0 Overload: 0 Carrier: 0
Bytes Received: 0 (0.0 B) Send bytes: 40464 (40.4 KB)
......
Its own IP is 5.191.253.67.
3.ping Other computer
[Email protected]:~$ Ping 5.10.223.52
PING 5.10.223.52 (5.10.223.52) bytes of data.
Bytes from 5.10.223.52:icmp_seq=1 ttl=64 time=0.062 ms
Bytes from 5.10.223.52:icmp_seq=2 ttl=64 time=0.055 ms
Bytes from 5.10.223.52:icmp_seq=3 ttl=64 time=0.056 ms
Bytes from 5.10.223.52:icmp_seq=4 ttl=64 time=0.056 ms