On Wed, Nov 5, 2008 at 11:13 AM, Franz Von Hahn
<franz.vonhahn@yahoo.de>wrote:
> hey
>
> please use the network-bridge script in xend-config.sxp and define
> bridge=eth0 or bridge=eth1 (according to your configuration) in the
> domU-config file. All relevant files can normally be found in /etc/xen.
Then
> you should be able to reach the dhcp server on your local network.
>
>
>
> ------------------------------
> *Von:* Paras pradhan <pradhanparas@gmail.com>
> *An:* xen-users@lists.xensource.com
> *Gesendet:* Mittwoch, den 5. November 2008, 18:05:26 Uhr
> *Betreff:* [Xen-users] dhcp server
>
> hi all,
>
> My xen dom0 server gets IP from a dhcp server.. How do i configure my xen
> domUs to get the IP from the same DHCP server ?
>
>
> Thanks
> Paras.
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>
Here is what I have done:
my xend-config.sxp file has these entries:
---
(network-script network-bridge)
(vif-script vif-bridge)
---
domU config file looks :
---
name = "guest03"
uuid = "8be732a5-44b4-bf92-d237-91d55ed6db31"
maxmem = 256
memory = 256
extra = "xencons=tty"
vcpus = 1
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]
disk = [ "phy:/dev/drbd3,xvda,w" ]
vif = [ "mac=00:16:3e:58:2f:4d,bridge=eth0" ]
dhcp = "dhcp"
----
My desired net should be in 10.x.x.x but my domU gets network of
192.168.122.x
Help .. this is not working for me.
Thanks
Paras.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users