Automatic Start-up Hamachi for Ubuntu Hardy Heron


Previously, I have written about creating a start-up Hamachi service script for Ubuntu Feisty Fawn. This time, with a little modification to the script, I will illustrate how to create a similar start-up script for Ubuntu Hardy Heron.

Hamachi, a powerful VPN service that allows user to communicate securely from a remote network over an Internet connection, is also known as LogMeIn Hamachi, after taken over by another company. It is available in various operating systems; that is, Microsoft Windows, Linux and Mac OS X. However, automatic start-up is not the default option during installation. Here, I will illustrate how you can do so in Ubuntu Hardy Heron (which is also applicable to most other Linux distributions).

I assume that you are able to successfully install Hamachi as a user basis. If not, you can find out from the README instruction when you download the installation script.

(configure your automatic start-up script for Ubuntu...)

Follow the instruction below.

  1. Create the start-up script for hamachi, as shown below. Remember to change the user name "keith" (line 5) to your system user name in Ubuntu (or your Linux distribution).


    #!/bin/bash
    ###################################
    ### Start-up script for Hamachi ###
    ###################################
    USER=keith
    case "$1" in
    start)
    /sbin/tuncfg
    /bin/su - $USER -c "hamachi start"
    ;;
    stop)
    /bin/su - $USER -c "hamachi stop"
    ;;
    restart|force-reload)
    /bin/su - $USER -c "hamachi start"
    /bin/su - $USER -c "hamachi stop"
    ;;
    *)
    exit 1
    ;;
    esac

    exit 0

  2. Make the script executable:

    chmod +x hamachi

  3. Move the script to /etc/init.d/ directory:

    sudo mv hamachi /etc/init.d

  4. Finally, run the following command to automatically link the script to the appropriate run-level during system boot up:

    sudo update-rc.d hamachi defaults

    It will then build the link as shown below:

    Adding system startup for /etc/init.d/hamachi ...
    /etc/rc0.d/K20hamachi -> ../init.d/hamachi
    /etc/rc1.d/K20hamachi -> ../init.d/hamachi
    /etc/rc6.d/K20hamachi -> ../init.d/hamachi
    /etc/rc2.d/S20hamachi -> ../init.d/hamachi
    /etc/rc3.d/S20hamachi -> ../init.d/hamachi
    /etc/rc4.d/S20hamachi -> ../init.d/hamachi
    /etc/rc5.d/S20hamachi -> ../init.d/hamachi

  5. Finally, reboot your system and Hamachi will be automatically loaded and connected to the server.

Hamachi is one of the simplest way to link different networks across the Internet into one single Intranet. Many people made use of this for gaming and some several other purposes.

It is definitely very helpful if you are located far away from your server, and that someone could simply help you restart your server without needing to give administrative privilege to login to the server. Hamachi is then automatically loaded.

Special thank to an unknown guest who helped to improve the scripting.


Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Use <!--pagebreak--> to create page breaks.
More information about formatting options

Syndicate, Bookmark & Sitemap

Syndicate Content Bookmark This Site NeoHide SiteMap

Quick Search

User login

Search

Sponsored Ads

Women's Corner

Who's new

  • troymanning
  • evenworld
  • brandontylerrussell
  • mgroup
  • ikonner

Syndicate

Syndicate content

FastBox Ad Feed

Subscribe Feeds

Feed Icon
Google
Yahoo!
Bloglines
Newsgator
MSN
Feedster
AOL
Furl
Rojo
Newsburst
Pluck
FeedFeeds
Add Kinja
SoloSub
MultiRSS
rMail
RSSFwd
Blogarithm
Eskobo
GritWire
BotABlog
Monitor This
Simplify