<?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>Fnode Online &#187; Adding Nameserver on Solaris</title>
	<atom:link href="http://www.fnode.com/tag/adding-nameserver-on-solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>A Network Systems &#38; Technology Blog</description>
	<lastBuildDate>Fri, 01 Jan 2010 19:57:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding Nameservers on Sun Solaris</title>
		<link>http://www.fnode.com/2008/08/adding-nameservers-on-sun-solaris/</link>
		<comments>http://www.fnode.com/2008/08/adding-nameservers-on-sun-solaris/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:51:15 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Adding Nameserver on Solaris]]></category>
		<category><![CDATA[Solaris Name Server]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=358</guid>
		<description><![CDATA[This is how to add a DNS Server to Solaris Box&#8230;
First of all, Open up your favourite text editor and add the name servers into /etc/resolv.conf
nameserver 192.168.1.1
If you need to add more, just add another one in the next line&#8230;
Following the instructions below will walk you through the process&#8230;
bash-3.00# ping www.google.com
ping: unknown host www.google.com
bash-3.00# cat [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is how to add a DNS Server to Solaris Box&#8230;</p>
<p>First of all, Open up your favourite text editor and add the name servers into <strong>/etc/resolv.conf</strong></p>
<p><strong>nameserver 192.168.1.1</strong></p>
<p>If you need to add more, just add another one in the next line&#8230;</p>
<p>Following the instructions below will walk you through the process&#8230;</p>
<p><code>bash-3.00# ping www.google.com<br />
ping: unknown host www.google.com<br />
bash-3.00# cat /etc/resolv.conf<br />
nameserver 192.168.1.1<br />
bash-3.00# cd /etc/<br />
bash-3.00# cp -p nsswitch.conf nsswitch.conf.org<br />
bash-3.00# cp -p nsswitch.dns nsswitch.conf<br />
bash-3.00# /etc/init.d/nscd stop; /etc/init.d/nscd start<br />
bash-3.00# ping www.google.com<br />
www.google.com is alive<br />
bash-3.00#</code></p>
<p>As you can see, the Name Server is working!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/adding-nameservers-on-sun-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
