<?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>MEMOBALL.info &#187; iptables</title>
	<atom:link href="http://www.memoball.info/tag/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.memoball.info</link>
	<description>All of my Memories</description>
	<lastBuildDate>Thu, 22 Jul 2010 06:17:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>การ configure ให้ Forward packets</title>
		<link>http://www.memoball.info/01/%e0%b8%81%e0%b8%b2%e0%b8%a3-configure-%e0%b9%83%e0%b8%ab%e0%b9%89-forward-packets/</link>
		<comments>http://www.memoball.info/01/%e0%b8%81%e0%b8%b2%e0%b8%a3-configure-%e0%b9%83%e0%b8%ab%e0%b9%89-forward-packets/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 10:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://memoball.nabzer.com/?p=88</guid>
		<description><![CDATA[การ configure ให้ ubuntu ของเราสามารถ forwarding packet จากคอมพิวเตอร์เครื่องอื่นไปยัง ip ที่เราต้องการ 
Before:
# Disables packet forwarding
net.ipv4.ip_forward=0

After:
# Enables packet forwarding
net.ipv4.ip_forward=1

http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch03_:_Linux_Networking#Configuring_IP_Forwarding
]]></description>
			<content:encoded><![CDATA[<p>การ configure ให้ ubuntu ของเราสามารถ forwarding packet จากคอมพิวเตอร์เครื่องอื่นไปยัง ip ที่เราต้องการ <span id="more-88"></span></p>
<pre style="border =1 ">Before:
# Disables packet forwarding
net.ipv4.ip_forward=0

After:
# Enables packet forwarding
net.ipv4.ip_forward=1
</pre>
<p><a href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch03_:_Linux_Networking#Configuring_IP_Forwarding">http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch03_:_Linux_Networking#Configuring_IP_Forwarding</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.memoball.info/01/%e0%b8%81%e0%b8%b2%e0%b8%a3-configure-%e0%b9%83%e0%b8%ab%e0%b9%89-forward-packets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>การสร้าง iptable</title>
		<link>http://www.memoball.info/01/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%a3%e0%b9%89%e0%b8%b2%e0%b8%87-iptable/</link>
		<comments>http://www.memoball.info/01/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%a3%e0%b9%89%e0%b8%b2%e0%b8%87-iptable/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 05:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://memoball.nabzer.com/?p=83</guid>
		<description><![CDATA[
Ubuntu help : 
	https://help.ubuntu.com/community/IptablesHowTo
การใช้คำสั่ง(ภาษาไทย) : 
	http://thaicert.nectec.or.th/paper/firewall/iptables.php
ตัวอย่างการเขียน iptable : 
	http://www.itwizard.info/technology/linux/ubuntu/ubuntu_610_gateway.html

]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>Ubuntu help : </strong><br />
	<a href="https://help.ubuntu.com/community/IptablesHowTo" target="_blank">https://help.ubuntu.com/community/IptablesHowTo</a></li>
<li><strong>การใช้คำสั่ง(ภาษาไทย) : </strong><br />
	<a href="http://thaicert.nectec.or.th/paper/firewall/iptables.php" target="_blank">http://thaicert.nectec.or.th/paper/firewall/iptables.php</a></li>
<li><strong>ตัวอย่างการเขียน iptable : </strong><br />
	<a href="http://www.itwizard.info/technology/linux/ubuntu/ubuntu_610_gateway.html" target="_blank">http://www.itwizard.info/technology/linux/ubuntu/ubuntu_610_gateway.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.memoball.info/01/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%aa%e0%b8%a3%e0%b9%89%e0%b8%b2%e0%b8%87-iptable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
