|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Random MAC addresses in Xen
> same network. What's the easiest way to assign MAC addresses
> for domUs?
In the config file for the domain, put a line like this:
vif = ['mac=aa:00:00:49:ed:85,bridge=br-lan0']
Of course, replace the name of the bridge (in my case "br-lan0") with the
name of your bridge.
I have a similar line in all my DomU configs. I don't use anything
standard; I just see what Xen gives the NIC on it's own, then use that in
the DomU config. If you wanted to try using something "standard", you could
just change the last two digits or something.
Hope this helps.
-Alan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|