<?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: Now I know Alexa Re-Directs Dont Work</title>
	<atom:link href="http://www.sitelogic.co.uk/now-i-know-alexa-re-directs-dont-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitelogic.co.uk/now-i-know-alexa-re-directs-dont-work/</link>
	<description>Free Web Design and Web Development</description>
	<lastBuildDate>Tue, 13 May 2008 09:17:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ladadadada</title>
		<link>http://www.sitelogic.co.uk/now-i-know-alexa-re-directs-dont-work/comment-page-1/#comment-4624</link>
		<dc:creator>Ladadadada</dc:creator>
		<pubDate>Sun, 30 Sep 2007 15:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitelogic.co.uk/now-i-know-alexa-re-directs-dont-work/#comment-4624</guid>
		<description>tcpdump is more than capable of what you need for this purpose and it comes standard with Ubuntu.

sudo tcpdump -i eth0 -A -s 0 host www.alexa.com &gt; dumpfile.txt

&lt;code&gt;-A      &lt;/code&gt;dumps the packets in ASCII
&lt;code&gt;-s 0    &lt;/code&gt;dumps the entire packet
&lt;code&gt;-i eth0 &lt;/code&gt;is your network interface... you may need to change this to suit your machine.

&lt;code&gt;host www.alexa.com&lt;/code&gt; is a filter so you only capture the packets you actually want but you can leave it off if you want.  The filtering is quite flexible and the man page is quite extensive.  I&#039;m sure you&#039;ll figure it out  :-)</description>
		<content:encoded><![CDATA[<p>tcpdump is more than capable of what you need for this purpose and it comes standard with Ubuntu.</p>
<p>sudo tcpdump -i eth0 -A -s 0 host <a href="http://www.alexa.com" rel="nofollow">http://www.alexa.com</a> &gt; dumpfile.txt</p>
<p><code>-A      </code>dumps the packets in ASCII<br />
<code>-s 0    </code>dumps the entire packet<br />
<code>-i eth0 </code>is your network interface&#8230; you may need to change this to suit your machine.</p>
<p><code>host <a href="http://www.alexa.com" rel="nofollow">http://www.alexa.com</a></code> is a filter so you only capture the packets you actually want but you can leave it off if you want.  The filtering is quite flexible and the man page is quite extensive.  I&#8217;m sure you&#8217;ll figure it out  <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
