mint - Xen dom0 cannot connect to the internet -


i configured linux mint 17 host o/s install xen per following guide

xen project beginner's guide

now, after configuring network interfaces instructed, rebooted machine. can see bridge has ip assigned via dhcp, cannot connect internet.

i can ping gateway, not other address.

what doing wrong?

this /etc/network/interfaces file

auto lo iface lo inet loopback  auto eth0 iface eth0 inet manual  auto xenbr0 iface xenbr0 inet dhcp     bridge_ports eth0 

in case, added eth0 , eth1 interfaces bridge

bridge name  bridge id          stp enabled    interfaces br0          8000.00259e1c426c  no              eth0                                                 eth1  

but there interface called vif3.0 has included bridge interface. so, did this

brctl addif br0 vif3.0 

everything works fine.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -