Need HELP ! Instal hamachi on Linux (centos4.6)

08/14/2011 09:48 neowns#1
Hey, i have an cabal pirvat server. The problem is that the server only running over lan. i want to play with friends with hamachi, but i don"t know how to install hamachi on linux (centos 4.6) . PLS HELP ME !

who helps me get a price !

add me skype

skype: niklaszack
08/14/2011 10:01 SilvanIT#2
ALL IN PUTTY
Download latest hamachi version

# wget [Only registered and activated users can see links. Click Here To Register...]

Unpack hamachi-0.9.9.9-20-lnx.tar.gz

# tar -zxvf hamachi-0.9.9.9-20-lnx.tar.gz

Installing Hamachi

# cd hamachi-0.9.9.9-20-lnx

# make install

Run tuncfg

# /sbin/tuncfg

After installation, issue the following commands

Create keys and set configuration directory

# hamachi-init -c /etc/hamachi

Start hamachi

# hamachi -c /etc/hamachi start

Login to hamachi network

# hamachi -c /etc/hamachi login

Create your personal network and password protect it

# hamachi -c /etc/hamachi create YOUR_NETWORK
Password:
Creating YOUR_NETWORK .. ok

Go-Online on your network

# hamachi -c /etc/hamachi go-online YOUR_NETWORK

Joining other networks

# hamachi -c /etc/hamachi join OTHER_NETWORK password

Leaving other networks

# hamachi -c /etc/hamachi leave OTHER_NETWORK

Changing nick name

# hamachi -c /etc/hamachi set-nick NEW_NICK

Getting a list of networks & members

# hamachi -c /etc/hamachi list

Hope this helps