|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] setting IP address for domU
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
On 3/14/06, Steve Kemp <steve@xxxxxxxxxxxx> wrote:
> On Tue, Mar 14, 2006 at 12:52:16PM +0200, Mark Ryden wrote:
>
> > Can I set an IP address in a guest domain in a config file ?
> > Once there was an "ip=..." option in the config file.
> > I tried it and it did not work ; I mean that ifconfig -a after creating
> > the domU
>
> Try this:
>
> vif = '[ ip=xx.xx.xx.xx ]'
>
> Steve
> --
> # Commercial Debian GNU/Linux Support
> http://www.linux-administration.org/
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|