[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Trouble creating DomU with 2 NICs
On Thu, 2013-07-04 at 14:38 -0400, Alan McKay wrote: > On Thu, Jul 4, 2013 at 2:23 PM, Alan McKay <alan.mckay@xxxxxxxxx> wrote: > > vif = > > ['mac=00:1e:68:8e:31:b8,bridge=xenbr0','mac=00:1e:68:8e:31:b9,bridge=xenbr1'] > > So I'm thinking that maybe I'm not supposed to specify the mac of the > bridge itself That's right, these need to be MAC addresses for the virtual device itself, which must be unique on your network segment. You can either use address from an OUI which you control (unlikely in most cases), from the Xen OUI (00:16:3e:xx:xx:xx) or any address with the locally administered bit set. Most people just pick a random address from either of the last two. I wrote a CGI script to generate correctly formed randomized MAC addresses: http://www.hellion.org.uk/cgi-bin/randmac.pl Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |