<?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>Tech Notes &#187; Configure</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/configure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Sun, 03 Apr 2011 16:48:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Configure Linux Hostname</title>
		<link>http://www.ryannitz.org/tech-notes/2008/08/07/configure-linux-hostname/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/08/07/configure-linux-hostname/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 00:13:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Config]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Hostname]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=44</guid>
		<description><![CDATA[If you want to change your Linux hostname and you&#8217;re running Fedora or Red Hat, the steps are listed below. Immediate Change echo 'some.host.com' &#62; /proc/sys/kernel/hostname Persisted Change This is for non-DHCP nodes. Add your name to /etc/sysconfig/network NETWORKING=yes HOSTNAME="some.host.com" If you&#8217;re node gets an IP address from a DHCP server then you can set: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ryannitz.org/tech-notes/wp-content/uploads/2008/08/fedora.jpg"><img class="alignnone size-thumbnail wp-image-49" title="fedora" src="http://www.ryannitz.org/wp-content/uploads/2008/08/fedora-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>If you want to change your Linux <a href="http://en.wikipedia.org/wiki/Hostname" target="_blank">hostname</a> and you&#8217;re running <a href="http://fedoraproject.org/" target="_blank">Fedora</a> or Red Hat, the steps are listed below.</p>
<h3>Immediate Change</h3>
<pre>echo 'some.host.com' &gt; /proc/sys/kernel/hostname</pre>
<h3>Persisted Change</h3>
<p>This is for non-DHCP nodes.</p>
<p>Add your name to /etc/sysconfig/network</p>
<pre>NETWORKING=yes
HOSTNAME="some.host.com"</pre>
<p>If you&#8217;re node gets an IP address from a <a href="http://en.wikipedia.org/wiki/Dhcp" target="_blank">DHCP</a> server then you can set:</p>
<pre>DHCP_HOSTNAME="some.host.com"</pre>
<p>in the /etc/sysconfig/network-scripts/ifcfg-eth0 file (or whatever your primary device is).</p>
<h3>Notes</h3>
<p>You can also add your hostname to your /etc/hosts file</p>
<pre>10.1.1.10 some.host.com some</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/08/07/configure-linux-hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

