<?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"
	>
<channel>
	<title>Comments on: Understanding IPv6 NAT-PT</title>
	<atom:link href="http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/</link>
	<description>Helping you become a Cisco Certified Internetwork Expert</description>
	<pubDate>Fri, 25 Jul 2008 11:21:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Patrick NDA, CCNP</title>
		<link>http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-4361</link>
		<dc:creator>Patrick NDA, CCNP</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-4361</guid>
		<description>To : Petr Lapukhov

Thanks. I've done some practices based on your example. It's all fine. I have a better understanding of NAT-PT now.

BR</description>
		<content:encoded><![CDATA[<p>To : Petr Lapukhov</p>
<p>Thanks. I&#8217;ve done some practices based on your example. It&#8217;s all fine. I have a better understanding of NAT-PT now.</p>
<p>BR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petr Lapukhov, CCIE #16379</title>
		<link>http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-4325</link>
		<dc:creator>Petr Lapukhov, CCIE #16379</dc:creator>
		<pubDate>Tue, 15 Jul 2008 13:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-4325</guid>
		<description>&lt;i&gt;To: Patrick NDA, CCNP&lt;/b&gt;

If you look at the list closely, you would see that the source is actually "any" and 2000::/96 (the NAT prefix) is the destinaiton. Therefore the access-list matches any IPv6 traffic destined to IPv6 NAT prefix.</description>
		<content:encoded><![CDATA[<p><i>To: Patrick NDA, CCNP</p>
<p>If you look at the list closely, you would see that the source is actually &#8220;any&#8221; and 2000::/96 (the NAT prefix) is the destinaiton. Therefore the access-list matches any IPv6 traffic destined to IPv6 NAT prefix.</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick NDA, CCNP</title>
		<link>http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-4324</link>
		<dc:creator>Patrick NDA, CCNP</dc:creator>
		<pubDate>Tue, 15 Jul 2008 12:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-4324</guid>
		<description>to : Petr Lapukhov

Within your example you used, your IPV6 access-list macthed the IPV6 nat prefix in stead of matching the source address of incoming packets. Is this correct or just a mistyped command ?

Regards</description>
		<content:encoded><![CDATA[<p>to : Petr Lapukhov</p>
<p>Within your example you used, your IPV6 access-list macthed the IPV6 nat prefix in stead of matching the source address of incoming packets. Is this correct or just a mistyped command ?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petr Lapukhov, CCIE #16379</title>
		<link>http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-1195</link>
		<dc:creator>Petr Lapukhov, CCIE #16379</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-1195</guid>
		<description>&lt;i&gt;to: Ian Perrett	&lt;/i&gt;

Well they invented IPv6 just so that you won't need to do any NAT ;) 

Actually, even NAT-PT is considered as a historic transition mechanism, because of it's poor scalability and application layer issues.

If you want access restrictions use IPv6 firewalls, and if you use site-local IPv6 addressing either deploy a global IPv6 addressing or use application level proxies.. 

Remember, NAT is a hack, and you'd better avoid it at any cost :)</description>
		<content:encoded><![CDATA[<p><i>to: Ian Perrett	</i></p>
<p>Well they invented IPv6 just so that you won&#8217;t need to do any NAT <img src='http://blog.internetworkexpert.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Actually, even NAT-PT is considered as a historic transition mechanism, because of it&#8217;s poor scalability and application layer issues.</p>
<p>If you want access restrictions use IPv6 firewalls, and if you use site-local IPv6 addressing either deploy a global IPv6 addressing or use application level proxies.. </p>
<p>Remember, NAT is a hack, and you&#8217;d better avoid it at any cost <img src='http://blog.internetworkexpert.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Perrett</title>
		<link>http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-1121</link>
		<dc:creator>Ian Perrett</dc:creator>
		<pubDate>Mon, 21 Apr 2008 11:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-1121</guid>
		<description>Hello,

Thanks for this, I was wondering however if there is any way to do simple IPv6 to IPv6 NAT or PAT?

Currently a lot of businesses use private addressing for the security aspect of it, so the internet cannot directly access their devices - is there any way to do this in IPv6 or do you require the use of firewalls / ACL's?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this, I was wondering however if there is any way to do simple IPv6 to IPv6 NAT or PAT?</p>
<p>Currently a lot of businesses use private addressing for the security aspect of it, so the internet cannot directly access their devices - is there any way to do this in IPv6 or do you require the use of firewalls / ACL&#8217;s?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atif</title>
		<link>http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-1101</link>
		<dc:creator>Atif</dc:creator>
		<pubDate>Fri, 18 Apr 2008 19:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/2008/04/18/understanding-ipv6-nat-pt/#comment-1101</guid>
		<description>Thanks! Nice article!</description>
		<content:encoded><![CDATA[<p>Thanks! Nice article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
