<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fdhcpd</id>
	<title>Linux/dhcpd - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fdhcpd"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/dhcpd&amp;action=history"/>
	<updated>2026-05-07T04:25:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Linux/dhcpd&amp;diff=5911&amp;oldid=prev</id>
		<title>Kenneth at 18:15, 5 May 2021</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/dhcpd&amp;diff=5911&amp;oldid=prev"/>
		<updated>2021-05-05T18:15:44Z</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;== udhcpd ==&lt;br /&gt;
&lt;br /&gt;
 # Ubuntu 20 - udhcpd&lt;br /&gt;
 apt install dhcpd&lt;br /&gt;
&lt;br /&gt;
/etc/udhcpd.conf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
start           10.0.0.10&lt;br /&gt;
end             10.0.0.20&lt;br /&gt;
interface       eth0&lt;br /&gt;
&lt;br /&gt;
opt     dns     10.0.0.1 10.0.0.2&lt;br /&gt;
option  subnet  255.255.255.0&lt;br /&gt;
opt     router  10.0.0.1&lt;br /&gt;
#option dns     10.0.0.3   # appened to above DNS servers for a total of 3&lt;br /&gt;
option  domain  lab&lt;br /&gt;
option  lease   864000          # 10 days of seconds&lt;br /&gt;
&lt;br /&gt;
# PXE&lt;br /&gt;
siaddr          10.0.0.1&lt;br /&gt;
boot_file       boot.pxe&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>