Forum Discussion

JerryIrons's avatar
JerryIrons
Active Contributor
7 years ago
Solved

Hamachi not powering on after computer restart

Can you please provide the option to power on hamachi from a command line?  This is really becoming a problem, here is what happens:

workstation restarts, due to windows operating system update, environment power condition, etc, and once everything restarts, hamachi is in the "powered off" condition.    Then we are screwed, because there is no remote access, and now a human being has to make a physical trip to the workstation to click on "power on".

 

Please add this functionality, I am a long time hamachi user.  But this power off thing that is happening at random with windows 10 is really becoming an issue.

 

  • So, I've figured out a way to deal with this.  I wrote a windows service that monitors the logmein service and it's power on status.  If either get turned off my service restarts them.  So far has been working very well and ended the random shutdowns that can happen. 

13 Replies

  • nawcom's avatar
    nawcom
    New Member
    6 years ago

    I can't speak for Jerry but an easy way to check the status of the Hamachi connection is 

    c:\Program Files (x86)\LogMeIn Hamachi\x64\hamachi-2.exe --cli list

    Exclude the full pathname if appropriate in your specific case, etc etc. If the VPN is currently off, this will be the result

    You have no networks.

    If the script picks that up as a response, have it run

    c:\Program Files (x86)\LogMeIn Hamachi\x64\hamachi-2.exe --cli logon

    And that's the equivalent of pressing the power button on the UI. That way whenever the Hamachi is disconnected for whatever reason, it will attempt to reconnect and log back on without the need of the UI.

     

    For some reason on a new computer that I installed Hamachi on, it seems to randomly decide not to auto-connect (aka "Power" on) and it would be offline, requiring me to press the power button on its UI. Other times it would auto-connect just fine. Apparently this is controlled via a config file some place but the fact that it isn't being consistent was something I found odd. So what I did was create a task run in Task Scheduler to execute that previous command (hamachi-2 --cli logon) set to run "At Startup", set it to run with Administrative privileges whether a user is logged in or not, and set a Condition for it to run after getting a Network Connection with the device that provides internet access. This way Hamachi is already connected to the VPN before anyone logs on (assuming the person doesn't log in fast enough to get ahead of it). From now on I won't have to deal with the randomness of it not auto-connecting or worry about its configuration set to do so.

  • nuncidvides's avatar
    nuncidvides
    Active Contributor
    6 years ago
    Hi Jerry. Can you share more details of how you wrote this Windows service to monitor the LogMeIn application's power status? I've been encountering the same issue. I am able to tell whether the Hamachi service is running, but have been unable to determine whether it's powered on via Windows.
  • JerryIrons's avatar
    JerryIrons
    Active Contributor
    7 years ago

    So, I've figured out a way to deal with this.  I wrote a windows service that monitors the logmein service and it's power on status.  If either get turned off my service restarts them.  So far has been working very well and ended the random shutdowns that can happen.