<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2% of my Brain &#187; Netscreen</title>
	<atom:link href="http://www.ten-berg.nl/category/netscreen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ten-berg.nl</link>
	<description></description>
	<lastBuildDate>Mon, 11 Apr 2011 05:45:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Netscreen IPv6 Configuration</title>
		<link>http://www.ten-berg.nl/2007/04/24/netscreen-ipv6-tunnel-howto/</link>
		<comments>http://www.ten-berg.nl/2007/04/24/netscreen-ipv6-tunnel-howto/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 12:00:20 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[Netscreen]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.ten-berg.nl/2007/04/24/netscreen-ipv6-tunnel-howto/</guid>
		<description><![CDATA[IPv6 is possible on a Netscreen device. JTAC only gives support on the bigger models ( I used an 5gt-wireless to setup a tunnel) Be advised that the IPv6 part of the webinterface is buggy. I build the tunnel between an Juniper M7i and a Netscreen 5gt-wirelessYou only will find the config to configure your [...]]]></description>
			<content:encoded><![CDATA[<p>IPv6 is possible on a Netscreen device. JTAC only gives support on the bigger models ( I used an 5gt-wireless to setup a tunnel)</p>
<p>Be advised that the IPv6 part of the webinterface is buggy. </p>
<p>I build the tunnel between an Juniper M7i and a Netscreen 5gt-wireless<br />You only will find the config to configure your Netscreen device in this document.</p>
<p>First step to do is to enable ipv6 in the device. You have to do this on the commandline (serialconsole/telnet/ssh).</p>
<p>Config needs to be done on the command line of your netscreen device<br />
<hr width="100%" size="2" />set envar ipv6=yes<br />
<hr width="100%" size="2" />
<p>Save your config and reset the device. </p>
<p>Some Background info:</p>
<ul>
<li>Trust interface 10.10.10.1 &#8211; Trust</li>
<li>Untrust interface &#8211; Untrust</li>
<li>IPv6 broker (choose any you like. <a href="http://www.sixxs.net">SixXs</a> is preffered) &#8211; 213.204.x.x</li>
<li>IPv6 subnet &#8211; 2001:960:2000::/48</li>
</ul>
<p>First configure the Trust interface:<br />
<hr width="100%" size="2" />set interface &quot;Trust&quot; ipv6 mode &quot;router&quot;<br />set interface &quot;Trust&quot; ipv6 ip 2001:960:2000::2/48<br />set interface &quot;Trust&quot; ipv6 enable<br />unset interface Trust ipv6 ra link-address<br />set interface Trust ipv6 ra transmit<br />set interface Trust ipv6 nd nud<br />
<hr width="100%" size="2" />The trust interface is configured with the IPv6 subnet, also auto configuration of other devices behind the trust interface should be working.</p>
<p>Time to configure the tunnel:<br />
<hr width="100%" size="2" />set interface &quot;tunnel.6&quot; zone &quot;Untrust&quot;<br />set interface tunnel.6 ip unnumbered interface Untrust <br />set interface &quot;tunnel.6&quot; ipv6 mode &quot;host&quot;<br />set interface &quot;tunnel.6&quot; ipv6 enable<br />set interface tunnel.6 tunnel encap ip6in4 manual<br />set interface tunnel.6 tunnel local-if bgroup2 dst-ip 213.204.x.x <br />
<hr width="100%" size="2" />
<p>Next step is to setup a static route towards the far end side:<br />
<hr width="100%" size="2" /> set route ::/0 interface tunnel.6 gateway :: preference 20<br />
<hr width="100%" size="2" />
<p>Now we need a policy to allow traffic in/out: <br />
<hr width="100%" size="2" /> set policy id 77 from &quot;Trust&quot; to &quot;Untrust&quot;  &quot;Any-IPv6&quot; &quot;Any-IPv6&quot; &quot;ANY&quot; permit log<br /> set policy id 77<br />set policy id 78 from &quot;Untrust&quot; to &quot;Trust&quot;&nbsp; &quot;Any-IPv6&quot; &quot;Any-IPv6&quot; &quot;ANY&quot; permit log <br />set policy id 78<br />
<hr width="100%" size="2" />
<p>Use these policy&#8217;s at your own risk. Your IPv6 network is now fully open. You need to configure strict policy&#8217;s to keep your network safe.</p>
<p>NOTE: Do not ask me questions how to configure your clients behind a netscreen. <a href="http://www.google.com">Google</a> is your friend.<br />I&#8217;m not a tunnel-broker so stop bugging me with questions to get an IPv6 Tunnel !!!!</p>
<p><span id="more-135"></span><!--more--></p>
<p><!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ten-berg.nl/2007/04/24/netscreen-ipv6-tunnel-howto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

