<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Share Internet with squid &amp; Iptables</title>
	<atom:link href="http://www.tejasbarot.com/2009/01/13/share-internet-with-squid-iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tejasbarot.com/2009/01/13/share-internet-with-squid-iptables/</link>
	<description>Dedicated Famous Linux Blog for Linux Beginners, Linux Administrators, Linux and Open Source Users</description>
	<lastBuildDate>Thu, 17 May 2012 14:30:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Share Internet with squid &#38; Iptables &#171; All Linux User&#8217;s Blog</title>
		<link>http://www.tejasbarot.com/2009/01/13/share-internet-with-squid-iptables/comment-page-1/#comment-152</link>
		<dc:creator>Share Internet with squid &#38; Iptables &#171; All Linux User&#8217;s Blog</dc:creator>
		<pubDate>Sun, 09 Aug 2009 16:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://barot.wordpress.com/?p=320#comment-152</guid>
		<description>[...] Click on Below link to Continue Reading at Ask4 IT Solutions ( IT Solutions Provider India) Click on this link to continue reading :- http://blog.ask4itsolutions.com/2009/01/13/share-internet-with-squid-iptables/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Click on Below link to Continue Reading at Ask4 IT Solutions ( IT Solutions Provider India) Click on this link to continue reading :- <a href="http://blog.ask4itsolutions.com/2009/01/13/share-internet-with-squid-iptables/" rel="nofollow">http://blog.ask4itsolutions.com/2009/01/13/share-internet-with-squid-iptables/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejas Barot</title>
		<link>http://www.tejasbarot.com/2009/01/13/share-internet-with-squid-iptables/comment-page-1/#comment-69</link>
		<dc:creator>Tejas Barot</dc:creator>
		<pubDate>Mon, 29 Jun 2009 06:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://barot.wordpress.com/?p=320#comment-69</guid>
		<description>Look at some old posts hopefully you will get the solutions.</description>
		<content:encoded><![CDATA[<p>Look at some old posts hopefully you will get the solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid Iqbal</title>
		<link>http://www.tejasbarot.com/2009/01/13/share-internet-with-squid-iptables/comment-page-1/#comment-68</link>
		<dc:creator>Rashid Iqbal</dc:creator>
		<pubDate>Sat, 27 Jun 2009 09:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://barot.wordpress.com/?p=320#comment-68</guid>
		<description>hi I am new to this forum.. please help me to setup the squid.. I dont want the transparent...
users should configure the proxy settings...
seconly users traffic should redirect to port 3128 after putting the proxy gateway into client mechines.</description>
		<content:encoded><![CDATA[<p>hi I am new to this forum.. please help me to setup the squid.. I dont want the transparent&#8230;<br />
users should configure the proxy settings&#8230;<br />
seconly users traffic should redirect to port 3128 after putting the proxy gateway into client mechines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejas Barot</title>
		<link>http://www.tejasbarot.com/2009/01/13/share-internet-with-squid-iptables/comment-page-1/#comment-67</link>
		<dc:creator>Tejas Barot</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://barot.wordpress.com/?p=320#comment-67</guid>
		<description>--tcp-dport 80 , --to-port 8888 having two hyphens are you entering two hyphens or only one?

You dont need to write (Local-Lan-Card) because its for example... So try this and let me know what happens

Hope it helps you</description>
		<content:encoded><![CDATA[<p>&#8211;tcp-dport 80 , &#8211;to-port 8888 having two hyphens are you entering two hyphens or only one?</p>
<p>You dont need to write (Local-Lan-Card) because its for example&#8230; So try this and let me know what happens</p>
<p>Hope it helps you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hari</title>
		<link>http://www.tejasbarot.com/2009/01/13/share-internet-with-squid-iptables/comment-page-1/#comment-66</link>
		<dc:creator>hari</dc:creator>
		<pubDate>Mon, 15 Jun 2009 11:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://barot.wordpress.com/?p=320#comment-66</guid>
		<description>i using fedora 10.i need to use squid transparent proxy i followed your above tutorial.when i give below command i getting error message.
iptables -t nat -A PREROUTING -i eth0 (Local-Lan-Card) -p -tcp –dport 80 -j REDIRECT –to-port 8888

ECT --to-port 8888
iptables v1.4.1.1: unknown protocol `-tcp&#039; specified
Try `iptables -h&#039; or &#039;iptables --help&#039; for more information.

please help in this regards.i want transparent proxy in fedora 10</description>
		<content:encoded><![CDATA[<p>i using fedora 10.i need to use squid transparent proxy i followed your above tutorial.when i give below command i getting error message.<br />
iptables -t nat -A PREROUTING -i eth0 (Local-Lan-Card) -p -tcp –dport 80 -j REDIRECT –to-port 8888</p>
<p>ECT &#8211;to-port 8888<br />
iptables v1.4.1.1: unknown protocol `-tcp&#8217; specified<br />
Try `iptables -h&#8217; or &#8216;iptables &#8211;help&#8217; for more information.</p>
<p>please help in this regards.i want transparent proxy in fedora 10</p>
]]></content:encoded>
	</item>
</channel>
</rss>

