iPXE discussion forum

Full Version: Get multiple (2) dns servers from ipxe (net0.dhcp/dns:ipv4)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

Is this possible to "add/modify"?
Are there any reason, iPXE only stores one of the DNS servers it receives from DHCP?

--Torgeir
I Think its because its not generally that important with DNS redundancy during boot.
If you want disaster recovery, you can run a embedded script that says:

#!ipxe
:start
autoboot || goto start

Then it will try and try and try endlessly until boot does succeed
Reference URL's