Hamachi is a hosted VPN service from LogMeIn primarily used for NAT bypassing
Questions tagged [hamachi]
34 questions
0
votes
1 answer
Using networks in c++
I have started learning c++ quite a while ago, and I am now starting to develop a program which uses a Chat file like this:
filename: (identity):(date)
contents: (identity):(message)
But the only problem I have is that I need to access and send…

stan450
- 1
- 1
0
votes
1 answer
Hamachi throw "failed to connect to the engine" error in MacOs M1
I want use Hamachi in my MacBook M1 Ventura 13.1.
When i starting "create a new network" or "join in existing network", i received "failed to connect to the engine" error.
Can i use Hamachi in my Mac?
I tried search information on internet, but not…

Kirill Kotikov
- 1
- 1
- 1
0
votes
1 answer
Is It possible to connect to socket server using hamachi?
Is It possible?
I wrote a code using socket library.
Everything works fine on local network but when I try to connect using hamachi IP I get [WinError 10060]
Sample of server code:
import socket
import threading
def start_server(port, serverip):
…

Simek
- 31
- 4
0
votes
0 answers
multicast clients connected via hamachi
I have made a server that uses UDP multicast sockets. I am able to run the server on my network and reach every client. The problem is that I was now trying to reach clients that are connected via hamachi. I've read that it supports multicast,…

EasedJupiter
- 1
- 1
0
votes
1 answer
Connect to SQL Server via Hamachi VPN - SSMS works, Node doesn't
I can connect fine with SQL Server Management Studio, but not with Node.
I am using the mssql npm package.
Here's the node connection.
db: {
server: "123.456.789.255\\WEBSQL",
database: "db_name",
user: "user",
password: "pass"
}
I…

Ivan
- 1,967
- 4
- 34
- 60
0
votes
1 answer
Database access via Hamachi (VPN)
I would like to access the database from a computer (PC2) connected to the network (Hamachi) I've created in my local unit (PC1). My goal is to achieve data sharing between two databases through a php program as the system for querying the…

jr.prog
- 69
- 1
- 13
0
votes
1 answer
Logging on to a reporting server through hamachi
I am trying to log on to a reporting service through Hamachi (A virtual private network client) as I want my program to access the report service from any computer which is most likely not going to be on the same network as my report server. I can…

Tom
- 1
0
votes
1 answer
Hamachi and FTP/HTTP
I'm trying to connect to an FTP server over HTTP. Is there any way I can use a VPN like Hamachi and tunnel through my home PC, then connect tothe FTP via HTTP or another port?

Echilon
- 10,064
- 33
- 131
- 217
0
votes
1 answer
Using Hamachi to develop XNA on one PC
I'm currently trying to develop a network game for XNA (LAN only as no desire to release), however I only own 1 PC.
I've been trying many different things but all seem to have failed. I'm running VMWare Player with a Win7 Prof image (with vs2008 +…

Chris Dobinson
- 61
- 1
- 4
0
votes
1 answer
Hamachi not installed on Centos 7 when i follow this steps
I'm trying to install Hamachi on Centos 7, i follow this documents but it was for Centos 5 ,6
Install and Configure LogMeIN ( Hamachi ) on RHEL/CentOS 5/6
Also the link of latest logmein-hamachi is not working, so i use latest version from this…

Ahmed Bermawy
- 2,290
- 4
- 35
- 42
0
votes
4 answers
Minecraft Server closes immediately after running?
Sorry if it's not the right place to ask this, I'm a bit new here.
Everything was PERFECT. I did a Hamachi server with a friend. My friend put his IPv4 in "server-ip=" in the server properties. We needed only to open the Server file and the Hamachi…

Pichi Wuana
- 732
- 2
- 9
- 35
0
votes
1 answer
hamachi does not work on beaglebone armhf the latest 130 version
I tried the following codes:
sudo dpkg --force-architecture --force-depends -i logmein-hamachi_2.1.0.130-1_armhf.deb
apt-get -f install
It returned
/etc/init.d/logmein-hamachi: not found
but there is actually a binary file there

user3483880
- 119
- 2
0
votes
2 answers
Java TCP Client Server working over LAN with port Forwarding but not with hamachi
I have a basic Java Client Server TCP Programm which is able to connect over LAN and also when i use my public ip with port forwarding.
What bothers me, is that it does not work when i try to use the same programm inside of a hamachi VPN network. I…

Kevin Streicher
- 484
- 1
- 8
- 25
0
votes
1 answer
Hamachi not getting properly installed
We have been trying to install/uninstall Hamachi for a couple times, but I keep seeing the issue that, after reboot the machine
Hamachi is not power on automatically
When trying to power it on, it'll ask for a new client name
Once the client name…

bcbishop
- 2,193
- 3
- 20
- 23
0
votes
2 answers
PLC Communication with raspberry pi and hamachi
The system that I am attempting to set up consists of several PLCs hooked up via Ethernet to a Raspberry Pi. The Pi is then connected to Hamachi VPN (I use hamachi because we do not have and external ip to use for other VPN solutions. If there is…

WubbaDuck
- 1
- 1