隊長!報告しますっ!

dhcpd.conf を 326 のように入れ替えて restart してみましたがうまくいきません!
PC の DHCP client で Renew ALL をやると Yahoo の IP アドレスが取れてしまいます!
やはりルータのモードにするのが先のようです。
なお、ひやっとするメッセージも表示されましたので注意が必要です。電源抜きの
リスタートで何とか脱出しましたが。やはり試験用のもう1台必要かもしれません!

172.16.255.254> tftp
172.16.255.254 tftp> connect 172.16.255.1
172.16.255.254 tftp> get dhcpd.conf
getting '172.16.255.1:dhcpd.conf' to 'dhcpd.conf'
172.16.255.254 tftp> file save completed successfully

172.16.255.254 tftp> home
172.16.255.254> flashfs
172.16.255.254 flashfs> cat dhcpd.conf
server-identifier mylocalserver;



option domain-name "mylocaldomain";

option domain-name-servers dns01.bbtec.net;



subnet 172.16.255.0 netmask 255.255.255.0 {

range 172.16.255.100 172.16.255.102;

option routers 172.16.255.254;

option subnet-mask 255.255.255.0;

option broadcast-address 172.16.255.255;

default-lease-time 600;

max-lease-time 7200;

}
172.16.255.254 flashfs> home
172.16.255.254> restart
password:
logged on; type `@close' to close connection.
172.16.255.254> dhcpserver
172.16.255.254 dhcpserver> status
dhcpserver: Unable to process command. Critical memory shortage
caused bail-out. Try recompiling the image with fewer modules.
172.16.255.254 dhcpserver> home