2. Can the Linux box have a host name or just
"localhost"?
sure put it in # vi /etc/sysconfig/network
3. The manual talks about the dhcpd.conf being in the /etc directory. Mine is in /etc/log.d/conf/services Is this right?
i think no # cp /usr/share/doc/dhcp*/dhcpd.conf.sample /etc/dhcpd.conf there is an README too
modify the new /etc/dhcpd.conf
#tail -f /var/log/messages # service dhcpd start
# rpm -ql dhcp
# vi /var/lib/dhcp/*
play with the entries and check what your windows-boxes get
it´s so easy to setup an dhcpd
but you can run in great trouble if you have 2 ore more and you don´t know that they are running
so there is no default-dhcpd.conf in /etc for preventing you from trouble ;-)
http://www.iana.org/ http://www.isi.edu/in-notes/rfc1918.txt
3. Private Address Space
The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets:
10.0.0.0 - 10.255.255.255 (10/8 prefix) 172.16.0.0 - 172.31.255.255 (172.16/12 prefix) 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
-- shrek-m