<?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: Howto: Copy/Tee/Clone network traffic using iptables</title>
	<atom:link href="http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/</link>
	<description>Whose Blog? Bjou's Blog!</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:44:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: diesel engines for sale</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-132020</link>
		<dc:creator>diesel engines for sale</dc:creator>
		<pubDate>Fri, 03 Sep 2010 14:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-132020</guid>
		<description>Hello , I just stopped  in  to visit your website  and thought I&#039;d say thanks for having me .</description>
		<content:encoded><![CDATA[<p>Hello , I just stopped  in  to visit your website  and thought I&#8217;d say thanks for having me .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randolph Lawhon</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-131319</link>
		<dc:creator>Randolph Lawhon</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-131319</guid>
		<description>Hello... It depends on your work&#039;s VPN policies... I would say yes they look at cached browsing... I would definitely clear your cookies before going on your work&#039;s VPN</description>
		<content:encoded><![CDATA[<p>Hello&#8230; It depends on your work&#8217;s VPN policies&#8230; I would say yes they look at cached browsing&#8230; I would definitely clear your cookies before going on your work&#8217;s VPN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andre&#39;s chaos &#187; linux network traffic clone</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-129104</link>
		<dc:creator>andre&#39;s chaos &#187; linux network traffic clone</dc:creator>
		<pubDate>Wed, 07 Jul 2010 09:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-129104</guid>
		<description>[...] xtables tee 对于udp无连接状态的没问题 对于tcp就不行了 得用libpcap＋raw socket自己些程序了    Categories: Uncategorized Tags:         Comments (0) Trackbacks (0) Leave a comment Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] xtables tee 对于udp无连接状态的没问题 对于tcp就不行了 得用libpcap＋raw socket自己些程序了    Categories: Uncategorized Tags:         Comments (0) Trackbacks (0) Leave a comment Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mina</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-92205</link>
		<dc:creator>Mina</dc:creator>
		<pubDate>Tue, 12 May 2009 12:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-92205</guid>
		<description>how did you get this to work on centos first gavin????</description>
		<content:encoded><![CDATA[<p>how did you get this to work on centos first gavin????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mina</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-91877</link>
		<dc:creator>Mina</dc:creator>
		<pubDate>Sun, 10 May 2009 04:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-91877</guid>
		<description>How do you get this to work with centos5?</description>
		<content:encoded><![CDATA[<p>How do you get this to work with centos5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j.engelh</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-87063</link>
		<dc:creator>j.engelh</dc:creator>
		<pubDate>Wed, 25 Mar 2009 13:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-87063</guid>
		<description>&gt;Despite all efforts [...] only works for connectionless udp traffic. A successful 3-way-handshake on HOST A prevents HOST B (despite IP-address rewriting) from accepting the packets in userspace.

Correct, because the B kernel&#039;s TCP engine does not know anything about A&#039;s connections and would drop them.  While you could get packet delivery to userspace working, just what would you do if the B userspace tries to send packets back? That would not be good...
IMO, the best solution here is to use libnetfilter_queue to get the packets delivered to userspace.</description>
		<content:encoded><![CDATA[<p>&gt;Despite all efforts [...] only works for connectionless udp traffic. A successful 3-way-handshake on HOST A prevents HOST B (despite IP-address rewriting) from accepting the packets in userspace.</p>
<p>Correct, because the B kernel&#8217;s TCP engine does not know anything about A&#8217;s connections and would drop them.  While you could get packet delivery to userspace working, just what would you do if the B userspace tries to send packets back? That would not be good&#8230;<br />
IMO, the best solution here is to use libnetfilter_queue to get the packets delivered to userspace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibrahim</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-85866</link>
		<dc:creator>ibrahim</dc:creator>
		<pubDate>Thu, 19 Feb 2009 11:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-85866</guid>
		<description>The cloned packets entering loop and coming again if the host B can not accessible on network. Is there any way change the cloned packet destination IP to host B before the sending.

Regards</description>
		<content:encoded><![CDATA[<p>The cloned packets entering loop and coming again if the host B can not accessible on network. Is there any way change the cloned packet destination IP to host B before the sending.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Carr</title>
		<link>http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/comment-page-1/#comment-81448</link>
		<dc:creator>Gavin Carr</dc:creator>
		<pubDate>Thu, 18 Sep 2008 07:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjou.de/blog/?p=228#comment-81448</guid>
		<description>Great post Bjou, thanks a lot. I hadn&#039;t realised there&#039;d been a replacement released for -j ROUTE --tee, so your post and the pointer to the xtables-addons were much appreciated. I got this working on CentOS-5 after a bit of hacking on xtables-addons to workaround the RedHat-isms in their 2.6.18 kernel.</description>
		<content:encoded><![CDATA[<p>Great post Bjou, thanks a lot. I hadn&#8217;t realised there&#8217;d been a replacement released for -j ROUTE &#8211;tee, so your post and the pointer to the xtables-addons were much appreciated. I got this working on CentOS-5 after a bit of hacking on xtables-addons to workaround the RedHat-isms in their 2.6.18 kernel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
