#8577 closed defect (invalid)
Network stops working XP (guest) on MacOSX (host)
Reported by: | oxoocoffee | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 4.0.4 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Mac OS X |
Description
This is a clean install of vbox 4.0.4 on MacOSX (fresh installed). After some time working I am trying to check my source in with svn from Windows XP SP3 with all updates and guest tools installed. Networking works just fine on host (MacOSX). So guest restart only fixes this problem for some time. I am configured with NAT to airport (eth1). One thing perhaps it might be that I think of it is that sometimes switch between Access Points without shutting down guest and it has problem after host reconnect to new AP? I am attaching my log.
Attachments (1)
Change History (7)
by , 14 years ago
comment:1 by , 14 years ago
comment:3 by , 14 years ago
Here is little more info. Doing ipconfig /release followed with /renew does the trick. I wish VB guest tools network could detect this and do it automatically.. if all posible.
comment:4 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks for feedback. The most of operating systems do this automatically, in order to resolve networking problems. So it isn't really required to handle this case on NAT side.
follow-up: 6 comment:5 by , 14 years ago
So if this is not NAT problem on host side, would this be possible to detect and automatically do on guest side? Guest tools/network driver? Just wondering. I think quite few people move around between AP as I do and "loosing connection is little confusing". I understand that release renew works but it would be much better if this could be done automatically if all possible? Is there a technical reason thatvthis can't be done? Is it up to OS to handle this? Or possible to do in driver? Should this be moved as "enhancement" to guest tools / networking instead of just closing it? Thank you
comment:6 by , 14 years ago
Replying to OxOOCOFFEE:
So if this is not NAT problem on host side, would this be possible to detect and automatically do on guest side?
Usually guests do it with out additional interaction with user, unfortunately win XP is not one of them.
Guest tools/network driver? Just wondering. I think quite few people move around between AP as I do and "loosing connection is little confusing". I understand that release renew works but it would be much better if this could be done automatically if all possible? Is there a technical reason thatvthis can't be done?
It is possible but increases host dependendent part for nothing, because the most of the guest will do release/renew automatically. Even after reacting on host side on adapter change, we need enforce guest to update dhcp operation. Modifying guest side for this isn't an option, because whole idea of NAT is avoiding host/guest modifications as much as possible.
Is it up to OS to handle this? Or possible to do in driver? Should this be moved as "enhancement" to guest tools / networking instead of just closing it?
It possible of course, but I thing it won't be done, because of reasons mentioned above.
Thank you
I have more updates. It is definitly a problem with switching AP. Here is what I tested
This was all done without shutting down guest XP.