Created
December 2, 2015 15:55
-
-
Save jeanlaurent/e65e70a89da3ead4c595 to your computer and use it in GitHub Desktop.
VBoxManage.exe list hostonlyifs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe list hostonlyifs | |
Name: VirtualBox Host-Only Ethernet Adapter | |
GUID: cd53cf39-13e8-40d0-b24d-55b04cf31c82 | |
DHCP: Disabled | |
IPAddress: 192.168.56.1 | |
NetworkMask: 255.255.255.0 | |
IPV6Address: fe80:0000:0000:0000:2182:a89c:b9de:eabd | |
IPV6NetworkMaskPrefixLength: 64 | |
HardwareAddress: 0a:00:27:00:00:00 | |
MediumType: Ethernet | |
Status: Up | |
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter | |
Name: VirtualBox Host-Only Ethernet Adapter #2 | |
GUID: 395535f2-7910-4f3a-aaf2-b381955d5da9 | |
DHCP: Disabled | |
IPAddress: 192.168.99.1 | |
NetworkMask: 255.255.255.0 | |
IPV6Address: fe80:0000:0000:0000:c977:4ca3:331b:578a | |
IPV6NetworkMaskPrefixLength: 64 | |
HardwareAddress: 0a:00:27:00:00:00 | |
MediumType: Ethernet | |
Status: Up | |
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment