| 2006-07-07 |
Setting up hamachi on linux |
wget http://files.hamachi.cc/linux/hamachi-0.9.9.9-20-lnx.tar.gz
tar xvzf hamachi-0.9.9.9-20-lnx.tar.gz
cd hamachi-0.9.9.9-20-lnx
make install ~ to install the hamachi
tuncfg ~ to tune the cfg of the hamachi
hamachi-init ~ to init the hamachi
hamachi start ~ to start the hamachi server
hamachi-init ~ to generate crypto identity (any account).
hamachi start ~ to launch Hamachi daemon.
hamachi login ~ to put the daemon online and to create an account.
hamachi create <network> ~ to create the network.
hamachi join <network> ~ to join the network.
hamachi go-online <network> ~ to go online in the network.
hamachi list ~ to list network members and their status.
hamachi get-nicks ~ to get list of all nicks in the network.
examples :
hamachi-init
hamachi start
hamachi create privatenetwork
hamachi go-online privatenetwork
hamachi get-nicks
hamachi list
This is an example that will create a private network called privatenetwork , join it and list all the users in the network.
Enjoy |
|