How to chainload ipxe using dnsmasq?
|
2013-02-05, 21:51
(This post was last modified: 2013-08-20 21:42 by stefanlasiewski.)
Post: #3
|
|||
|
|||
RE: How to serve serve bootstrap.ipxe via dnsmasq.conf?
I figured out how to do this, and thought I would share. It's actually pretty simple once you understand how the Dnsmasq configuration.
The solution was actually hiding in Simon Kelley's http://www.thekelleys.org.uk/dnsmasq/doc...nf.example , but requires minor changes to work with iPXE. In addition, Simon's example file uses newer Dnsmasq syntax which doesn't work with the default version of Dnsmasq provided with Red Hat Enterprise Linux 6. The other solutions that I found on the internet didn't work for me due to syntax issues. This test system runs Scientific Linux 6.x (Similar to RHEL6) on a Parallels VM. You'll see the standard Parallels networks down below. 1. Install dnsmasq 2.53 or newer. 2. (optional) Make a quick edit to /etc/dnsmasq.conf to 'include' files under /etc/dnsmasq.d/ . Old: Code: # Include a another lot of configuration options. New: Code: # Include a another lot of configuration options. 3. Modify the following settings in /etc/dnsmasq.conf as needed (Or `/etc/dnsmasq.d/local-settings.conf`, if you prefer the `dnsmasq.d` approach), as needed. Some of these options assist in debugging. Code: # If you want dnsmasq to listen for DHCP and DNS requests only on 4. Here is the magic. Drop the following into /etc/dnsmasq.d/ipxe.conf or the main Dnsmasq configuration file: Code: # dnsmasq configuration for iPXE 4. A this point, follow Robin Smidsrød's bootstrap method provided at https://gist.github.com/2234639 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to chainload ipxe using dnsmasq? - stefanlasiewski - 2012-10-12, 20:43
RE: How to serve serve bootstrap.ipxe via dnsmasq.conf? - robinsmidsrod - 2012-10-13, 17:13
RE: How to serve serve bootstrap.ipxe via dnsmasq.conf? - stefanlasiewski - 2013-02-05 21:51
RE: How to serve serve ipxe over dnsmasq? - robinsmidsrod - 2013-02-06, 11:29
RE: How to chainload ipxe using dnsmasq? - TheUltimateUnltd - 2014-05-19, 14:36
RE: How to chainload ipxe using dnsmasq? - robinsmidsrod - 2016-01-22, 08:36
|
User(s) browsing this thread: 2 Guest(s)