Opened 8 years ago
Closed 8 years ago
#15735 closed defect (worksforme)
My Host machine on Windows 8.1 can not connect to guest VM in Virtualbox
Reported by: | Kimbarbel | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 5.1.2 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
Hi,
I've got a problem. My Windows 8.1 host machine can not achieve IP address from DHCP server.
Attachments (2)
Change History (5)
by , 8 years ago
by , 8 years ago
comment:1 by , 8 years ago
It's not clear what your problem is.
In the summary you say that host cannot connect to the guest.
In the description you say that the host cannot obtain an address from the DHCP server. (Which DHCP server?)
So what exactly is the problem?
comment:2 by , 8 years ago
Hi,
Virtualbox has embeeded DHCP server from which host and guest should obtain IP addreess to be in the same network. Guest achieving IP address but host doesn't. I want to be able to connect from host to guest machine using SSH.
comment:3 by , 8 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Your VM has two network adapters. One of them NAT, the other internal network. The NAT network adapter uses the builtin DHCP server which is local for one VM. That means your VM behaves like it would be located behind a router -- it's not possible to connect from the host to the guest (different network). If you want to have the guest in the same network as the host then you need to use a bridged network adapter. Or use a host-only network adapter. These networking modes are described in the user manual.
Logs from Virtualbox