<?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>chys&#039;s random notes &#187; DHCP</title>
	<atom:link href="http://en.chys.info/tag/dhcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.chys.info</link>
	<description>Study more problems; Talk less of isms.</description>
	<lastBuildDate>Tue, 27 Dec 2011 11:56:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DHCPNAK</title>
		<link>http://en.chys.info/2009/11/dhcpnak/</link>
		<comments>http://en.chys.info/2009/11/dhcpnak/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:30:51 +0000</pubDate>
		<dc:creator>chys</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://en.chys.info/?p=689</guid>
		<description><![CDATA[The following is extracted from my system log file: Nov 1 11:53:24 laptop dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Nov 1 11:53:24 laptop dhclient: DHCPNAK from 192.168.1.1 Nov 1 11:53:25 laptop dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 Nov 1 11:53:25 laptop dhclient: DHCPOFFER from 192.168.1.1 Nov 1 11:53:25 laptop [...]<hr/>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>The following is extracted from my system log file:</p>
<blockquote><p>
Nov  1 11:53:24 laptop dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67<br />
Nov  1 11:53:24 laptop dhclient: DHCPNAK from 192.168.1.1<br />
Nov  1 11:53:25 laptop dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8<br />
Nov  1 11:53:25 laptop dhclient: DHCPOFFER from 192.168.1.1<br />
Nov  1 11:53:25 laptop dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67<br />
Nov  1 11:53:25 laptop dhclient: DHCPACK from 192.168.1.1<br />
Nov  1 11:53:25 laptop dhclient: bound to 192.168.1.3 &#8212; renewal in 39303 seconds.
</p></blockquote>
<p>Apparently, my computer tried to renew the IP address from the router, and was rejected. Then my computer started over a new DHCP request, and was offered the same IP.</p>
<p>I found all renewal requests were denied after checking the logs back a few days. I wonder if the router was designed to deny any <a href="http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol#Technical_details">DHCPREQUEST</a> unless it immediately follows a DHCPOFFER. I can&#8217;t figure out any good reason for this. What I could think of is that the firmware programmers were just too lazy to implement a good DHCP server &#8211; after all, it was the cheapest wireless router I was able to find&#8230;</p>
<hr/><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://en.chys.info/2009/11/dhcpnak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

