|
|
|
|
|
|
|
|
|
|
xen-users
RE: [xen-users] ip static for DomU
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of ko0nz
> Sent: 13 June 2007 11:36
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [xen-users] ip static for DomU
>
> hi,
>
> i'd like to give a static ip to my winxp
>
> here's my winxp.hvm
>
> # vif = [ 'type=ioemu, mac=aa:00:b0:00:00:11,
> ip=192.168.2.151, bridge=xenbr0' ]
> # vif = [ 'type=ioemu, bridge=xenbr0' ]
> vif = [ 'type=ioemu, ip=192.168.2.151, bridge=xenbr0' ]
> dhcp="off"
> netmask="255.255.255.0"
> gateway="192.168.2.1"
> hostname= "winxp"
You can't do this in the config file, you'll have to use the TCP/IP
configuration tools in Windows - passing the IP address in the config
file only works for paravirtual drivers that can read the xenstore to
find these things.
--
Mats
>
> but i doesn't work.
>
> thank in advance.
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|