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

[ubuntu] Guest can't ping/connect Internet

$
0
0
Hi all,

Host Ubuntu 16.04 gnome desktop
Guest Ubuntu 18.04 gnome desktop
KVM

Guest can ping gateway
Guest can ping Host
Host can ping Guest

But Guest can't ping/connect Internet

$ cat /etc/network/interfaces
Code:

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

auto ens3
iface ens3 inet manual

# add bridge ports
auto br0
iface br0 inet static
        address        192.168.8.4
        dns-nameservers 218.xx.xxx.xxx 219.xx.xxx.xxx
        network        192.168.8.0
        netmask        255.255.255.0
        broadcast      192.168.8.255
        gateway        192.168.8.1
        bridge_ports    ens3
        bridge_fd      9
        bridge_hello    2
        bridge_maxage  12
        bridge_stop    off

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>