mint - Xen dom0 cannot connect to the internet -
i configured linux mint 17 host o/s install xen per following 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
Post a Comment