*paid install help?*: Cobbler on a OpenVZ container / "dhcpd" failing

Frank support at server-1.com
Tue Jul 12 20:09:40 UTC 2011


Sorry about the delay Marek:


/etc/dhcp/dhcpd.conf  file looks like this:


ddns-update-style interim;

allow booting;
allow bootp;

ignore client-updates;
set vendorclass = option vendor-class-identifier;

option domain-name-servers 212.48.123.144, 4.2.2.2;
option routers          212.72.124.65;
option subnet-mask      255.255.255.192;
default-lease-time      21600;
max-lease-time          43200;

subnet 212.72.124.64 netmask 255.255.255.192 {
       option routers          212.72.124.65;
       option subnet-mask      255.255.255.192;
       filename                "/pxelinux.0";
       default-lease-time      21600;
       max-lease-time          43200;
       next-server             212.72.124.87;
}

# group for Cobbler DHCP tag: default
group {
      host generic1 {
          hardware ethernet 00:25:90:26:2A:C0;
          fixed-address 212.72.165.94;
          option host-name "s10.basi34.biz";
          option subnet-mask 255.255.255.192;
          option routers 212.72.124.65;
          filename "/pxelinux.0";
          next-server 212.72.124.87;
      }
}





More information about the cobbler mailing list