networking - xenbr0 creation shuts down dom0 internet connection in Xen -


i have installed xen 4.8 on ubuntu pc. have created dom u. pc connected internet via usb tethering phone. interface comes in ifconfig enp0s20u3.

i need provide internet connection dom u. first edited /etc/network/interfaces file in dom0 , added following :

iface xenbr0 inet dhcp bridge_ports enp0s20u3

but when try xenbr0 :

$ sudo ifup xenbr0

my internet connection lost , i'am unable connect internet in dom0. can see xenbr0 bridge using brctl show. starting domu, vif2.0 gets added xenbr0, no connection in domu.

route -n displays 2 ifaces xenbr0 , enp0s20u3, both having same gateway , flag(ug). ip route show shows 2 default route having same ip address after via.

is routing? how can configure dom0 can internet connection in dom0 domu?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -