Jul 10

Install
To install hamachi on debian or ubuntu follow steps:

sudo su
aptitude install build-essential
wget -c http://www.rafekz.one.pl/hamachi_0.9.9.9.20.deb
dpkg -i hamachi_0.9.9.9.20.deb
rm hamachi_0.9.9.9.20.deb

Whats next?
If you have hamachi installed you can:

  • Join to network
    sudo hamachi -c /etc/hamachi join <network> [<password>]
  • Create your own network
    sudo hamachi -c /etc/hamachi create <network> [<password>]
  • Log in to hamachi
    sudo hamachi -c /etc/hamachi login
  • Go online
    sudo hamachi -c /etc/hamachi go-online <network>
  • List users in your networks:
    sudo invoke-rc.d hamachi status
    (you can enter this command twice to view nicknames)

written by rzelazko

Jul 05

To install Hamachi Basic as Windows NT/2k/XP (Vista not supported) service you must follow few steps described in: http://www.itsatechworld.com/2006/01/17/hamachi-vpn-solution/

To install Hamachi Basic as Windows Vista service you must download ServiceEx.exe. Copy it to C:\Program Files\ServiceEx and create there file HamachiService.ini. Paste there:

[ServiceEx]
ServiceExeFullPath = "C:\Program Files\Hamachi\hamachi.exe"
options = -srvany -config "C:\Documents and Settings\Administrator\Application Data\Hamachi"
desktop = false
Start=Auto
StartNow=false

Change there config dir. Now open command line as administrator, type there

cd C:\Program Files\ServiceEx
ServiceEx install HamachiService

Close your hamachi (if runned), type in start/run services.msc and start your new HamachiService.
Warning! Currently I don’t know how to handle “Interact hamachi with desktop” on service tab.

To install any other things as windows service you can use tool: http://www.tacktech.com/display.cfm?ttid=197 or ServiceEx.

written by rzelazko \\ tags: , , , , , , , ,