ColdPetRat wrote:
Yep, I was right, it's a routing issue. The fix is a little tricky, it's like this:
1. Run an elevated cmd.exe (press start, type cmd, press ctrl-shift-enter, approve UAC prompt). Make sure cmd.exe window says "Administrator:" in the title bar.
2. Run "route print" and then in the first section "Interface List" find the leftmost number for the line that corresponds to the "Hamachi Network Interface." For me this was 20.
3. Run "route delete 0.0.0.0 IF 20" (replace 20 with your number from step 2).
That's it. Before I did this, I had a line in the "Persistent Routes" section that listed the hamachi interface handling 0.0.0.0 with default metric, even though the line in the "Active Routes" section listed the metric as 9256. I'm not sure what all that means, but Hamachi still works fine after doing this (I'm not sure why it would need a catch-all 0.0.0.0 route anyway).
I sort of worked with your post, seeing as it was only a "temporary fix" and made a somewhat of a make-shift permenant fix. I have made two batch scripts: route.bat and execute.bat
Route.bat RUNS execute.bat with administrator priviledges.
Execute.bat simply runs your command in cmd.
Download my bat scripts and place them in your startup folder found in the start menu (typically located here: C:\Users\%user%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup).
Before you can use either script, you will need to right and edit both of them, i have placed in (parenthesis) where you will need to place your own info. "Execute.bat", you need to place your interface number that you found in ColdPetRat's post on step 2. "Route.bat" you will need to replace the user with a ENABLED administrator account on your windows machine, and also you will need to place the path to "execute.bat" as well.
On the first run of "Route.bat", it will prompt you for the administrator account password. don't worry though, it only asks for it once, i haven't had it ask again after that one time.
This is a rugged, not so official solution, but i have tested it and it works, i hope it helps you :)
Link to my scripts: http://dl.dropbox.com/u/39264764/hamachibats.zip