Hello again
We have some problems with this happening at work. We found out that the issue has something to do with IP version 6.
We found out that disableling the IPv6 protocol helped.
I welcome you to try it.
First off you need to start a command prompt with admin rights. This can be done by pressing the start button, choosing "All Programs" --> Accessories --> and rightclicking Commandprompt, choose "Run as administrator".
Im sitting on a Danish language box, and the translations are made from memory.
Once you got your command prompt type the following:
netsh <press enter>
interface ipv6 <enter>
isatap set state state=disabled <enter>
The prompt will respond with an "OK" if it was succesfull.
to exit type:
quit <enter>
If you need to reverse the change and return to standard settings, do the above but replace the word in the isatap command "disabled" with "enabled". Very very few networks run Ip version 6, so the change has pretty low impact, but the bug is really annoying.
Let me hear if it helps.