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