> from xen wiki ...
> In your machine configuration, make sure you don't use the ioemu network
> driver. Instead, use a line like:
>
> *
>
> vif = ['']
>
> ...
>
> How to configure network then? and why?
>
> Florian
You can still configure things like a mac address, a different bridge, etc.,
but you need to avoid having the "type=ioemu" parameter in the vif
configuration. The line above configures a VIF that auto-generates a MAC
address each time it boots (not usually a good idea) and connects to the
default bridge. Something like this would be acceptable, too:
vif = ['mac=00:11:22:33:44:55,bridge=myBridge']
What you don't want is:
vif = ['mac=00:11:22:33:44:55,bridge=myBridge,type=ioemu']
-Nick
--------
This e-mail may contain confidential and privileged material for the sole use
of the intended recipient. If this email is not intended for you, or you are
not responsible for the delivery of this message to the intended recipient,
please note that this message may contain SEAKR Engineering (SEAKR)
Privileged/Proprietary Information. In such a case, you are strictly
prohibited from downloading, photocopying, distributing or otherwise using this
message, its contents or attachments in any way. If you have received this
message in error, please notify us immediately by replying to this e-mail and
delete the message from your mailbox. Information contained in this message
that does not relate to the business of SEAKR is neither endorsed by nor
attributable to SEAKR.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|