On Sun, 21 Apr 2002, The Gyzmo wrote:

> Here is my /etc/dhcpd.conf file:
> -----
> subnet 172.16.0.0 netmask 255.255.0.0

Why do you have "netmask" up above, and then in the option line, below?

> {
>       option subnet-mask              255.255.0.0;
> 
>       option routers                  172.16.10.1;
> 
>         option domain-name             
> "bogus.domain";
> 
>       option domain-name-servers      63.203.35.55,
> 206.13.28.12;
> 
>       option time-offset              -18000; # Eastern Standard Time
> 
>       range dynamic-bootp 172.16.10.2 172.16.10.254;

remove the "dynamic-bootp" fro the line above.

>       default-lease-time 64800; # 18 hrs.
> 
>       max-lease-time 86400; # 24 hrs.
> }

Also, you did not mention whether or not you are running any firewalling?

If so, you need to make sure you're allowing ports 67 and 68, in both udp 
and tcp, on the interface for the local network.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to