unable to boot net via openprom
Hello
I am not getting a arp response when I try to boot net in openprom.
Here is my config file for dhcpd:
always-reply-rfc1048 true;
deny unknown-clients;
authoritative;
option domain-name "skink.net";
option domain-name-servers 192.168.0.4;
option subnet-mask 255.255.255.0;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.0.0 netmask 255.255.255.0 {
        allow bootp;
        allow booting;
        range 192.168.0.5 192.168.0.6;
        option routers 192.168.0.1;
        group {
                host ss5 { # requires an entry in /etc/hosts
                        hardware ethernet 08:00:20:7b:64:93;
                        fixed-address 192.168.0.5;
                        filename "vmlinux.ss5";
                        option root-path "/opt/nfsexport/fs";
                }
        }
}
I have ss5 in my /etc/hosts file.
Please advise.
-- 
Happy Trails	
John F. Davis
ABC #6334 1992 R100GSPD                    Durham, North Carolina
http://www.skink.net
Reply to: