<?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>Local Loop &#187; dhcpcd</title>
	<atom:link href="http://localloop.co.za/tag/dhcpcd/feed/" rel="self" type="application/rss+xml" />
	<link>http://localloop.co.za</link>
	<description>Internet and Networking in South Africa</description>
	<lastBuildDate>Wed, 18 Apr 2012 12:27:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Requesting a DHCP hostname with Debian</title>
		<link>http://localloop.co.za/2009/02/requesting-a-dhcp-hostname-with-debian/</link>
		<comments>http://localloop.co.za/2009/02/requesting-a-dhcp-hostname-with-debian/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 12:21:28 +0000</pubDate>
		<dc:creator>Simeon Miteff</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[/etc/network/interfaces]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dhcp3-client]]></category>
		<category><![CDATA[dhcpcd]]></category>
		<category><![CDATA[hostname]]></category>

		<guid isPermaLink="false">http://localloop.co.za/?p=129</guid>
		<description><![CDATA[The DHCP server at my workplace allows clients to request a host name, and it then uses dynamic DNS updates to update the local DNS zone. To make this work on Debian, I added the hostname option to the LAN iface stanza in my /etc/network/interfaces file: iface eth0 inet dhcp hostname capybara Strangely, this option [...]]]></description>
			<content:encoded><![CDATA[<p>The DHCP server at my workplace allows clients to request a host name, and it then uses dynamic DNS updates to update the local DNS zone.</p>
<p>To make this work on Debian, I added the <code>hostname</code> option to the LAN <code>iface</code> stanza in my <code>/etc/network/interfaces</code> file:<br />
<code><br />
iface eth0 inet dhcp<br />
hostname capybara<br />
</code><br />
Strangely, this option is not supported with <code>dhcp3-client</code> (the ISC client, Debian&#8217;s default), so I had to install one of the alternatives listed in the <code>interfaces(5)</code> man page (pump, dhcpcd or udhcpc). I knew <code>dhcpcd</code> from my Gentoo days, so I tried it, and it worked.</p>
]]></content:encoded>
			<wfw:commentRss>http://localloop.co.za/2009/02/requesting-a-dhcp-hostname-with-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

