<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.livois.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Serveur_DHCP</id>
	<title>Serveur DHCP - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.livois.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Serveur_DHCP"/>
	<link rel="alternate" type="text/html" href="https://wiki.livois.com/mediawiki/index.php?title=Serveur_DHCP&amp;action=history"/>
	<updated>2026-05-25T04:09:32Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.livois.com/mediawiki/index.php?title=Serveur_DHCP&amp;diff=179&amp;oldid=prev</id>
		<title>Christophe : 1 version</title>
		<link rel="alternate" type="text/html" href="https://wiki.livois.com/mediawiki/index.php?title=Serveur_DHCP&amp;diff=179&amp;oldid=prev"/>
		<updated>2012-05-28T20:31:57Z</updated>

		<summary type="html">&lt;p&gt;1 version&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 28 mai 2012 à 20:31&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Christophe</name></author>
	</entry>
	<entry>
		<id>https://wiki.livois.com/mediawiki/index.php?title=Serveur_DHCP&amp;diff=178&amp;oldid=prev</id>
		<title>Christophe le 21 octobre 2006 à 16:21</title>
		<link rel="alternate" type="text/html" href="https://wiki.livois.com/mediawiki/index.php?title=Serveur_DHCP&amp;diff=178&amp;oldid=prev"/>
		<updated>2006-10-21T16:21:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Applications]]&lt;br /&gt;
&lt;br /&gt;
http://www.gentoo.org/doc/en/home-router-howto.xml&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote class=gentoo&amp;gt;Package Gentoo: dhcp&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;licode file=/etc/dhcp/dhcp.conf&amp;gt;&lt;br /&gt;
# dhcpd.conf&lt;br /&gt;
#&lt;br /&gt;
# Sample configuration file for ISC dhcpd&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
# option definitions common to all supported networks...&lt;br /&gt;
option domain-name &amp;quot;livois.com&amp;quot;;&lt;br /&gt;
option domain-name-servers 192.168.10.1;&lt;br /&gt;
&lt;br /&gt;
default-lease-time 600;&lt;br /&gt;
max-lease-time 7200;&lt;br /&gt;
&lt;br /&gt;
# If this DHCP server is the official DHCP server for the local&lt;br /&gt;
# network, the authoritative directive should be uncommented.&lt;br /&gt;
authoritative;&lt;br /&gt;
&lt;br /&gt;
# Use this to send dhcp log messages to a different log file (you also&lt;br /&gt;
# have to hack syslog.conf to complete the redirection).&lt;br /&gt;
log-facility local7;&lt;br /&gt;
&lt;br /&gt;
ddns-update-style interim;&lt;br /&gt;
subnet 192.168.10.0 netmask 255.255.255.0 &lt;br /&gt;
{&lt;br /&gt;
    range 192.168.10.30 192.168.10.39;&lt;br /&gt;
    default-lease-time 259200;&lt;br /&gt;
    max-lease-time 518400;&lt;br /&gt;
    option subnet-mask 255.255.255.0;&lt;br /&gt;
    option broadcast-address 192.168.10.255;&lt;br /&gt;
    option routers 192.168.10.1;&lt;br /&gt;
    option domain-name-servers 192.168.10.1;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/licode&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;licode file=/etc/conf.d/dhcp&amp;gt;&lt;br /&gt;
# Configure which interface or interfaces to for dhcpd to listen on.&lt;br /&gt;
# List all interfaces space separated. If this is not specified then&lt;br /&gt;
# we listen on all interfaces.&lt;br /&gt;
 DHCPD_IFACE=&amp;quot;eth1&amp;quot;&lt;br /&gt;
&amp;lt;/licode&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Une alternative est dnsmasq qui est à la fois :&lt;br /&gt;
* serveur DHCP&lt;br /&gt;
* serveur DNS&lt;br /&gt;
&lt;br /&gt;
{{Copy|2006|Christophe de Livois|FDL}}&lt;/div&gt;</summary>
		<author><name>Christophe</name></author>
	</entry>
</feed>