ManxKevster In this case your gateway performs as a router also, but requires a simple extra configuration.
Configuration:
- Remove the gateway client from the network. This deletes the network bridge.
- Write the name of your ethernet interface (as displayed in Network Connections) into the
C:\WINDOWS\ServiceProfiles\LocalService\AppData\Local\LogMeIn Hamachi\h2-engine-override.cfg
file with the Vpn.BridgeTo
config key.
Vpn.BridgeTo Ethernet
Note: Windows 7 calls it "Local Area Connection"
- Restart the Hamachi2Svc service.
- Add the client back to the network as a gateway. Now it should create the Network bridge with the specified network interface (Ethernet).
Explanation:
When multiple physical network interfaces are in a system Hamachi must choose one of them, to create the Network Bridge with. In most cases these client computers are within a local network (LAN) and not on the perimeter (as a router, in your case). Therefore we decided to select the network interface which the service is connecting to the gateway through. But we wanted to support the latter case, too. That's why the default behavior hast to be overwritten.