WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] setting IP address for domU

Mark Ryden wrote:
Hi,
Did you tried it ?
I added:
vif = ['ip=192.168.0.193']
to the config file (myConfig) and ran :
xm create myConfig
And I am getting :
Error: Device 0 (vif) could not be connected. Backend device not found.

Any idea  ?
Mark



In xend-config.sxp:

(network-script network-nat netdev=dummy0)
(vif-script     vif-nat)

In domU config:

vif             = [ 'mac=30:11:22:33:44:55, ip=10.0.30.1' ]

and sets same address in domU network config.

This works for me ;)


--
Szerintem.

Gabor HALASZ <halasz.g@xxxxxxxxxxx>

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>