Bridged Adapter - Communication between Host and Guest
Posted: 2. Nov 2010, 14:43
Hello,
i've got the following Setup
HOST Windows 7 x64
Guest Debian x32
Notebook Windows 7 x64
Ive set my VirtualBox to use a "Bridged Adapater" which created the "VirtualBox Host only Network" device.
I then selected my normal Ethernet Card and the VirtualBox Host only Network right clicked and selected "bridge connections".
So far so good.
Ive now got 3 IPS assigned to them:
192.168.178.35 is the bridge itself.
192.168.178.36 is the host os.
192.168.178.40 is the guest os.
192.168.178.50 is my notebook.
192.168.178.1 is my router. (fritz box)
All those IPs are static.
The fritz box acts as DNS server and has an other modem connected to it.
Now the problem is this:
From my Guest OS I can ping anything inside the network, EXCEPT for the Host OS.
As from the Host OS I can ping anything inside the network, EXCEPT the Guest OS.
From my NOTEBOOK I can access both just fine. I can access my SQL server on the Guest OS by just using its it and proper login information. (mysql -h 192.168.178.40 -u root -p)
Internet works just fine from any of the OS's, Guest, Host, Notebook.
I can also ping my router from any OS.
Which means my problem is that the Host OS and Guest OS cannot communicate.
If I try to ping the Guest OS from my Host OS I get the following error message:
Any ideas on how to fix that?
i've got the following Setup
HOST Windows 7 x64
Guest Debian x32
Notebook Windows 7 x64
| Edit: VirtualBox Version: 3.2.10 r66523 |
Ive set my VirtualBox to use a "Bridged Adapater" which created the "VirtualBox Host only Network" device.
I then selected my normal Ethernet Card and the VirtualBox Host only Network right clicked and selected "bridge connections".
So far so good.
Ive now got 3 IPS assigned to them:
192.168.178.35 is the bridge itself.
192.168.178.36 is the host os.
192.168.178.40 is the guest os.
192.168.178.50 is my notebook.
192.168.178.1 is my router. (fritz box)
All those IPs are static.
The fritz box acts as DNS server and has an other modem connected to it.
Now the problem is this:
From my Guest OS I can ping anything inside the network, EXCEPT for the Host OS.
As from the Host OS I can ping anything inside the network, EXCEPT the Guest OS.
From my NOTEBOOK I can access both just fine. I can access my SQL server on the Guest OS by just using its it and proper login information. (mysql -h 192.168.178.40 -u root -p)
Internet works just fine from any of the OS's, Guest, Host, Notebook.
I can also ping my router from any OS.
Which means my problem is that the Host OS and Guest OS cannot communicate.
If I try to ping the Guest OS from my Host OS I get the following error message:
Code: Select all
In cmd.exe:
ping 192.168.178.40
Pinging 192.168.178.40 with 32 bytes of data:
Request timed out.
Reply from 192.168.178.35: Destination host unreachable.
Reply from 192.168.178.35: Destination host unreachable.
Reply from 192.168.178.35: Destination host unreachable.
.35 is the Network Bridge in Windows.
Any ideas on how to fix that?