Here we will be connecting two linux machines, of which ISP is blocking ports.
On the machine behind the blocked ports:
Download hamachi for linux.
https://secure.logmein.com/products/hamachi/list.asp
I have hamachi-0.9.9.9-20-lnx.tar.gz
- Uncompress tar file with
tar zxvf hamachi-0.9.9.9-20-lnx.tar.gz -C /usr/src/ - Change directory
cd /usr/src/hamachi-0.9.9.9-20-lnx/ - Install hamachi
make install - Run tuncfg command
tuncfg - Generate crypto identity
hamachi-init - Start hamachi daemon
hamachi start - Put hamachi daemon online
hamachi login - Create hamachi network
/usr/bin/hamachi create myHamNetwork password - Now become online in created network
/usr/bin/hamachi go-online myHamNetworkFollow these steps on the machine from which you want to connect to the blocked machine:
- Download hamachi for linux.https://secure.logmein.com/products/hamachi/list.aspI have hamachi-0.9.9.9-20-lnx.tar.gz
- Uncompress tar file with
tar zxvf hamachi-0.9.9.9-20-lnx.tar.gz -C /usr/src/ - Change directory
cd /usr/src/hamachi-0.9.9.9-20-lnx/ - Install hamachi
make install - Run tuncfg command
tuncfg - Generate crypto identity
hamachi-init - Start hamachi daemon
hamachi start - Put hamachi daemon online
hamachi login - Join the hamachi network
hamachi join myHamNetwork - You will be prompted for the password of myHamNetwork, in earlier steps we defined password as ‘password’ on machine behind blocked ports.
- Check the list of hamachi network with
hamachi list
* [myHamNetwork]
* 5.66.11.169 118.94.50.194:32774
Here we can see 5.66.11.169 is th - Now become online in created network
/usr/bin/hamachi go-online myHamNetwork - a
- hamachi-init