 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Network problems
 On Friday 16 September 2005 11:29, Stephan Böni wrote:
> "/etc/xen/config":
> nics=2
> vif = [ 'mac=aa:cc:00:00:00:01, bridge=xen-br0' ]
> vif = [ 'mac=aa:cc:00:00:00:02, bridge=xen-br1' ]
That lines should read:
vif = [ 'mac=aa:cc:00:00:00:01, bridge=xen-br0',
          'mac=aa:cc:00:00:00:02, bridge=xen-br1' ]
You're assigning a variable here, setting it twice will override the first 
value...
> "ifconfig" of xen0 (xenU has been started):
> eth0      Link encap:Ethernet  HWaddr 00:14:5E:0A:53:04
> eth1      Link encap:Ethernet  HWaddr 00:14:5E:0A:53:05
> lo        Link encap:Local Loopback
> vif16.1   Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
Looks like dom0 is missing a vif and the two bridge devices here, "xen-br0" 
and "xen-br1" should show up on ifconfig as well. (at least xen-br1 with the 
broken xenU config)
Could you check "brctl show" to see if they were created at all?
Maybe also check if you can use brctl to create bridges manually.
/Ernst
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |