[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Help needed for configuring DHCP3 server on XEN


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: Michele Mazzucco <michelemazzucco@xxxxxxxxx>
  • Date: Mon, 19 Oct 2009 16:59:23 +0300
  • Delivery-date: Mon, 19 Oct 2009 07:00:15 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bC1awaYW6OqZ7+1xvOjaSuOKUiSpGB6xN/vR9HKD5h5svz9oJNWaRijrinZ04fhZu+ d2aT1h7TDvswt7LovHGrW7hzHQH1uOrccrLakaIeRdpOnWG34RZORw87MQR3GjbcjsHv 1bwhHGR8bIU6w69VtfKeuqe3HzynxwMs/qj/A=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Hello everybody,

I have just installed the XEN kernel on a Linux box (Ubuntu 9.04, 32
bit). I want to setup a DHCP server in order to run some tests with
Rubis VA http://forge.ow2.org/forum/forum.php?forum_id=1453. I have
followed the step-by-step instructions reported on the Rubis VA
installation how-to, but I had no luck in setting up the DHCP server.
The host machine uses a static IP address, so I have created a virtual
interface (eth0:1) in order not to interfere with the network
interface and cause any problems in the cluster (the server is hosted
on a server farm).
Please find below the dhcpd.conf, dhcp3-server as well as the syslog.

#
# DHCP Server Configuration file.
#   see /usr/share/doc/dhcp*/dhcpd.conf.sample
#

# Required for dhcp 3.0+ / Red Hat 8.0+
ddns-update-style interim;
ignore client-updates;

default-lease-time 259200;
max-lease-time 518400;

subnet 192.168.1.0 netmask 255.255.255.0 {
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.1.255;
        option routers  192.168.1.1;
        option domain-name "rubisva.cy";
        range 192.168.1.50 192.168.1.100;
        option domain-name-servers 194.42.16.11;
        #option domain-name-servers 192.168.1.1;
}

----------------------------------------------------------


#
# DHCP Server Configuration file.
#   see /usr/share/doc/dhcp*/dhcpd.conf.sample
#

# Required for dhcp 3.0+ / Red Hat 8.0+
ddns-update-style interim;
ignore client-updates;

default-lease-time 259200;
max-lease-time 518400;

subnet 192.168.1.0 netmask 255.255.255.0 {
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.1.255;
        option routers  192.168.1.1;
        option domain-name "rubisva.cy";
        range 192.168.1.50 192.168.1.100;
        option domain-name-servers 194.42.16.11;
        #option domain-name-servers 192.168.1.1;
}


----------------------------------------------------------

syslog:
Oct 16 16:50:56 vm101 dhcpd: No subnet declaration for eth0:1 (0.0.0.0).
Oct 16 16:50:56 vm101 dhcpd: ** Ignoring requests on eth0:1.  If this
is not what
Oct 16 16:50:56 vm101 dhcpd:    you want, please write a subnet declaration
Oct 16 16:50:56 vm101 dhcpd:    in your dhcpd.conf file for the network segment
Oct 16 16:50:56 vm101 dhcpd:    to which interface eth0:1 is attached. **


Any idea about what is wrong?

Thanks,
Michele


p.s. I have posted the same question on the Ubuntu forum
(http://ubuntuforums.org/showthread.php?p=8127606&posted=1#post8127606),
but nobody has been able to answer so far.

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.