Good Day,
I want to ask the comunity if it is possible to setup a TFTP boot server without running a local dhcpd server on the local box? The setup currently looks like this?
What is currently happening (2 dhcpd servers clashing) router (with dhcpd) -----> centos tftp boot server (dhcpd) ----> client desktop
What is needed: router (with dhcpd) -----> centos tftp boot server ----> client desktop
Any help / suggestions?
Yes, this is possible although it may or may not work with your (unspecified) equipment.
You need to tell the router(with dhcpd) to provide the address of the tftp server and the file name to request. How you do this is very much dependant on router(with dhcpd).
For example pfsense
Other router(with dhcpd) will be different.
As answer 1, you might just disable dhcp on your router and move that role to a configurable box, like your CentOS Server
A simple sample config might be (dhcpd.conf):
As you see, you have to adjust your IPs (net, gateway, dns).
See this link for further informations: http://www.daemon-systems.org/man/dhcpd.conf.5.html