VirtualBox

Changes between Version 1 and Version 2 of Ticket #8698, comment 34


Ignore:
Timestamp:
Jun 28, 2020 2:12:03 PM (4 years ago)
Author:
BirtualVox

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8698, comment 34

    v1 v2  
    77I'm guessing that this is because VirtualBox Host-Only Network acts a 1 Gbps interface, but the VMware Network Adapters act as 100 Mbps interfaces?
    88
    9 I can fix it by manually setting the metric of the Virtualbox Host-Only Network to a higher value, but it would of course be nice if this wasn't needed.
     9I can fix it by manually setting the metric of the Virtualbox Host-Only Network to a higher value, but it would of course be nice if this wasn't needed. Here's a one-liner to do it in an elevated command prompt (where XX = your desired metric):
     10
     11''netsh interface ipv4 set interface "VirtualBox Host-Only Network" metric=XX''
    1012
    1113Making the VirtualBox Host-Only Network act as a 100 Mbps interface would probably work, but that just feels like a dirty hack (especially since it likely wouldn't work if the hardware interface would also be 100 Mbps).

© 2023 Oracle
ContactPrivacy policyTerms of Use