Hello,

I just installed the dhcp package on a potato box (with kernel 2.2.10).
There are both linux and win98 clients. Here is the relevant configuration:

        option domain-name "neuneu.com";
        option domain-name-servers 192.168.0.2;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.2;
        default-lease-time 600;
        max-lease-time 7200;

        subnet 192.168.0.0 netmask 255.255.255.0 {
          range 192.168.0.70 192.168.0.90;
        }

However this does not work. When the win machines start they get a random
address, and if I try to run the dhcpcd client on a linux machine it times
out. tcpdump output shows several bootp queries.

There was a thread about this recently but no solution was posted, did anyone
finally find out what the problem was? I believe mine must be related.

Thank you,
Lex

Attachment: pgpgSYAWGeqQl.pgp
Description: PGP signature

Reply via email to