WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Help needed for configuring DHCP3 server on XEN
From: Michele Mazzucco <michelemazzucco@xxxxxxxxx>
Date: Mon, 19 Oct 2009 16:59:23 +0300
Delivery-date: Mon, 19 Oct 2009 07:00:15 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=yV6SwEICHQM+E3o6RiXSL2q5aA9A5rpVcTwYG9X+yRE=; b=kNtvB8V8de4+g1vKJUPNK1+JAgdwPFTLrL8moFwlQHGr/IOwbjptwmHT6c0vQ9jxQY BNQU3qhygIsDwlyIj4uB4kXdLIpCr2n9gkEROBd7BjKVqRkm1lTAGzWoAy0IkIdGjtf9 OWEUkhXnrV4+yuZVZ6fy4M6vWRipY/HS6GDqI=
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=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>