Opened 13 years ago
Closed 10 years ago
#10441 closed defect (fixed)
Network error about WLAN (ping fails) on special device
Reported by: | Michl | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 4.1.12 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Windows |
Description
My ping command to device "AXIS 5400+" (print server) fails if I activate/using my network card "Realtek RTL8191SE" (bridge) in Virtual Box (4.1.12r77245).
It's strange because a) on host system (win 7) pings are successful (to print server) b) pings (in VM) to other devices works well
If I change to my LAN card "Atheros AR8131" (in VM settings, bridge mode) and connect my print server directly, all works!?
For more details, please contact me.
Attachments (2)
Change History (11)
comment:1 by , 13 years ago
follow-up: 3 comment:2 by , 13 years ago
Do you mean the log file in C:\Users\<name>\.VirtualBox\ ? But do you beleave that this file contains helpful information? Virtual Box doesn't run into an error!?
comment:3 by , 13 years ago
Replying to Michl:
Do you mean the log file in C:\Users\<name>\.VirtualBox\ ? But do you beleave that this file contains helpful information? Virtual Box doesn't run into an error!?
The place where you can find required log files is described at https://www.215389.xyz/manual/ch12.html#idp9547968
by , 13 years ago
comment:5 by , 13 years ago
It would be nice to get a solution. So, I can't print (over tcp) in my virtual machine :(
comment:7 by , 13 years ago
On 4.1.18 ping fails also. Is any developer interested to fix this issue??
comment:8 by , 13 years ago
Wireless network cards are special. To be able to connect to such a network device we have to do some tricks which is probably the cause of your problems. I don't see a chance to fix your problem in short term, sorry.
comment:9 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I suspect this is a manifestation of a bug with ARP replies fix-up that has been fixed in later 4.3 versions. Unicast ARP replies were not rewritten correctly. So your first two ping requests cannot be sent (host unreachable). Eventually the peer replies with a broadcast ARP reply and hence the next two pings are sent and you get the replies.
Marking as fixed. Please, reopen with more details if it's still a problem.
Could you please attach the log file?