What is hamachi and why do I need it?

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wh7qq
Level 2
Level 2
Posts: 93
Joined: Mon Mar 15, 2010 5:43 pm

What is hamachi and why do I need it?

Post by wh7qq »

Ran "ifconfig" and noticed for the first time "ham0":

Code: Select all

ham0      Link encap:Ethernet  HWaddr 7a:79:19:02:cd:fa  
          inet addr:25.2.205.250  Bcast:25.255.255.255  Mask:255.0.0.0
          inet6 addr: fe80::7879:19ff:fe02:cdfa/64 Scope:Link
          inet6 addr: 2620:9b::1902:cdfa/96 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1404  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:183 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:0 (0.0 B)  TX bytes:36069 (36.0 KB)
What is this **** and why is it here? I find online that it is some kind of a vpn and the inet addr is from the UK Department of Defense or from a European organization called "ripe.net" based in Amsterdam.

I just removed it using

Code: Select all

sudo apt-get remove --purge logmein-hamachi
Now we'll see if it breaks anything.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: What is hamachi and why do I need it?

Post by jimallyn »

I guess the real question is: how did it get there?
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
kukamuumuka

Re: What is hamachi and why do I need it?

Post by kukamuumuka »

Hamachi goes when you have installed it for Minacraft.
http://minecraft.gamepedia.com/Tutorial ... ection_LAN

It is better to remove, because it allows someone to see and ? in your computer.
http://security.stackexchange.com/quest ... se-hamachi
Since its a publicly available VPN, connecting to a Hamachi network is a lot like connecting you your own LAN; except for the fact that EVERYONE on the Hamachi network you are connected to is unknown and can pose a very real threat to anyone on the network. Since you are essentially providing a door into your own network without some of the more external safety precautions, I wouldn't be surprised if there were some unscrupulous people taking advantage of it.
wh7qq
Level 2
Level 2
Posts: 93
Joined: Mon Mar 15, 2010 5:43 pm

Re: What is hamachi and why do I need it?

Post by wh7qq »

I don't do on-line games including minecrap so I am at a loss as to how this got on my desktop. I suppose it was something I inadvertently loaded but no idea of what. Whereis on the IP address assigned to ham0 yielded:

Code: Select all

inetnum:        25.0.0.0 - 25.255.255.255
netname:        UK-MOD-19850128
descr:          DINSA, Ministry of Defence
country:        GB
org:            ORG-DMoD1-RIPE
admin-c:        MN1891-RIPE
tech-c:         MN1891-RIPE
status:         LEGACY
remarks:        For information on "status:" attribute read https://www.ripe.net/data-tools/db/faq/faq-status-values-legacy-resources
mnt-by:         UK-MOD-MNT
mnt-domains:    UK-MOD-MNT
mnt-routes:     UK-MOD-MNT
source:         RIPE # Filtered
Scary looking...guess that my using Linux is subversive and my occasional forays into Tor confirm it. I hope UK-MOD get bored to tears looking at me.
User avatar
jungle_boy
Level 7
Level 7
Posts: 1812
Joined: Thu Aug 19, 2010 2:51 pm
Location: Amazon Rainforest

Re: What is hamachi and why do I need it?

Post by jungle_boy »

Hamachi is a multiplayer (on line) app of MInecraft.
Samsung Odyssey, Octa-core, i5 9300H, Geforce GTX 1650, 16GB RAM, SSD SAMSUNG NVMe 500GB
LM 21 Cinnamon
wh7qq
Level 2
Level 2
Posts: 93
Joined: Mon Mar 15, 2010 5:43 pm

Re: What is hamachi and why do I need it?

Post by wh7qq »

Digging around my computer with

Code: Select all

sudo find / -name *hamachi*
, I found several things:

Code: Select all

/lib/modules/3.13.0-24-generic/kernel/drivers/net/ethernet/packetengines/hamachi.ko
/root/Desktop/hamachi-crash.log
/usr/src/linux-headers-3.13.0-24-generic/include/config/hamachi.h
The crash.log documented an attempt to use logmein from 2/15 but the interesting thing was the apparent kernel support for hamachi. This is not unique to my computer...found it on a fresh 17.1 install on my new box that has not had much added to it yet. Looks like it is supported, for whatever reason.
Locked

Return to “Networking”