Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
but its explination of what that .boot file is isn't too clear to me.
and the "hardware ethernet" parameter doesn't seem to be right. from reading the dhcpd.conf man page, it seems it should be "hardware-address" Is this right?
The ethernet parameter is the MAC address of an ethernet card. When a machine with that MAC makes a DHCP request, it will be given the address, hostname, and filename from this entry.
The filename is the name of the file which the client will download via tftpd. It must be a bootable image. Normally this is created by using 'mknbi' of some flavor to add the necessary headers to a linux kernel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.