<?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: Using Solaris 10 as DHCP client</title>
	<atom:link href="http://solaris.reys.net/using-solaris-10-as-dhcp-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://solaris.reys.net/using-solaris-10-as-dhcp-client/</link>
	<description>Tips and tricks on DTrace, ZFS, Zones and Solaris administration</description>
	<lastBuildDate>Sun, 08 Jan 2012 03:14:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pete</title>
		<link>http://solaris.reys.net/using-solaris-10-as-dhcp-client/comment-page-1/#comment-1646</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 04 Feb 2011 15:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://solaris.simplyunix.com/?p=8#comment-1646</guid>
		<description>To set the hostname and make it stick and register during dhcp, add the wanted hostname to /etc/hostname. as below:


inet hostname

Then it&#039;ll do the right thing under Solaris 10</description>
		<content:encoded><![CDATA[<p>To set the hostname and make it stick and register during dhcp, add the wanted hostname to /etc/hostname. as below:</p>
<p>inet hostname</p>
<p>Then it&#8217;ll do the right thing under Solaris 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Stewart</title>
		<link>http://solaris.reys.net/using-solaris-10-as-dhcp-client/comment-page-1/#comment-1632</link>
		<dc:creator>Mike Stewart</dc:creator>
		<pubDate>Tue, 26 Oct 2010 13:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://solaris.simplyunix.com/?p=8#comment-1632</guid>
		<description>Absolutely perfect! Many thanks.</description>
		<content:encoded><![CDATA[<p>Absolutely perfect! Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Gelsie</title>
		<link>http://solaris.reys.net/using-solaris-10-as-dhcp-client/comment-page-1/#comment-1626</link>
		<dc:creator>Steven Gelsie</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://solaris.simplyunix.com/?p=8#comment-1626</guid>
		<description>Here is the process of setting up a Solaris 10 DHCP client

1) Find you what network interface you are using

       ifconifg -a

2) Create a /etc/dhcp.[network interface_name] file

       ex:touch /etc/dhcp.e1000g0

3) Edit the /etc/hostname.[network_interface]
       
       This should be one line either just  host name if your NOT using 
       dynamic DNS update or &quot;inet  host name&quot; if you are using dynamic DNS.

       [host name]
   
          or

       inet  [host name]

4) Create of edit the /etc/nodename file

       This should have your host name

5) Edit the /etc/host file

	This should NOT for your host name. DHCP will put an 
	entry in for you host.

6) If you are using dynamic DNS to with DHCP you have to edit the
       /etc/default/dhcpagent file. Set 

       REQUEST_HOSTNAME=yes

7) Configure your network interface to use DHCP

      ifconfig [network interface] dhcp start</description>
		<content:encoded><![CDATA[<p>Here is the process of setting up a Solaris 10 DHCP client</p>
<p>1) Find you what network interface you are using</p>
<p>       ifconifg -a</p>
<p>2) Create a /etc/dhcp.[network interface_name] file</p>
<p>       ex:touch /etc/dhcp.e1000g0</p>
<p>3) Edit the /etc/hostname.[network_interface]</p>
<p>       This should be one line either just  host name if your NOT using<br />
       dynamic DNS update or &#8220;inet  host name&#8221; if you are using dynamic DNS.</p>
<p>       [host name]</p>
<p>          or</p>
<p>       inet  [host name]</p>
<p>4) Create of edit the /etc/nodename file</p>
<p>       This should have your host name</p>
<p>5) Edit the /etc/host file</p>
<p>	This should NOT for your host name. DHCP will put an<br />
	entry in for you host.</p>
<p>6) If you are using dynamic DNS to with DHCP you have to edit the<br />
       /etc/default/dhcpagent file. Set </p>
<p>       REQUEST_HOSTNAME=yes</p>
<p>7) Configure your network interface to use DHCP</p>
<p>      ifconfig [network interface] dhcp start</p>
]]></content:encoded>
	</item>
</channel>
</rss>

