<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Send hostname to DHCP server on Ubuntu/XUbuntu</title>
	<atom:link href="http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/</link>
	<description>Easily understood tips that make your computing experience easier</description>
	<lastBuildDate>Thu, 11 Feb 2010 20:06:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lucidTipster</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/comment-page-1/#comment-939</link>
		<dc:creator>lucidTipster</dc:creator>
		<pubDate>Mon, 27 Apr 2009 16:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=203#comment-939</guid>
		<description>Thanks Damian ... I have updated the post.</description>
		<content:encoded><![CDATA[<p>Thanks Damian &#8230; I have updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/comment-page-1/#comment-938</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Mon, 27 Apr 2009 04:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=203#comment-938</guid>
		<description>Thanks for this!

When creating the backup, you have .../dhcp/... instead of .../dhcp3/... as the destination.

Also, Brian&#039;s tip about using host-name &quot;&quot; didn&#039;t work for me on Xubuntu Hardy.</description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
<p>When creating the backup, you have &#8230;/dhcp/&#8230; instead of &#8230;/dhcp3/&#8230; as the destination.</p>
<p>Also, Brian&#8217;s tip about using host-name &#8220;&#8221; didn&#8217;t work for me on Xubuntu Hardy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharat</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/comment-page-1/#comment-937</link>
		<dc:creator>Bharat</dc:creator>
		<pubDate>Thu, 23 Apr 2009 16:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=203#comment-937</guid>
		<description>You wrote:
test if other machines on the network can now look up your machine by using the FQDN.

Here is my /etc/hosts:

bruparel@bcr-d810:/etc$ cat hosts
127.0.0.1	localhost
127.0.1.1	bcr-d810

If I try to ping bcr-d810 it does not find it.  Here is the changed in /etc/dhcp3/dhclient.conf:

send host-name &quot;bcr-d810&quot;;
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;

I restart the computer, but I can&#039;t seem to be able to ping bcr-d810.  What do I have to do to set a proper FQDN?

Thanks.

Bharat</description>
		<content:encoded><![CDATA[<p>You wrote:<br />
test if other machines on the network can now look up your machine by using the FQDN.</p>
<p>Here is my /etc/hosts:</p>
<p>bruparel@bcr-d810:/etc$ cat hosts<br />
127.0.0.1	localhost<br />
127.0.1.1	bcr-d810</p>
<p>If I try to ping bcr-d810 it does not find it.  Here is the changed in /etc/dhcp3/dhclient.conf:</p>
<p>send host-name &#8220;bcr-d810&#8243;;<br />
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;</p>
<p>I restart the computer, but I can&#8217;t seem to be able to ping bcr-d810.  What do I have to do to set a proper FQDN?</p>
<p>Thanks.</p>
<p>Bharat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Stempin</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/comment-page-1/#comment-933</link>
		<dc:creator>Brian Stempin</dc:creator>
		<pubDate>Fri, 13 Mar 2009 21:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=203#comment-933</guid>
		<description>There&#039;s a cleaner way to do this.

Ubuntu has a built in variable for the hostname.  Instead of saying:

send host-name &quot;ubuntu-laptop&quot;;

you can say:


send host-name &quot;&quot;;

This way, if you decide to change your hostname, you only have to update one place.

HTH,
Brian</description>
		<content:encoded><![CDATA[<p>There&#8217;s a cleaner way to do this.</p>
<p>Ubuntu has a built in variable for the hostname.  Instead of saying:</p>
<p>send host-name &#8220;ubuntu-laptop&#8221;;</p>
<p>you can say:</p>
<p>send host-name &#8220;&#8221;;</p>
<p>This way, if you decide to change your hostname, you only have to update one place.</p>
<p>HTH,<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucidTipster</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/comment-page-1/#comment-928</link>
		<dc:creator>lucidTipster</dc:creator>
		<pubDate>Fri, 06 Feb 2009 04:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=203#comment-928</guid>
		<description>Thanks Tom good catch. I have updated the post to fix the error.</description>
		<content:encoded><![CDATA[<p>Thanks Tom good catch. I have updated the post to fix the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Chapin</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/comment-page-1/#comment-926</link>
		<dc:creator>Tom Chapin</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=203#comment-926</guid>
		<description>Thanks for your tip!

One thing I noticed:

The send host-name command needed a semi-colon at the end of the line before it worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks for your tip!</p>
<p>One thing I noticed:</p>
<p>The send host-name command needed a semi-colon at the end of the line before it worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morten</title>
		<link>http://www.lucidtips.com/2008/11/17/send-hostname-to-dhcp-server-on-ubuntuxubuntu/comment-page-1/#comment-916</link>
		<dc:creator>morten</dc:creator>
		<pubDate>Sun, 14 Dec 2008 19:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=203#comment-916</guid>
		<description>This works on Debian 4 too.</description>
		<content:encoded><![CDATA[<p>This works on Debian 4 too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
