Thread: Dhcp3 configuration for XEN server
hi all,
running ubuntu 9.04 server (32-bit) , have installed xen kernel in order run xen virtual appliance (va).
want setup dhcp server in order serve vas. host machine part of server farm , uses static ip address.
far have created virtual interface (eth0:1) not mess hardware (eth0) interface , cause problems in cluster.
i'm struggling in getting dhcp server running. i'm attaching below dhcpd.conf , dhcp3-server files , syslog.
highly appreciated...
thanks.
code:# # dhcp server configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # # required 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; }
code:# # dhcp server configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # # required 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; }code:oct 16 16:50:56 vm101 dhcpd: no subnet declaration eth0:1 (0.0.0.0). oct 16 16:50:56 vm101 dhcpd: ** ignoring requests on eth0:1. if not oct 16 16:50:56 vm101 dhcpd: want, please write subnet declaration oct 16 16:50:56 vm101 dhcpd: in dhcpd.conf file network segment oct 16 16:50:56 vm101 dhcpd: interface eth0:1 attached. **
could post eth0:1 configuration?
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Dhcp3 configuration for XEN server
Ubuntu
Comments
Post a Comment