Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

[ubuntu] Bridge networking problem

$
0
0
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
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

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

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>