How can I stop and start my networking interface in Dom0 and have the DomU networking continue to work after this process? I am new to Xen, so I am not sure if I am missing something here (using SLES10 beta5). Here is what I did - Dom0 - network-bridge stop ifdown eth0 ifup eth0 network-bridge start After doing this networking is fine on Dom0, but networking is now not working on DomU. I try ifdown,ifup and rcnetwork restart in DomU but it can''t ping anyone. Only if I actually down the entire virtual machine and bring it back up does networking work again. Glen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nicholas Lee
2006-Feb-27 21:25 UTC
Re: [Xen-users] restarting the Network interface in Dom0
Note down domU vifs.> network-bridge stop > ifdown eth0 > ifup eth0 > network-bridge startRe-add domU vifs from above. network-bridge deletes then recreates the xenbr0. So you have to manually copy the domU''s vif onto the new bridge. -- Nicholas Lee http://stateless.geek.nz gpg 8072 4F86 EDCD 4FC1 18EF 5BDD 07B0 9597 6D58 D70C _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users