The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
DWSAIT
6 years agoNew Contributor
Debian - Hamachi taking over default IP routing
I've been using Hamachi on a BeagleBone Black as it's a great way to make a small portable device externally accessible. Specifically I'm using the latest ARM Beta version, logmein-hamachi_2.1.0.203-...
- 6 years ago
I think I may have discovered the source of the problem, which was connman that was managing networks on my device. In some cases after a power cycle of a larger system, the BeagleBone could finish restarting faster than the device that was providing its ethernet connectivity to the internet. connman would see no ethernet available, then try and set up Hamachi as the main internet source instead. It wouldn't switch back to ethernet once it was available.
The solution was to edit the file /etc/connman/main.conf and add Hamachi's 'ham0' interface to the list of interfaces connman would ignore.
DWSAIT
6 years agoNew Contributor
I think I may have discovered the source of the problem, which was connman that was managing networks on my device. In some cases after a power cycle of a larger system, the BeagleBone could finish restarting faster than the device that was providing its ethernet connectivity to the internet. connman would see no ethernet available, then try and set up Hamachi as the main internet source instead. It wouldn't switch back to ethernet once it was available.
The solution was to edit the file /etc/connman/main.conf and add Hamachi's 'ham0' interface to the list of interfaces connman would ignore.