I have a Linux PXE server, and would like to have failover, so in case the primary PXE server is down the secondary PXE server can take over.

The DHCP server is a Windows 2003 R1.

Could failover e.g. be done by adding a second IP address to the

#66 Boot Server Host Name

in the DHCP server, so if the client can't get in contact with the first IP address, it tries the next?

If not, how should failover of the Linux PXE server then be done?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

use heartbeat or something like that to have them listen on the same ip address

link|improve this answer
ucarp seams to be easier to use, so I will try with that. – Sandra Oct 14 '11 at 8:18
feedback

If the TFTP service is on the same server as DHCP, you should have a second DHCP server which could also be a TFTP PXE Boot server itself (each DHCP server with option 66 point to itself).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.