<?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>cat brain.log &#124; less &#187; smb</title>
	<atom:link href="http://log.largevoid.com/tag/smb/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.largevoid.com</link>
	<description>Getting it down on `paper`</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Samba reference</title>
		<link>http://log.largevoid.com/2010/03/samba-reference/</link>
		<comments>http://log.largevoid.com/2010/03/samba-reference/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 01:01:57 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://log.largevoid.com/?p=255</guid>
		<description><![CDATA[When trying to set up a samba server, I found these links to be very useful. References: https://calomel.org/samba.html http://ubuntuforums.org/showthread.php?t=685427 And&#8230; here&#8217;s my /etc/samba/smb.conf file. &#91;global&#93; bind interfaces only = yes deadtime = 15 default case = lower disable netbios = no netbios name = server-one dns proxy = no encrypt passwords = true guest ok [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to set up a samba server, I found these links to be very useful.</p>
<p>References:</p>
<ul>
<li><a href="https://calomel.org/samba.html">https://calomel.org/samba.html</a></li>
<li><a href="http://ubuntuforums.org/showthread.php?t=685427">http://ubuntuforums.org/showthread.php?t=685427</a></li>
</ul>
<p>And&#8230; here&#8217;s my /etc/samba/smb.conf file.</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>global<span style="">&#93;</span></span>
 bind interfaces only <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> yes</span>
 <span style="color: #000099;">deadtime</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 15</span>
 default case <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> lower</span>
 disable netbios <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> no</span>
 netbios name <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> server-one</span>
 dns proxy <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> no</span>
 encrypt passwords <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> true</span>
 guest ok <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> yes</span>
 guest only <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> yes</span>
 hosts allow <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 192.168.1.0/255.255.252.0 127.0.0.1</span>
 hosts deny <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> all</span>
 invalid users <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> root</span>
 load printers <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> no</span>
 max connections <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 10</span>
 preferred master <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> yes</span>
 preserve case <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> yes</span>
 <span style="color: #000099;">printable</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> no</span>
 <span style="color: #000099;">security</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> share</span>
 socket options <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536</span>
 strict sync <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> no</span>
 sync always <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> no</span>
&nbsp;
 server string <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> %h server <span style="">&#40;</span>Samba<span style="">&#41;</span></span>
 map to guest <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> nobody</span>
 <span style="color: #000099;">syslog</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0</span>
 log file <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> /var/log/samba/log.%m</span>
 max log size <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 1000</span>
 usershare allow guests <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> Yes</span>
 panic action <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> /usr/share/samba/panic-action %d</span>
&nbsp;
<span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>tera<span style="">&#93;</span></span>
 <span style="color: #000099;">path</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> /tera</span>
 read only <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> Yes</span>
 create mask <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0664</span>
 directory mask <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0775</span>
&nbsp;
<span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>incoming<span style="">&#93;</span></span>
 <span style="color: #000099;">path</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> /tera/Temp</span>
 read only <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> No</span>
 create mask <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0664</span>
 directory mask <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0775</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://log.largevoid.com/2010/03/samba-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  log.largevoid.com/tag/smb/feed/ ) in 0.32261 seconds, on Feb 8th, 2012 at 3:42 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 4:42 am UTC -->
