<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.nesevo.com/index.php?action=history&amp;feed=atom&amp;title=Dynamic_Host_Configuration_Protocol</id>
	<title>Dynamic Host Configuration Protocol - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.nesevo.com/index.php?action=history&amp;feed=atom&amp;title=Dynamic_Host_Configuration_Protocol"/>
	<link rel="alternate" type="text/html" href="http://wiki.nesevo.com/index.php?title=Dynamic_Host_Configuration_Protocol&amp;action=history"/>
	<updated>2026-05-14T23:29:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.nesevo.com/index.php?title=Dynamic_Host_Configuration_Protocol&amp;diff=457&amp;oldid=prev</id>
		<title>Florian: New page: ==Definition:== The DHCP (Dynamic Host Configuration Protocol) tells the hosts IP addresses. It operates on the principle ROSA (Request Offer Selection Acknowledgment). It applies to the I...</title>
		<link rel="alternate" type="text/html" href="http://wiki.nesevo.com/index.php?title=Dynamic_Host_Configuration_Protocol&amp;diff=457&amp;oldid=prev"/>
		<updated>2008-08-25T10:13:46Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Definition:== The DHCP (Dynamic Host Configuration Protocol) tells the hosts IP addresses. It operates on the principle ROSA (Request Offer Selection Acknowledgment). It applies to the I...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Definition:==&lt;br /&gt;
The DHCP (Dynamic Host Configuration Protocol) tells the hosts IP addresses. It operates on the principle ROSA (Request Offer Selection Acknowledgment). It applies to the IP from a so-called IP address pool. Windows 2003 Server includes  defaultly a DHCP server. The DHCP- Server will arrange IP addresses to the clients, but they will defautly exist 8 days, then you will need a new address. After the PC gets a new address. This process is called leasing. After the 4 days the host will ask the DHCP server if he is available. Similarly, after seven days. If the DHCP server on the 8th day is still not reachable, the host loses the IP address and gets the IP 0.0.0.0. Therefore, always 2 DHCP server row.&lt;br /&gt;
&lt;br /&gt;
==Konfiguration:==&lt;br /&gt;
&lt;br /&gt;
Router&amp;gt;'''en	'''Type '''en''' in to get into the proveligiert mode&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''config t''' 	Type '''config t''' in to get into the global configurationsmode&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''ip dhcp pool &amp;lt;Name&amp;gt;''' You need this command to create a DHCP pool.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''network 172.168.10.0 255.255.255.0''' With this command you can say where the dhcp server will  operate.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''default-router 172.16.10.1''' This command will define the default-router.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''dns-server 172.168.10.10''' This command will define the adress from the DNS- server&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''netbios-name-server 172.16.10.10''' This command will define a netbios server&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''domain-name &amp;lt;domain name&amp;gt;''' This command will define the domain name for the clients.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''lease 14 12 13''' This command will define the leaseperiod (14day 12hour 23minutes).&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''lease infinite''' This command will set the leaseperiod on endless (standard is on day).&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(dhcp-config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''exit'''	You will leave the DHCP configuration mode&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''ip dhcp excluded-adress 172.16.10.1 172.16.10.10''' This command defines the IP addresses, witch can not be used.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''no service dhcp'''	To deactivate the dhcp service.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;'''service dhcp'''	To activate the dhcp service.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Router(config)&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Florian</name></author>
	</entry>
</feed>