|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] assign ip address to a domU
On Thu, Oct 2, 2008 at 3:32 PM, Luca <lucarx76@xxxxxxxxx> wrote:
> Hi all,
> I would like to assign an IP address (with netmask and default
> gateway) to a domU using its configuration file.
> When the domU starts, it does not have any IP address (I'm able to set
> only the mac address through the configuration file)
>
> Here is my configuration file
> ...
> vif=[ 'mac=xx.xx.xx.xx.xx.xx, ip=y.y.y.y' ]
> ip="y.y.y.y"
> netmask="255.255.255.0"
> gateway="z.z.z.z"
> ....
>
>
> Does anyone know what I'm doing wrong?
>
Make sure:
CONFIG_IP_PNP
is set in your kernel config.
See
http://xen.markmail.org/search/?q=IP%20PNP#query:IP%20PNP+page:1+mid:h456qfn7xq4xefhc+state:results
Cheers,
Todd
--
Todd Deshane
http://todddeshane.net
check out our book: http://runningxen.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|