After I remote desktop in, I close the session, and I find that hamachi has disconnected and will only go back online when I physically log in or use logmein remote desktop to wake hamachi up.
I tried allow instead of auto in my firewall for hamachi and yet it still has the same issue.
Does anyone know what could be causing this problem, or is this normal.
Thanks All!
Solved! Go to Solution.
I realize this is old, but this helped me and this is the first link in Google that came up
This should cover everyone, even servers I believe. The number corresponds to the RDP session. 0=console and 1+2=other sessions. Depending on how you connect to your computer determines which session you use so running all 3 should work to disconnect everyone.
Last line if optional if you want to lock screen.
Paste all of this into bat file then run when you want to disconnect from RDP
tscon 0 /dest:console
tscon 1 /dest:console
tscon 2 /dest:console
Rundll32.exe User32.dll,LockWorkStation
I, too, would like to know the workaround.
Sorry, that was a reply to this thread (/t5/Hamachi/LogMeIn-Hamachi-Connection-issues-with-Windows-8/m-p/91421/highlight/false#M8088) which seems to have found the source of the problem.
Hi,
Did you find out a solution to this problem. I'm having the same problem. It's very reproducible. My current workaround is open the Remote Desktop port on my router at home and port foward it to the PC running hamachi. I then leave the RDC session running. It's less than ideal, of course.
Just read the link submitted by the previous poster. So it's not a bug, it's a "feature"? It seems to defeat the purpose of hamachi then if you have to have users logged in all machines that you need access to. Oh well, I'll look for an alternative software
I realize this is old, but this helped me and this is the first link in Google that came up
This should cover everyone, even servers I believe. The number corresponds to the RDP session. 0=console and 1+2=other sessions. Depending on how you connect to your computer determines which session you use so running all 3 should work to disconnect everyone.
Last line if optional if you want to lock screen.
Paste all of this into bat file then run when you want to disconnect from RDP
tscon 0 /dest:console
tscon 1 /dest:console
tscon 2 /dest:console
Rundll32.exe User32.dll,LockWorkStation
This has been bugging me for ages.
Your solution works perfectly.
Thank you jntrup!
Hamachi service on WS2022 disconnects if no user session is active. A bypass is keeping a login session open at the console, then use RDP with a different user. Now you can close your RDP connection and Hamachi will keep connected.
But the main question keeps being: ¿Why Hamachi behaves this way in Server 2022?