Questions tagged [hamachi]

Hamachi is a hosted VPN service from LogMeIn primarily used for NAT bypassing

36 questions
7
votes
4 answers

How can I deploy my .NET app to Amazon EC2?

I have a .NET Windows service and a .NET Web Application that I would like to deploy to my Amazon EC2 Windows 2008 instances. At this point, all I need to do is to copy the zipped files across to the EC2 box and remote desktop to the EC2 instance…
Khash
  • 2,406
  • 3
  • 30
  • 55
4
votes
1 answer

How Skype or Hamachi connect users with symmetric NAT?

I know p2p applications use hole punching for not symmetric NAT, but how Skype or Hamachi connect users with symmetric NAT?
konstantin_doncov
  • 2,228
  • 3
  • 29
  • 80
3
votes
1 answer

Synology DS213j how to install Hamachi or LogMeIn service?

I would like to ask, i have a non-public IP, behind NAT. I would like to access to my home synology server from internet, but i cannot use ssh tunnel. Is any working "how-to" tutorial about installing service like Hamachi or LogMeIn on Synology NAS…
redrom
  • 10,590
  • 29
  • 143
  • 244
2
votes
1 answer

wscript.exe in Windows Task Scheduler

I've written a batch file that checks if Hamachi Service is working and if it is not it starts it. I made this script working in background by writing vbs script CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False and…
2
votes
1 answer

UDP Broadcasting via Hamachi - Is it possible in Windows?

I'm using Game Maker: Studio and already got the UDP broadcasting to work, but only for people using the internet in the same router. But, I want to broadcast via Hamachi too, so there's no need to enter the IP manually. This is the function I can…
2
votes
1 answer

Creating a 2 player game in Python

My friend challenged me to make a version of the popular game "Battleships" that we could play against each other. If you don't know the game, it's not really important because the hard part for me would be not to make the game but to figure out how…
Pazarito
  • 35
  • 2
  • 6
1
vote
0 answers

IIS with Hamachi

I am trying to share a Django webapp with IIS and Hamachi, all is fine in debug mode and if I bind the site to my real LAN IP Address. If i create an hamachi lan and put the hamachi IP address to binding the website I cannot reach the site anymore.…
DeathMask
  • 78
  • 6
1
vote
0 answers

Raspberry Pi 3 B+ hamachi hostname issue

Hi everyone randomly browsing overflow stacks! I own 2 raspberries (pi 3 B and pi 3 B + models), the worse one running OctoPrint for my 3D printer. Since my router and provider doesn't allow me to portforward anything, I have to use hamachi to be…
1
vote
1 answer

Accessing remote web application using LogMeIn Hamachi2

I am trying to remotely access a web application hosted on the office LAN. I have setup LogMeIN Hamachi and I can connect to an office machine and see shared resources (folders and printers) on that machine. I selected a Hub-and-spoke network and…
Clemens
  • 9
  • 1
  • 4
1
vote
2 answers

Replacement for Hamachi for SVN access

My company has been using Hamachi to access our SVN repository for a number of years. We are a small yet widely distributed development team with each programmer in a different country working from home. The server is hosted by a non-techie in our…
Piers
  • 621
  • 1
  • 6
  • 16
1
vote
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
  • 636
  • 2
  • 8
  • 31
1
vote
1 answer

Building embedded system with no reliable internet connection

I'm not really sure how to search this over the internet, I tried some searches but never got the help I needed, so I'll just ask here. (sry if it's already answered!) I'm building a embedded system that runs on windows. I'll gather some data and…
DieChopper
  • 61
  • 1
  • 4
1
vote
0 answers

How to use two domains going to different websites? Hamachi and XAMPP

Hello everyone what I need help with is how to make my domains go to the correct htdocs. Here is where I am at and what I am getting stumped on. myfirstdomain.local and myseconddomain.local both work the first one goes to htdocs and my …
1
vote
1 answer

java UDP and hamachi

I am doing a multiplayer game using UDP protocol (DatagramSocket and DatagramPacket). The program has to do client and server at the same time. This works fine on LAN networks, but I would like to make it work on Internet too. I have tried to use…
Seven
  • 33
  • 6
1
vote
1 answer

SQL best way to update remote server?

This is more like an advise question. --SQL SERVER 2008/SQL SERVER 2005/HAMACHI/ DELPHI 2010-- Im developing a POS system for few restaurants that we own (4), each of the locations have their own SQL Server database, just 2 days ago i could create…
1
2 3