<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Set_up_Linux_machine_as_dhcp_server</id>
	<title>Set up Linux machine as dhcp server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Set_up_Linux_machine_as_dhcp_server"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Set_up_Linux_machine_as_dhcp_server&amp;action=history"/>
	<updated>2026-04-04T02:49:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.acrodus.uk/index.php?title=Set_up_Linux_machine_as_dhcp_server&amp;diff=57&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;This is a quick note on how to setup a linux machine to be a dhcp server. This is likely to be on the same machine configured as the router but does not have to be.  The package to install in dhcp-isc-server. Configuration can be found in /etc/dhcp/dhcpd.conf  Example below configured on home network however default examples are commented out in the conf file.  subnet 192.168.40.0 netmask 255.255.255.0 { 	option	routers			192.168.40.1; 	option	subnet-mask		255.255.255.0;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Set_up_Linux_machine_as_dhcp_server&amp;diff=57&amp;oldid=prev"/>
		<updated>2024-10-18T18:04:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is a quick note on how to setup a linux machine to be a dhcp server. This is likely to be on the same machine configured as the router but does not have to be.  The package to install in dhcp-isc-server. Configuration can be found in /etc/dhcp/dhcpd.conf  Example below configured on home network however default examples are commented out in the conf file.  subnet 192.168.40.0 netmask 255.255.255.0 { 	option	routers			192.168.40.1; 	option	subnet-mask		255.255.255.0;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a quick note on how to setup a linux machine to be a dhcp server. This is likely to be on the same machine configured as the router but does not have to be.&lt;br /&gt;
&lt;br /&gt;
The package to install in dhcp-isc-server. Configuration can be found in /etc/dhcp/dhcpd.conf&lt;br /&gt;
&lt;br /&gt;
Example below configured on home network however default examples are commented out in the conf file.&lt;br /&gt;
&lt;br /&gt;
subnet 192.168.40.0 netmask 255.255.255.0 {&lt;br /&gt;
	option	routers			192.168.40.1;&lt;br /&gt;
	option	subnet-mask		255.255.255.0;&lt;br /&gt;
	option	domain-name-servers	8.8.8.8;&lt;br /&gt;
	pool {&lt;br /&gt;
		range	192.168.40.2 192.168.40.253;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
host samsung_tv {&lt;br /&gt;
	hardware ethernet 40:16:3b:37:bc:7a; &lt;br /&gt;
	fixed-address 192.168.40.3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
host alex_laptop {&lt;br /&gt;
	hardware ethernet d4:d2:52:a9:70:d1;&lt;br /&gt;
	fixed-address 192.168.40.222;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>