<?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; iptables</title>
	<atom:link href="http://www.wtfnix.com/tag/iptables/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>man ifconfig</title>
		<link>http://www.wtfnix.com/2008/04/man-ifconfig/</link>
		<comments>http://www.wtfnix.com/2008/04/man-ifconfig/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:02:06 +0000</pubDate>
		<dc:creator>WTF *Nix</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[if command]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[ifconfig options]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux ifconfig]]></category>
		<category><![CDATA[man ifconfig]]></category>

		<guid isPermaLink="false">http://www.wtfnix.com/?p=24</guid>
		<description><![CDATA[NAME
ifconfig &#8211; configure a network interface
SYNOPSIS
ifconfig [interface]
ifconfig interface [aftype] options &#124; address &#8230;
DESCRIPTION
Ifconfig  is used to configure the kernel-resident network
interfaces.  It is used at boot time to set up  interfaces
as  necessary.  After that, it is usually only needed when
debugging or when system tuning is needed.
If no arguments are given, ifconfig displays the status of
the  currently  [...]]]></description>
		<wfw:commentRss>http://www.wtfnix.com/2008/04/man-ifconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
