 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] centos 5.6 upgrade to 4.1 - no DomUs listed
 Andy, had the same nightmare problem, stopped me for days, read and followthe networking section in this link, it is not using the Xen scripts to create the bridge at all, just pure os networking, check it out: http://wiki.virtastic.com/display/howto/Xen+3.4.3+on+CentOS+5.5+--+Tutorialps - You most likely will not need the vlan .4094 but if you put it in it won't hurt anything. Later if you run into a vlan requirement you will know how to deal with it. On 5/18/2011 3:52 AM, Andy Howell wrote: On 05/18/2011 03:34 AM, Randy Katz wrote:try booting with pci=nomsi on the kernel line, If you setup networking according to this then things should be working, and no need to use vif in the bridge line: http://wiki.xensource.com/xenwiki/HostConfiguration/Networking One of my working confs looks like this (CentOS 5.6 Xen 4.1): name = "test1" memory = "512" disk = [ "phy:/dev/vg1/test1,xvda,w" ] vif = [ 'mac=00:16:3e:aa:aa:91,bridge=xenbr0' ] vcpus=1 on_reboot = 'restart' on_crash = 'restart' bootloader = "/usr/bin/pygrub" on node: # netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 xenbr0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 xenbr0 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 xenbr0 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |