|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|