It looks like that :) Mine is: # ****************************************************************** # Cobbler managed dhcpd.conf file # # generated from cobbler dhcp.conf template ($date) # # ****************************************************************** #option host-name=concat("equipo-",substring(binary-to-ascii(10,8,".",leased-address),9,3)); set vendorclass = option vendor-class-identifier; ddns-update-style interim; use-host-decl-names on; allow unknown-clients; default-lease-time 14400; max-lease-time 28800; authoritative; #if $omapi_enabled omapi-port $omapi_port; #end if option wpad-url code 252 = text; option wpad-url "http://1.1.3.1/wpad.dat "; allow booting; allow bootp; ignore client-updates; filename "/pxelinux.0"; default-lease-time 21600; max-lease-time 43200; next-server $next_server; option domain-name ""; subnet 1.1.1.0 netmask 255.255.255.0 { option domain-name-servers 1.1.1.1; range 1.1.1.3 1.1.1.254; option broadcast-address 1.1.1.255; option routers 1.1.1.1; option netbios-name-servers 1.1.1.1; option netbios-node-type 8; option ntp-servers 1.1.1.1; } $insert_cobbler_system_definitions � ------------------------------------------------ Change ranges and test on yours just to be sure :) -- Pablo Iranzo Gómez (http://Alufis35.uv.es/~iranzo/) (PGPKey Available on http://www.uv.es/~iranzop/PGPKey.pgp) -- Postulado de Boling sobre la Ley de Murphy: Si se encuentra bien, no se preocupe. Se le pasará On Mon, 2 Jun 2008, Ole Ersoy wrote: > Pablo, > > I tried. Still no love. I tried it with both cobbler managed dhcp and the non-managed one. > > This is how I added it to the dhcp.template > > ddns-update-style interim; > authoritative; > > Does that look right? > > Thanks, > Ole > > > Pablo Iranzo G� wrote: > > > > Ole, try with > > > > authoritative; > > > > > > > > > > > > _______________________________________________ > et-mgmt-tools mailing list > et-mgmt-tools@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/et-mgmt-tools > _______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools