Bridged connexion is only accessible from the hosting OS

Discussions related to using VirtualBox on Linux hosts.
Post Reply
tls
Posts: 1
Joined: 28. Dec 2015, 15:07

Bridged connexion is only accessible from the hosting OS

Post by tls »

Host : Linux Mint 10.2 (I have not moved to 10.3 Rosa, yet)
Hosted : Ubuntu server 32-bits
After doing a basic install (only SSH server installed), I installed the very latest update :

Code: Select all

sudo apt-get update &&  sudo apt-get upgrade
I thought that moving to a Bridged interface would allow me to use the network in its full flow state...
DHCP gave the ip 192.168.1.30 (network is 192.168.1.0/27) but I cannot ping anything outside the hosting VM (192.168.1.3) !
I can SSH from one (192.168.1.3) to the other (192.168.1.30) and I can ping both ways ...
This means that I cannot maintain this image without switching from NAT to Bridged & vice versa ...
Can someone explain me why ?

Doing the same with the ubuntu server 64-bits, I have the very same behaviour but LAN interface is now named enp0s3 with exactly the same behaviour as in 32-bits + after some time it is getting slow in BRIDGED mode.


\T,
Post Reply