[Dnsmasq-discuss] dhcp doesn't work
Johannes Graumann
johannes_graumann at web.de
Tue Feb 13 20:02:16 GMT 2007
Hello,
I'm trying to take load of a somewhat overloaded little server by handing
dhcp to the already dns-caching dnsmasq. I can't get it to work. The client
doesn't get it's ip. The dhcpd.conf I'm trying to mimic looks like so:
ddns-update-style none;
option domain-name-servers 192.168.0.1;
option time-servers 192.168.0.1;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
log-facility local7;
subnet 192.168.0.0 netmask 255.255.255.0 {
deny unknown-clients;
option routers 192.168.0.1;
}
host angband {
hardware ethernet 00:E0:81:70:0C:BE;
fixed-address 192.168.0.2;
}
The dnsmasq.conf I am trying is this:
no-resolv
server=213.191.74.18
server=213.191.92.86
interface=eth1
dhcp-range=192.168.0.3,192.168.0.10,12h
dhcp-host=00:E0:81:70:0C:BE,192.168.0.2,angband
dhcp-option=42,0.0.0.0
Can anybody here pinpoint what I'm screwing up?
Thanks, Joh
More information about the Dnsmasq-discuss
mailing list