Hello,
I've been working with LMI Support and Hamachi Development team. This issue is FINALLY resoloved, and will be releasaed in a new version of the Hamachi client. This only affects Win 8-10 PCs.
SCENARIO:
-You have a Linux or ARM device running Hamachi for Linux, set as gateway mode.
-You have a Windows 10 PC connected to the Hamachi for Linux Gateway.
-On your Win10 PC, you browse to an IP address of a device on the Gateway network, such as a router or other web-browser-based utility -- nothing loads. You can only do things like SSH or TELNET.
I Hope this helps someone else, as we've been bashing our heads against the wall for MONTHS on this one:
Hello Derek, Looks like our development team found the cause of the problem. The new driver for Win8+ sets the MTU to 1500 but Hamachi adapters should use 1404. They plan to fix this in a new release. Until then as a workaround, you should be able to set the MTU for the Hamachi adapters manually in admin cmd: - To list the interfaces use this command: netsh interface ipv4 show subinterfaces - To set the interface MTU: netsh interface ipv4 set subinterface "Hamachi xxx-xxx-xxx" mtu=1404 store=persistent Please let me know if this helps