<?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>WTF *Nix &#187; samba config</title>
	<atom:link href="http://www.wtfnix.com/tag/samba-config/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wtfnix.com</link>
	<description>Just another *nix Blog</description>
	<lastBuildDate>Tue, 04 May 2010 13:46:34 +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>Samba and IPTables Firewall Script</title>
		<link>http://www.wtfnix.com/2009/04/samba-and-iptables-firewall-script/</link>
		<comments>http://www.wtfnix.com/2009/04/samba-and-iptables-firewall-script/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:37:39 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General Linux Blogging]]></category>
		<category><![CDATA[General Networking]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[TCP/IP Networking]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Windows OS]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iptables config]]></category>
		<category><![CDATA[iptables dport]]></category>
		<category><![CDATA[iptables dports]]></category>
		<category><![CDATA[iptables input]]></category>
		<category><![CDATA[iptables output]]></category>
		<category><![CDATA[iptables tcp]]></category>
		<category><![CDATA[iptables udp]]></category>
		<category><![CDATA[linux firewall]]></category>
		<category><![CDATA[local network]]></category>
		<category><![CDATA[samba config]]></category>
		<category><![CDATA[samba share]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=1004</guid>
		<description><![CDATA[Figured to share the following IPTables bash script with everyone that requires information on how to allow access through your IPTables to your local network with Samba:
#!/bin/bash
SAMBA_SERVER=&#8221;192.168.0.1 &#8221;
NETWORK=&#8221;192.168.0.0/24&#8243;
BROADCAST=&#8221;192.168.255.255&#8243;
iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT
iptables -A INPUT -p udp -s $NETWORK -d $SAMBA_SERVER -m multiport &#8211;dports 137,138 -j ACCEPT
iptables -A [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2009/04/samba-and-iptables-firewall-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What in the world is this Samba</title>
		<link>http://www.wtfnix.com/2008/04/what-is-samba/</link>
		<comments>http://www.wtfnix.com/2008/04/what-is-samba/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 23:05:13 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[General Networking]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[pdc]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[samba config]]></category>
		<category><![CDATA[samba domain]]></category>
		<category><![CDATA[windows domain]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=31</guid>
		<description><![CDATA[A lot have asked what Samba is, so I&#8217;m a break it down for you slowly and pretty much on target for the &#8220;general&#8221; audience. Samba is pretty much a suite of nice tools/utilities that allows your *nix box to share files, printers, other resources with your Windoz boxes. Yes this is pretty much as [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2008/04/what-is-samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
