<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
		<id>http://www.hypersecuresolutions.com/wiki/index.php?action=history&amp;feed=atom&amp;title=DNSMASQ_-_PXE_BOOT_No_DCHP</id>
		<title>DNSMASQ - PXE BOOT No DCHP - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.hypersecuresolutions.com/wiki/index.php?action=history&amp;feed=atom&amp;title=DNSMASQ_-_PXE_BOOT_No_DCHP"/>
		<link rel="alternate" type="text/html" href="http://www.hypersecuresolutions.com/wiki/index.php?title=DNSMASQ_-_PXE_BOOT_No_DCHP&amp;action=history"/>
		<updated>2026-04-03T22:36:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.hypersecuresolutions.com/wiki/index.php?title=DNSMASQ_-_PXE_BOOT_No_DCHP&amp;diff=1768&amp;oldid=prev</id>
		<title>142.90.148.3 at 19:57, 28 October 2014</title>
		<link rel="alternate" type="text/html" href="http://www.hypersecuresolutions.com/wiki/index.php?title=DNSMASQ_-_PXE_BOOT_No_DCHP&amp;diff=1768&amp;oldid=prev"/>
				<updated>2014-10-28T19:57:28Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 19:57, 28 October 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;This script creates the pxe.conf file in /etc/dnsmasq.d on startup to allow PXE booting over network without a DHCP server.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160; #!/bin/bash&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160; #!/bin/bash&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160; IPADDR=`/bin/hostname -I | cut -d&amp;#039; &amp;#039; -f1`&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160; IPADDR=`/bin/hostname -I | cut -d&amp;#039; &amp;#039; -f1`&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>142.90.148.3</name></author>	</entry>

	<entry>
		<id>http://www.hypersecuresolutions.com/wiki/index.php?title=DNSMASQ_-_PXE_BOOT_No_DCHP&amp;diff=1767&amp;oldid=prev</id>
		<title>142.90.148.3 at 19:56, 28 October 2014</title>
		<link rel="alternate" type="text/html" href="http://www.hypersecuresolutions.com/wiki/index.php?title=DNSMASQ_-_PXE_BOOT_No_DCHP&amp;diff=1767&amp;oldid=prev"/>
				<updated>2014-10-28T19:56:23Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; #!/bin/bash&lt;br /&gt;
 IPADDR=`/bin/hostname -I | cut -d&amp;#039; &amp;#039; -f1`&lt;br /&gt;
 PXECONF=/etc/dnsmasq.d/pxe.conf&lt;br /&gt;
 #Remove old pxe.conf&lt;br /&gt;
 rm -rf $PXECONF&lt;br /&gt;
 #Create PXE file&lt;br /&gt;
 echo tftp-root=/tftpboot &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo enable-tftp &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo dhcp-boot=pxelinux.0 &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo dhcp-option=vendor:PXEClient,6,2b &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo dhcp-no-override &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo pxe-prompt=&amp;quot;Press F8 for boot menu&amp;quot;, 3 &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo pxe-service=X86PC, &amp;quot;Boot from network&amp;quot;, pxelinux &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo pxe-service=X86PC, &amp;quot;Boot from local hard disk&amp;quot;, 0 &amp;gt;&amp;gt; $PXECONF&lt;br /&gt;
 echo dhcp-range=$IPADDR,proxy &amp;gt;&amp;gt; $PXECONF&lt;/div&gt;</summary>
		<author><name>142.90.148.3</name></author>	</entry>

	</feed>