Hi all,
VirtualBox 5.0.14
Host - Ubuntu 14.04 desktop 64bit
VM - Ubuntu 14.04. desktop 64 bit
Following entries works on all running VMs
But it doesn't work on newly installed Ubuntu 14.04 VM. I have been working couple hours and couldn't discover the cause. NAT works without problem.
GuestAddtion already installed
Please help. Thanks
Regards
satimis
VirtualBox 5.0.14
Host - Ubuntu 14.04 desktop 64bit
VM - Ubuntu 14.04. desktop 64 bit
Following entries works on all running VMs
Code:
⟫ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet manual
# add bridge ports
auto br0
iface br0 inet static
address 192.168.0.xxx
dns-nameservers xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stop off
GuestAddtion already installed
Please help. Thanks
Regards
satimis