# pkg_add -r ics-dhcp3-server# vi /usr/local/etc/dhcpd.confddns-update-style ad-hoc;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.101;
option subnet-mask 255.255.255.0;
range 192.168.1.1 192.168.1.100;
}class "pxe-clients-ia32" {
match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 192.168.1.101;
filename "pxeboot_ia32_com0_19200.bin";
}class "netbsd-pxe-clients-ia32" {
match if substring(option vendor-class-identifier, 0, 17) =
"NetBSD:i386:libsa";
next-server 192.168.1.101;
filename "tftp:netbsd.gz";
}
# dhcpd &# pgrep dhcpd# vi /etc/inetd.conftftp dgram udp wait root /usr/libexec/tftpd tftpd -l -U 777 -s /tftpboot
# vi /etc/remote#cuwin node stuff
cuw0:dv=/dev/cuad0:br#19200:pa-none:dc:
$ shutdown -r now# dhcpd &# pgrep inetd# pgrep dhcpd