The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Hamachi on os x 10.5.3

    Discussion in 'Apple and Mac OS X' started by corujo712, Jun 14, 2008.

  1. corujo712

    corujo712 Notebook Evangelist

    Reputations:
    26
    Messages:
    348
    Likes Received:
    0
    Trophy Points:
    30
    How do you install hamachi on mac os x?

    I did this and it doesn't seem to work:

    Downloaded this:
    tuntap_leopard_20080607_src
    hamachi-0.9.9.9-20-osx

    Then double click on 'tap' and opened and 'tun' and opened.

    Then ran terminal and typed in the following:
    Type cd Desktop to change directory to your Desktop folder inside your Home folder. Do cd [hamachi], where [hamachi] is the folder that was made when you decompressed the downloaded file. In my case, the folder was titled hamachi-0.9.9.9-20-osx, so I did cd hamachi-0.9.9.9-20-osx.
    ype sudo ./install, followed by your administrator password. The admin password is required because Hamachi installs system-level components to make everything work.

    It then says to do this:
    After the quick install is done, type sudo tuncfg in the terminal

    but it says this when i do it:
    tuncfg: cannot stat() /dev/tap0 -- No such file or directory
    tuncfg: visit http://www.hamachi.cc/tuntap for more information
    misc-macbook:hamachi-0.9.9.9-20-osx Truong$

    Any ideas?

    I pretty much followed what was on this website:
    http://www.command-tab.com/2006/08/13/hamachi-on-mac-os-x/

    This is really frustrating as i am new to using mac os x and really do not know what to do.

    PLEASE HELP ME!
     
  2. nit04

    nit04 Notebook Enthusiast

    Reputations:
    10
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
  3. corujo712

    corujo712 Notebook Evangelist

    Reputations:
    26
    Messages:
    348
    Likes Received:
    0
    Trophy Points:
    30
    I tried it and this is what is says after i try to install tuncfg:

    Last login: Sun Jun 15 13:07:14 on ttys000
    truongs-macbook:~ Truong$ cd desktop
    truongs-macbook:desktop Truong$ cd hamachi-0.9.9.9-20-osx
    truongs-macbook:hamachi-0.9.9.9-20-osx Truong$ install
    usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
    [-o owner] file1 file2
    install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
    [-o owner] file1 ... fileN directory
    install -d [-v] [-g group] [-m mode] [-o owner] directory ...
    truongs-macbook:hamachi-0.9.9.9-20-osx Truong$ sudo /sibin/tuncfg
    sudo: /sibin/tuncfg: command not found
    truongs-macbook:hamachi-0.9.9.9-20-osx Truong$ su - ; /sbin/tuncfg; exit
    Password:
    su: Sorry
    -bash: /sbin/tuncfg: No such file or directory
    logout

    [Process completed]