He configurado la red de solo host para mi VirtualBox v5.2.8 r121009 Guest (ejecutando Windows 10 Enterprise) donde el Guest actuará como un servidor DHCP (usando Open DHCP Server) para que Windows 7 Host (mi computadora portátil) obtenga una dirección IP del invitado de Windows 10. Sin embargo, no funcionó.
Configuré el adaptador de red en mi invitado de Windows 10 a 192.168.88.1. Esto es exitoso y se refleja en ipconfig.
Windows IP Configuration
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::ad9b:f469:78eb:14bc%3
IPv4 Address. . . . . . . . . . . : 192.168.88.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
El servidor DHCP abierto también detecta con éxito la dirección IP fija.
[04-May-18 23:57:46] Open DHCP Server Version 1.50 Windows Build 1027 Starting..
[04-May-18 23:57:46] Starting DHCP Service
[04-May-18 23:57:46] Logging: All
[04-May-18 23:57:46] DHCP Range: 192.168.88.1-192.168.88.254/255.255.255.0
[04-May-18 23:57:46] Server Name: DESKTOP-4DURJST
[04-May-18 23:57:46] Detecting Static Interfaces..
[04-May-18 23:57:46] Lease Status URL: http://127.0.0.1:6789
[04-May-18 23:57:46] Listening On: 192.168.88.1
[04-May-18 23:57:46] Network changed, re-detecting Static Interfaces..
[04-May-18 23:57:46] Lease Status URL: http://127.0.0.1:6789
[04-May-18 23:57:46] Listening On: 192.168.88.1
En el host de Windows 7, configuré el "Adaptador de red solo para el host de VirtualBox" en "Obtener una dirección IP automáticamente" y luego desactivé y volví a habilitar el adaptador. Sin embargo, el "Adaptador de red solo para host de VirtualBox" no puede obtener la dirección IP de mi servidor DHCP de Windows 10. He utilizado Open DHCP Server en PC y redes físicas, y funciona con la misma configuración, pero no puedo hacer que funcione en un entorno virtual.
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::ac22:8db7:ba64:fb12%28
Autoconfiguration IPv4 Address. . : 169.254.251.18
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Nota: El servidor DHCP para "VirtualBox Host-Only Network Adapter" está deshabilitado.
fuente