<?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>mcBachmann.de TechBlog &#187; nis</title>
	<atom:link href="http://blog.mcbachmann.de/tag/nis/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:55:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Hardy and NIS Server</title>
		<link>http://blog.mcbachmann.de/linux/ubuntu-hardy-and-nis-server</link>
		<comments>http://blog.mcbachmann.de/linux/ubuntu-hardy-and-nis-server#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:54:31 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=31</guid>
		<description><![CDATA[Hi,
here is a walkthrough to set up a NIS server under Ubuntu Hardy, because the standard configuration is only for clients.
apt-get install nis
NIS domain: be creative  
Then wait till the ypbind search is over (it tries very hard to find a server&#8230;) otherwise the package is not completely installed.
In the mean time, you can [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>here is a walkthrough to set up a NIS server under Ubuntu Hardy, because the standard configuration is only for clients.</p>
<p><code>apt-get install nis</code><br />
NIS domain: <em>be creative</em> <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Then wait till the ypbind search is over (it tries very hard to find a server&#8230;) otherwise the package is not completely installed.</p>
<p>In the mean time, you can prepare the server.</p>
<p><strong>/etc/yp.conf</strong><br />
<code>ypserver 127.0.0.1</code></p>
<p><strong>/etc/default/nis</strong><br />
<code>NISSERVER = master<br />
NISCLIENT = false</code></p>
<p><strong>/etc/ypserv.securenets</strong><br />
<code># This line gives access to everybody. PLEASE ADJUST! Adjusted! <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
255.255.255.0         192.168.1.0</code></p>
<p>When the installation is complete, you can proceed with the following steps:<br />
<code>/usr/lib/yp/ypinit -m<br />
/etc/init.d/nis restart</code></p>
<p>Congratulations, your NIS server is now running! <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/ubuntu-hardy-and-nis-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
