<?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>IT Answers &#187; iptables</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/linux/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 17:34:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Example Contest Script: iptables Helper</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/example-contest-script-iptables-helper/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/example-contest-script-iptables-helper/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:09:17 +0000</pubDate>
		<dc:creator>ITKE</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[IT Knowledge Exchange]]></category>
		<category><![CDATA[IT Scripts]]></category>
		<category><![CDATA[Nintendo 3DS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by]]></description>
				<content:encoded><![CDATA[New Answer by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/example-contest-script-iptables-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network printing through OpenVPN</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/network-printing-through-openvpn/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/network-printing-through-openvpn/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 06:19:41 +0000</pubDate>
		<dc:creator>Skyfly22</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[HP1320n]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network printers]]></category>
		<category><![CDATA[Network printing]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I set up an OpenVPN server in bridged mode &#8211; using tap0 &#8211; and client both running CentOS 4.4. The VPN works perfectly, except for printing from the client LAN &#8211; 10.1.2.x/24 to the server LAN &#8211; 10.1.1.x/24. I am using a HP 1320n network printer with IP 10.1.1.100 on the server side. I can [...]]]></description>
				<content:encoded><![CDATA[<p>I set up an OpenVPN server in bridged mode &#8211; using tap0 &#8211; and client<br />
both running CentOS 4.4. The VPN works perfectly, except for printing<br />
from the client LAN &#8211; 10.1.2.x/24 to the server LAN &#8211; 10.1.1.x/24. I am<br />
using a HP 1320n network printer with IP 10.1.1.100 on the server side.<br />
I can telnet to the printer&#8217;s port 80 from anywhere in the client LAN<br />
without a problem. However, trying to telnet to port 9100 results in a<br />
connection refused error. If I telnet the printer&#8217;s port 9100 from the<br />
client side VPN server, it connects without a problem. My vpn iptables<br />
rules on both sides look like this:</p>
<p>iptables -A INPUT -p udp &#8211;dport 1194 -j ACCEPT<br />
iptables -A INPUT -i tun+ -j ACCEPT<br />
iptables -A OUTPUT -o tun+ -j ACCEPT<br />
iptables -A FORWARD -i tun+ -j ACCEPT<br />
iptables -A FORWARD -o tun+ -j ACCEPT<br />
iptables -A INPUT -i tap+ -j ACCEPT<br />
iptables -A OUTPUT -o tap+ -j ACCEPT<br />
iptables -A FORWARD -i tap+ -j ACCEPT<br />
iptables -A FORWARD -o tap+ -j ACCEPT<br />
iptables -A FORWARD -p 50 -j ACCEPT<br />
iptables -A FORWARD -p 51 -j ACCEPT<br />
iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE<br />
iptables -t nat -A POSTROUTING -o tap0 -j MASQUERADE</p>
<p>Any ideas on how to fix this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/network-printing-through-openvpn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blocking MSN Messenger on Linux with Ubuntu</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/blocking-msn-messenger-on-linux-with-ubuntu/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/blocking-msn-messenger-on-linux-with-ubuntu/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 17:15:13 +0000</pubDate>
		<dc:creator>Linux - Ask the Expert</dc:creator>
				<category><![CDATA[iptables]]></category>
		<category><![CDATA[MSN Messenger]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/blocking-msn-messenger-on-linux-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iptables rules not save</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iptables-rules-not-save/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/iptables-rules-not-save/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 05:50:36 +0000</pubDate>
		<dc:creator>Dilipparmar</dc:creator>
				<category><![CDATA[iptables]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hi i edit iptables rules then i save it but at this time i give arror something like iptables save]]></description>
				<content:encoded><![CDATA[<p>hi<br />
i edit iptables rules then i save it but at this time i give arror something like iptables save</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/iptables-rules-not-save/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/18 queries in 0.021 seconds using memcached
Object Caching 528/585 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 17:37:20 -->