<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DHCP Server for Windows &#187; client</title>
	<atom:link href="http://www.dhcpserver.de/cms/category/ini_file_reference/client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dhcpserver.de/cms</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jan 2026 05:36:21 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>AllowDNSQuery</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/allowdnsquery/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/allowdnsquery/#comments</comments>
		<pubDate>Sat, 06 Sep 2014 11:39:25 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=61</guid>
		<description><![CDATA[AllowDNSQuery goes along with the built-in DNS functionality. A client who performs DNS queries that is not known to the DHCP Server (not in the ini file) can get a default IP address returned regardless of the name it wants to resolve. This is a security feature that limits the DNS function to known clients. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>AllowDNSQuery goes along with the built-in DNS functionality. A client who performs DNS queries that is not known to the DHCP Server (not in the ini file) can get a default IP address returned regardless of the name it wants to resolve. This is a security feature that limits the DNS function to known clients. Since V1.9.3 AllowDNSQuery defines this behavior on a per client basis. If AllowDNSQuery is set to 1 then the client can resolve names to IP addresses with DNS queries. If AllowDNSQuery is set to 0 then whatever is configured as DEFAULTIPADDR is returned for every name.</p>
<p>Please assume the following INI file:</p>
<pre class="textbox">[General]
...
AllowDNSQuery=0
...

[DNS-Settings]
EnableDNS=1
DEFAULTIPADDR=192.168.0.1

[00-00-00-00-00-01]
IPADDR=192.168.0.10
Hostname=Computer_1

[00-00-00-00-00-02]
IPADDR=192.168.0.11
Hostname=Computer_2
AllowDNSQuery=1
</pre>
<p>In this example, only Computer_2 will be able to resolve DNS queries to the real IP addresses. Computer_1 will observe that regardless of the name he wants to resolve, he will always get 192.168.0.1 in return.</p>
<p>The influence of AllowDNSQuery to the behavior is such that, whenever DEFAULTIPADDR is set, the DEFAULTIPADDR is returned when the requester is unknown (not listed in the INI file) or AllowDNSQuery is 0.</p>
<table border="0">
<thead>
<tr>
<th>Case</th>
<th>DEFAULTIPADDR</th>
<th>AllowDNSQuery</th>
<th>Requester</th>
<th>RESULT</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>SET</td>
<td>1</td>
<td>known</td>
<td>resolve IP</td>
</tr>
<tr>
<td>2</td>
<td>SET</td>
<td>1</td>
<td>unknown</td>
<td>DEFAULTIPADDR</td>
</tr>
<tr>
<td>3</td>
<td>SET</td>
<td>0</td>
<td>known</td>
<td>DEFAULTIPADDR</td>
</tr>
<tr>
<td>4</td>
<td>SET</td>
<td>0</td>
<td>unknown</td>
<td>DEFAULTIPADDR</td>
</tr>
<tr>
<td>5</td>
<td>NOT SET</td>
<td>1</td>
<td>known</td>
<td>resolve IP</td>
</tr>
<tr>
<td>6</td>
<td>NOT SET</td>
<td>1</td>
<td>unknown</td>
<td>resolve IP</td>
</tr>
<tr>
<td>7</td>
<td>NOT SET</td>
<td>0</td>
<td>known</td>
<td>resolve IP</td>
</tr>
<tr>
<td>8</td>
<td>NOT SET</td>
<td>0</td>
<td>unknown</td>
<td>resolve IP</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/allowdnsquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPAD</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/wpad/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/wpad/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:08:57 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=519</guid>
		<description><![CDATA[WPAD=http://server.domain/config.pac Location of a proxy server (Web Proxy Auto Detection) used by Internet browsers to automatically detect proxy settings.]]></description>
				<content:encoded><![CDATA[<pre class="textbox">WPAD=http://server.domain/config.pac</pre>
<p>Location of a proxy server (Web Proxy Auto Detection) used by Internet browsers to automatically detect proxy settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/wpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WINS</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/wins/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/wins/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:08:08 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=517</guid>
		<description><![CDATA[WINS_0=123.4.56.78 … WINS_9=192.168.2.1 This entry sets the IP address of the WINS servers. You can setup up the 10 WINS servers using the entries WINS_0 to WINS_9.]]></description>
				<content:encoded><![CDATA[<pre class="textbox">WINS_0=123.4.56.78
…
WINS_9=192.168.2.1</pre>
<p>This entry sets the IP address of the WINS servers. You can setup up the 10 WINS servers using the entries WINS_0 to WINS_9. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/wins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUBNETMASK</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/subnetmask/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/subnetmask/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:07:12 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=515</guid>
		<description><![CDATA[SUBNETMASK=255.255.255.0 The subnet mask is usually common to all clients and should be placed in the general section. This has to be the same as the subnet mask of the server machine that is setup in your network settings.]]></description>
				<content:encoded><![CDATA[<pre class="textbox">SUBNETMASK=255.255.255.0</pre>
<p>The subnet mask is usually common to all clients and should be placed in the general section. This has to be the same as the subnet mask of the server machine that is setup in your network settings. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/subnetmask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ROUTER</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/router/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/router/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:06:22 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=513</guid>
		<description><![CDATA[Specifying the Router / Gateway ROUTER_0=123.4.56.78 … ROUTER_9=192.168.2.1 This entry sets the IP address of the router or standard gateway. You can setup up to 10 routers by using the entries ROUTER_0 to ROUTER_9.]]></description>
				<content:encoded><![CDATA[<p>Specifying the Router / Gateway</p>
<pre class="textbox">ROUTER_0=123.4.56.78
…
ROUTER_9=192.168.2.1</pre>
<p>This entry sets the IP address of the router or standard gateway. You can setup up to 10 routers by using the entries ROUTER_0 to ROUTER_9.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NODETYPE</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/nodetype/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/nodetype/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:05:18 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=511</guid>
		<description><![CDATA[NODETYPE=8 ; Default: 8 Default: 8, which means hybrid. I’ve never used something else than 8.]]></description>
				<content:encoded><![CDATA[<pre class="textbox">NODETYPE=8  ; Default: 8</pre>
<p>Default: 8, which means hybrid. I’ve never used something else than 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/nodetype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEXTSERVER</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/nextserver/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/nextserver/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:04:18 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=509</guid>
		<description><![CDATA[IP address of the &#8220;next server&#8221;. NEXTSERVER=123.45.6.7 This is typically used to specify a TFTP server in the BOOTP protocol.]]></description>
				<content:encoded><![CDATA[<p>IP address of the &#8220;next server&#8221;.</p>
<pre class="textbox">NEXTSERVER=123.45.6.7</pre>
<p>This is typically used to specify a TFTP server in the BOOTP protocol.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/nextserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAME</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/name/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/name/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:02:44 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=507</guid>
		<description><![CDATA[“ClientPC” is send to the client as the hostname entry in the DHCP options. NAME=ClientPC This is supposed to be the name of the client machine. This entry doesn&#8217;t work with Windows clients, because they do not change the computer name.]]></description>
				<content:encoded><![CDATA[<p>“ClientPC” is send to the client as the hostname entry in the DHCP options. </p>
<pre class="textbox">NAME=ClientPC</pre>
<p>This is supposed to be the name of the client machine. This entry doesn&#8217;t work with Windows clients, because they do not change the computer name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LEASETIME</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/leasetime/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/leasetime/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:01:33 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=504</guid>
		<description><![CDATA[Lease time in seconds (decimal value). LEASETIME=3600 ; 1 hour Default: infinite E.g. 86400 is the lease time for 1 day. Default is an infinite lease. The actual lease period for the clients IP address is the minimum of the configured LEASETIME and the lease duration the client is asking for.]]></description>
				<content:encoded><![CDATA[<p>Lease time in seconds (decimal value).</p>
<pre class="textbox">LEASETIME=3600 ; 1 hour
Default: infinite
</pre>
<p>E.g. 86400 is the lease time for 1 day. Default is an infinite lease. The actual lease period for the clients IP address is the minimum of the configured LEASETIME and the lease duration the client is asking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/leasetime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LeaseEnd</title>
		<link>http://www.dhcpserver.de/cms/ini_file_reference/client/leaseend/</link>
		<comments>http://www.dhcpserver.de/cms/ini_file_reference/client/leaseend/#comments</comments>
		<pubDate>Mon, 01 Sep 2014 09:00:17 +0000</pubDate>
		<dc:creator><![CDATA[uwe]]></dc:creator>
				<category><![CDATA[client]]></category>

		<guid isPermaLink="false">http://www.dhcpserver.de/cms/?p=502</guid>
		<description><![CDATA[LeaseEnd is specified as number of seconds since midnight (00:00:00), January 1, 1970 and defines the time at which this particular IP address expires. LeaseEnd=1198953446 This entry is automatically created by the DHCP Server. Lease times are important when a client requests an IP address and all addresses in the IP pool are already assigned [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>LeaseEnd is specified as number of seconds since midnight (00:00:00), January 1, 1970 and defines the time at which this particular IP address expires.</p>
<pre class="textbox">LeaseEnd=1198953446
</pre>
<p>This entry is automatically created by the DHCP Server.<br />
Lease times are important when a client requests an IP address and all addresses in the IP pool are already assigned to other clients. In that case the client whose lease time (LeaseEnd) has expired least recently is deleted from the INI file and the available IP address is used for the request.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhcpserver.de/cms/ini_file_reference/client/leaseend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
