DHCPD config

Terry Polzin fox3ec208 at wideopenwest.com
Thu Feb 5 03:56:34 UTC 2004


Is this config file correct?  
All I want to do is assign an ip address to a bootp print server.

*******************************************************************************************
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.69.255;
allow bootp;
ddns-update-style ad-hoc;

subnet 192.168.69.0 netmask 255.255.255.0 {
        range 192.168.69.20 192.168.69.21;
}

host print-server {
        hardware ethernet 00:40:c8:04:03:db;
        fixed-address 192.168.69.20;
        default-lease-time -1;
}
****************************************************************************
THANKS,

Terry





More information about the fedora-list mailing list