Results 1 to 2 of 2

Thread: Hamachi relayed connection

  1. #1
    Join Date
    Mar 2018
    Beans
    1

    Hamachi relayed connection

    Hello.

    I've been trying to play an old video game with an emulator online. But connecting with Hamachi just won't work, and the reason seems to be a relayed connection. I haven't been able to turn it into direct like it should be. All the istructions i've found from the internet are for windows hamachi and using haguichi as a gui is a bit different. I've tried to find a way to do that using hamachi through terminal, but it still remains relayed.


    Help me please and be gentle, i'm just a garbage truck driver

  2. #2
    Join Date
    Sep 2016
    Beans
    2

    Re: Hamachi relayed connection

    I had the same problem. I edited the override configuration file:

    Code:
    sudo nano /var/lib/logmein-hamachi/h2-engine-override.cfg
    and added the line:

    Code:
    Sock.UdpPort         44444
    This will limit Hamachi to using this one incoming UDP - 44444 port. You can choose whichever port you want. I then opened my firewall configuration and added in rules to allow IN the following ports:

    TCP - 12975
    TCP - 32976
    UDP - 44444

    This allowed me to get a direct connection.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •