<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Thorsten on (mostly) Tech</title>
	<atom:link href="http://yorickdowne.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://yorickdowne.wordpress.com</link>
	<description>You're working hard to put food on your family</description>
	<lastBuildDate>Wed, 05 Sep 2012 11:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Compiling 64-bit mpir using VC++ 2008 Express by Lorenzo</title>
		<link>http://yorickdowne.wordpress.com/2010/12/23/compiling-64-bit-mpir-using-vc-2008-express/#comment-831</link>
		<dc:creator><![CDATA[Lorenzo]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 11:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=213#comment-831</guid>
		<description><![CDATA[Thx, worked like a charm!]]></description>
		<content:encoded><![CDATA[<p>Thx, worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ipv6 addressing &#8211; there is no NAT, and &#8220;renumbering needs work&#8221; by yorickdowne</title>
		<link>http://yorickdowne.wordpress.com/2010/01/15/ipv6-addressing-renumbering/#comment-828</link>
		<dc:creator><![CDATA[yorickdowne]]></dc:creator>
		<pubDate>Sun, 19 Aug 2012 01:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=143#comment-828</guid>
		<description><![CDATA[Well, in the environments I am used to, firewalls are network devices, and maintained with change control. I have a hard time recognizing many-to-one NAT as a security solution, on the strength of the argument that a system without change control is less secure than one with (no contention on that part). One does not seem to follow from the other.

As for PCI DSS 2.0: Yes, I think their insistence on NAT is a bit silly. I&#039;ve seen one-to-one static NAT implemented, and that meets the letter of PCI DSS 2.0: And does absolutely nothing for security. When IPv6 becomes more widespread, I expect that we will see DSS evolve again.

One thing that&#039;s changed from when I wrote this article, though, is: There is NAT in IPv6, now. It&#039;s called NPT, Network Prefix Translation, and came out of the NAT66 efforts. It takes one /48 and translates it 1:1 to another /48. There are legitimate uses for this, a network with multiple (think on the order of 15) geographically diverse exit points (data centers) being one of them.]]></description>
		<content:encoded><![CDATA[<p>Well, in the environments I am used to, firewalls are network devices, and maintained with change control. I have a hard time recognizing many-to-one NAT as a security solution, on the strength of the argument that a system without change control is less secure than one with (no contention on that part). One does not seem to follow from the other.</p>
<p>As for PCI DSS 2.0: Yes, I think their insistence on NAT is a bit silly. I&#8217;ve seen one-to-one static NAT implemented, and that meets the letter of PCI DSS 2.0: And does absolutely nothing for security. When IPv6 becomes more widespread, I expect that we will see DSS evolve again.</p>
<p>One thing that&#8217;s changed from when I wrote this article, though, is: There is NAT in IPv6, now. It&#8217;s called NPT, Network Prefix Translation, and came out of the NAT66 efforts. It takes one /48 and translates it 1:1 to another /48. There are legitimate uses for this, a network with multiple (think on the order of 15) geographically diverse exit points (data centers) being one of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ipv6 addressing &#8211; there is no NAT, and &#8220;renumbering needs work&#8221; by Kevin</title>
		<link>http://yorickdowne.wordpress.com/2010/01/15/ipv6-addressing-renumbering/#comment-827</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 22:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=143#comment-827</guid>
		<description><![CDATA[I disagree with you that NAT is not a security solution. It wasn&#039;t invented for that purpose - true enough. But a firewall that *automatically* blocks incoming traffic is inherently a security solution. As you say, firewall rules of the type:

Internal-LAN to Any on http/https/ping : Allow
Any to Internal-LAN on Any : Deny

Will do the same thing. But those rules must be maintained. And you must *have* a firewall in place. With NAT, you get them automatically, and you have to work hard to poke holes into the firewall. It&#039;s virtually impossible to accidentally expose a whole computer on the Internet. In IPv6, it&#039;s trivial to replace a firewall with a router (&quot;just to test if this is a firewall issue&quot;). For instance, in Linux all it would take is the command &quot;service ip6tables stop&quot; - and then it&#039;s just as trivial to forget to put things back.

With NAT, that&#039;s not going to happen. Without the firewall in place, nothing works, so you leave it untouched.

In fact, the credit-card industry has recognized this. They explicitly require NAT in their PCI security standards (and thus implicitly prohibit using IPv6).

Agreed on all the nightmares NAT causes, though.]]></description>
		<content:encoded><![CDATA[<p>I disagree with you that NAT is not a security solution. It wasn&#8217;t invented for that purpose &#8211; true enough. But a firewall that *automatically* blocks incoming traffic is inherently a security solution. As you say, firewall rules of the type:</p>
<p>Internal-LAN to Any on http/https/ping : Allow<br />
Any to Internal-LAN on Any : Deny</p>
<p>Will do the same thing. But those rules must be maintained. And you must *have* a firewall in place. With NAT, you get them automatically, and you have to work hard to poke holes into the firewall. It&#8217;s virtually impossible to accidentally expose a whole computer on the Internet. In IPv6, it&#8217;s trivial to replace a firewall with a router (&#8220;just to test if this is a firewall issue&#8221;). For instance, in Linux all it would take is the command &#8220;service ip6tables stop&#8221; &#8211; and then it&#8217;s just as trivial to forget to put things back.</p>
<p>With NAT, that&#8217;s not going to happen. Without the firewall in place, nothing works, so you leave it untouched.</p>
<p>In fact, the credit-card industry has recognized this. They explicitly require NAT in their PCI security standards (and thus implicitly prohibit using IPv6).</p>
<p>Agreed on all the nightmares NAT causes, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling pycrypto on Win7-64 by Isaac</title>
		<link>http://yorickdowne.wordpress.com/2010/12/22/compiling-pycrypto-on-win7-64/#comment-826</link>
		<dc:creator><![CDATA[Isaac]]></dc:creator>
		<pubDate>Wed, 08 Aug 2012 04:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=210#comment-826</guid>
		<description><![CDATA[This is what I did for patching (Followed another blog post whose URL I&#039;ve since lost:

if you downloaded the patch.py and diff file in c:\Python27 just run:

python patch-11.01.py vcvars3.diff

finally install using pip (google this and follow directions to download):

pip install pycrypto]]></description>
		<content:encoded><![CDATA[<p>This is what I did for patching (Followed another blog post whose URL I&#8217;ve since lost:</p>
<p>if you downloaded the patch.py and diff file in c:\Python27 just run:</p>
<p>python patch-11.01.py vcvars3.diff</p>
<p>finally install using pip (google this and follow directions to download):</p>
<p>pip install pycrypto</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling pycrypto on Win7-64 by Isaac</title>
		<link>http://yorickdowne.wordpress.com/2010/12/22/compiling-pycrypto-on-win7-64/#comment-825</link>
		<dc:creator><![CDATA[Isaac]]></dc:creator>
		<pubDate>Wed, 08 Aug 2012 04:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=210#comment-825</guid>
		<description><![CDATA[Nevermind, figured it out.]]></description>
		<content:encoded><![CDATA[<p>Nevermind, figured it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling pycrypto on Win7-64 by Isaac</title>
		<link>http://yorickdowne.wordpress.com/2010/12/22/compiling-pycrypto-on-win7-64/#comment-824</link>
		<dc:creator><![CDATA[Isaac]]></dc:creator>
		<pubDate>Wed, 08 Aug 2012 03:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=210#comment-824</guid>
		<description><![CDATA[Can someone please elaborate on the patch process? I tried the process outlined in the main article I don&#039;t know what to do with Cygwin once I install it. I also tried downloading the py file from “https://code.google.com/p/python-patch/” as mentioned in the previous comment but I&#039;m uncertain as to what to do next. A nOOb worthy walkthrough would be appreciated. Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Can someone please elaborate on the patch process? I tried the process outlined in the main article I don&#8217;t know what to do with Cygwin once I install it. I also tried downloading the py file from “https://code.google.com/p/python-patch/” as mentioned in the previous comment but I&#8217;m uncertain as to what to do next. A nOOb worthy walkthrough would be appreciated. Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling pycrypto on Win7-64 by Benjamin Montgomery</title>
		<link>http://yorickdowne.wordpress.com/2010/12/22/compiling-pycrypto-on-win7-64/#comment-823</link>
		<dc:creator><![CDATA[Benjamin Montgomery]]></dc:creator>
		<pubDate>Sun, 22 Jul 2012 19:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=210#comment-823</guid>
		<description><![CDATA[Great post thanks for writing!]]></description>
		<content:encoded><![CDATA[<p>Great post thanks for writing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling pycrypto on Win7-64 by avraham</title>
		<link>http://yorickdowne.wordpress.com/2010/12/22/compiling-pycrypto-on-win7-64/#comment-821</link>
		<dc:creator><![CDATA[avraham]]></dc:creator>
		<pubDate>Tue, 10 Jul 2012 02:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=210#comment-821</guid>
		<description><![CDATA[I believe it is worth mentioning the path I took
Installed the prerequisites, (VC++ 2008 SP1 Express and WinSDK)
used &quot;https://code.google.com/p/python-patch/&quot; to patch the diff
and finally &quot;pip install pycrypto&quot;]]></description>
		<content:encoded><![CDATA[<p>I believe it is worth mentioning the path I took<br />
Installed the prerequisites, (VC++ 2008 SP1 Express and WinSDK)<br />
used &#8220;https://code.google.com/p/python-patch/&#8221; to patch the diff<br />
and finally &#8220;pip install pycrypto&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1and1 .htaccess failures by Tony</title>
		<link>http://yorickdowne.wordpress.com/2009/02/11/1and1-htaccess-failures/#comment-820</link>
		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Sat, 30 Jun 2012 18:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=105#comment-820</guid>
		<description><![CDATA[I just wrote some .htaccess files on my 1and1 linux account.  They are being ignored...   Wish these hosting companies would care less about covering their asses and more about letting us get our work done.]]></description>
		<content:encoded><![CDATA[<p>I just wrote some .htaccess files on my 1and1 linux account.  They are being ignored&#8230;   Wish these hosting companies would care less about covering their asses and more about letting us get our work done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recovering from BIOS failure on Gigabyte GA-EP45-UD3P by ahmed</title>
		<link>http://yorickdowne.wordpress.com/2009/02/11/recovering-from-bios-failure-on-gigabyte-ga-ep45-ud3p/#comment-819</link>
		<dc:creator><![CDATA[ahmed]]></dc:creator>
		<pubDate>Tue, 26 Jun 2012 09:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://yorickdowne.wordpress.com/?p=103#comment-819</guid>
		<description><![CDATA[I have the same problem but it fixed by removing one of the two RAMs]]></description>
		<content:encoded><![CDATA[<p>I have the same problem but it fixed by removing one of the two RAMs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
