Changes between Initial Version and Version 1 of Ticket #4103
- Timestamp:
- May 27, 2009 8:17:20 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4103 – Description
initial v1 5 5 De-installing VBox leads to a working setup. Thus, I can say, that the inserted network module of virtual box is not completly transparent. 6 6 7 Setup: A switched network with two Windows PCs, each running WireShark. The system with VBox has an additional Host-Only Network. Furthermore, there is a Dell 1600n Printer/Scanner.7 Setup: A switched network with two Windows PCs, each running !WireShark. The system with VBox has an additional Host-Only Network. Furthermore, there is a Dell 1600n Printer/Scanner. 8 8 9 9 Abstract: When searching for a printer/scanner, the dell software broadcasts an UDP Packet with the source address of the host, destination address=255.255.255.255, UDP Port 1124. 10 10 11 11 Error description: 12 1. Searching for the printer when VBox is NOT installed: the UDP-Packet is seen on the host running VBox, and the Printer/Scanner correctly responds.13 2. Searching for the printer when VBox IS installed: the UDP Packet is sent on the physical network interface with the source IP address of the Host-Only-Network.14 3. Disabeling the Host-Only-Network in the Windows Network Setup let's the UDP Packet vanish in whole.15 4. De-Installing the VBox Host-Only Network card does not help at all.12 1. Searching for the printer when VBox is NOT installed: the UDP-Packet is seen on the host running VBox, and the Printer/Scanner correctly responds. 13 2. Searching for the printer when VBox IS installed: the UDP Packet is sent on the physical network interface with the source IP address of the Host-Only-Network. 14 3. Disabeling the Host-Only-Network in the Windows Network Setup let's the UDP Packet vanish in whole. 15 4. De-Installing the VBox Host-Only Network card does not help at all. 16 16 17 17 Is there anything more I can to do isolate the problem?