Anton Aylward wrote:
Mark Misulich said the following on 09/28/2010 03:18 PM:
service tftp { disable = no socket_type = dgram wait = yes user = root server = /usr/sbin/in.tftpd server_args = -v -s /var/lib/tftpboot
that means chroot to /var/lib/tftpboot so the file "pxelinux.0" should be there. Yes?
That's right - as should the per-host files pxelinux.cfg/01-nn-nn-nn-nn-nn-nn (nn-nn-nn-nn-nn-nn being the MAC address of the NIC you're booting from.)
subnet 192.168.1.0 netmask 255.255.255.0 {
If you insist on using the form then I'd make sure that the range is ONLY in that subnet. And I'd use the "range" statement KISS
subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.1 192.168.1.254; }
Yep, looks good. -- Per Jessen, Zürich (10.4°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org