booting disallowed

Simon Schlumpf simon.schlumpf at clanserver.ch
Tue Dec 11 16:05:22 UTC 2007


Hi Glenn

The dhcpd version is "Internet Systems Consortium DHCP Server V3.0.1".

cat /etc/debian_version returns 4.0

i apt-getted dhcpd but now i don't want to update it, because there is a 
dixie-web gui wich depends on some versions of dhcpd.

the config file: (i deleted the lines begining with #)

#-----------------------------------------------------------------------------
# File: /etc/dhcp3/dhcpd.conf
# Date: 19/11/2007 11:05:11
# GENERATED BY DIXIE DNS & DHCP TOOL - DO NOT EDIT BY HAND!
#-----------------------------------------------------------------------------

authoritative;
ping-check false;
one-lease-per-client false;

ddns-updates true;
ddns-update-style interim;
ddns-domainname "sti.unibas.ch";
ddns-rev-domainname "in-addr.arpa";
ignore client-updates;


key dhcp-updater {
        algorithm hmac-md5;
        secret "*";
};


zone dyn.sti.unibas.ch. {
  primary localhost;
  key dhcp-updater;
}

# 195.152.131.in-addr.arpa
zone 195.152.131.in-addr.arpa. {
  primary localhost;
  key dhcp-updater;
}


option wpad code 252 = string;


option domain-name "dyn.sti.unibas.ch";
option domain-name-servers 10.34.195.132,10.34.195.133;
option netbios-name-servers 10.34.195.132,10.34.195.133;
option ntp-servers 131.152.195.254;
ignore unknown-clients;
allow bootp;


subnet 131.152.195.0 netmask 255.255.255.0 {
  option subnet-mask 255.255.255.0;
  option broadcast-address 131.152.195.255;
  option routers 131.152.195.254;
  option router-discovery false;
  range 131.152.195.189 131.152.195.251;
  range 131.152.195.41 131.152.195.91;
  option domain-name "dyn.sti.unibas.ch";
  ddns-domainname "dyn.sti.unibas.ch";
  option domain-name-servers 10.34.195.132,10.34.195.133;
  option netbios-name-servers 10.34.195.132,10.34.195.133;
  min-lease-time 7200;
  default-lease-time 14400;
  max-lease-time 21600;
}

include "/etc/dhcp3/dhcpd.group.allowed-clients";

#-----------------------------------------------------------------------------
# End of file: /etc/dhcp3/dhcpd.conf
# GENERATED BY DIXIE DNS & DHCP TOOL - DO NOT EDIT BY HAND!
#-----------------------------------------------------------------------------


in the etc/dhcp3/dhcpd.group.allowed-clients file, there are a lot of 
entries like this:

group {

  min-lease-time 7200;
  default-lease-time 14400;
  max-lease-time 21600;
  option ip-forwarding false;
  option fqdn.server-update true;
  option fqdn.no-client-update true;
  option domain-name "dyn.sti.unibas.ch ";
  ddns-domainname "dyn.sti.unibas.ch ";
  option domain-name-servers 10.34.195.132,10.34.195.133;
  option netbios-name-servers 10.34.195.132,10.34.195.133;

host L07012 {
    hardware ethernet 00:16:D3:C2:00:55;
    option host-name "L07012";
    option domain-name "dyn.sti.unibas.ch";
    ddns-hostname "L07012";
    ddns-domainname "dyn.sti.unibas.ch";
  }

[and lot more hosts...]



both files were not edited by dixie or anything else this morning.


Some ideas?

Simon


Glenn Satchell wrote:
> Hi Simon
>
> Need some moreinformation here...
>
> What version of dhcpd? What platform? (redhat, suse, freebsd, solaris,
> aix, etc..) Did you build dhcpd from source or are you using a prebuilt
> package?
>
> Can you post your dhcpd.conf and a short description of your network
> topology?
>
> regards,
> -glenn
>
>   




More information about the dhcp-users mailing list