<?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: Quick and Easy IPv6 for Debian</title>
	<atom:link href="http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/feed" rel="self" type="application/rss+xml" />
	<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian</link>
	<description>Viewpoints on technology, society, and government</description>
	<lastBuildDate>Fri, 19 Mar 2010 21:56:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: volter</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-923</link>
		<dc:creator>volter</dc:creator>
		<pubDate>Tue, 27 Jun 2006 05:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-923</guid>
		<description>Help about create a lab ipv6 networking...please
    I am just a newer to study Linux for IPV6,and I have referenced Ipv6+linux&#039;s howto
and i got a similiar problem when i tried to form an experimental ipv6 web,could you help me?
    And my problem is as follow:
    there are two ipv6 websites isolated by one ipv4 web ,and i want to enable both ends ipb6 web can visit each other,and the whole web is simulated by five pc ,each with two network cards, the physical topological struct is formed as : 
A[eth0,eth1]--B[eth0,eth1]--C[eth0,eth1]--D[eth0,eth1]--E[eth0,eth1]
A:
 eth0:Not used at present
 eth1:202.192.1.1    2002:cac0:0102:1::3/64
B: 
 eth0:202.192.1.2    2002:cac0:0102:1::2/64
 eth1:202.192.2.2    ----tun6to4 2002:cac0:0102:1::1/64
C:
 eth0:202.192.2.3
 eth1:202.192.3.3
D:
 eth0:202.192.3.4    ----tun6to4 2002:cac0:0404:1::1/64
 eth1:202.192.4.4    2002:cac0:0404:1::2/64
E:
 eth0:202.192.4.5    2002:cac0:0404:1::3/64
 eth1:Not used at present
and i have configed the web to make all the nodes can connect with each other as ipv4 network first, then i created a tunnel between B:eth0 and D:eth1,I wanted to ues them as tunnel server,my operating system is redhat 9.0,and my operration is as following:
B:eth0
&gt;ip tunnel add tun6to4 mode sit ttl 254 remote 202.192.4.4 local 202.192.1.2
&gt;ip link set dev tun6to4 up
&gt;ip addr add 2002:cac0:0102:1::1/16 dev tun6to4
&gt;ip route add 2002::/16 dev tun6to4

D:eth1
&gt;ip tunnel add tun6to4 mode sit ttl 254 remote 202.192.1.2 local 202.192.4.4
&gt;ip link set dev tun6to4 up
&gt;ip addr add 2002:cac0:0404:1::1/16 dev tun6to4
&gt;ip route add 2002::/16 dev tun6to4

and these two ends can connect smoothly with each other with ipv6 address

then, i created bidirectional tunnels between A:eth1 and B:eth0 ,between D:eth! and E:eth0 and each created tunnel&#039;s end can connect with the other, but i A could not visit D and E,E could not visit A and B, and i have been at a loss at this focus, please help me,Thanks!</description>
		<content:encoded><![CDATA[<p>Help about create a lab ipv6 networking&#8230;please<br />
    I am just a newer to study Linux for IPV6,and I have referenced Ipv6+linux&#8217;s howto<br />
and i got a similiar problem when i tried to form an experimental ipv6 web,could you help me?<br />
    And my problem is as follow:<br />
    there are two ipv6 websites isolated by one ipv4 web ,and i want to enable both ends ipb6 web can visit each other,and the whole web is simulated by five pc ,each with two network cards, the physical topological struct is formed as :<br />
A[eth0,eth1]&#8211;B[eth0,eth1]&#8211;C[eth0,eth1]&#8211;D[eth0,eth1]&#8211;E[eth0,eth1]<br />
A:<br />
 eth0:Not used at present<br />
 eth1:202.192.1.1    2002:cac0:0102:1::3/64<br />
B:<br />
 eth0:202.192.1.2    2002:cac0:0102:1::2/64<br />
 eth1:202.192.2.2    &#8212;-tun6to4 2002:cac0:0102:1::1/64<br />
C:<br />
 eth0:202.192.2.3<br />
 eth1:202.192.3.3<br />
D:<br />
 eth0:202.192.3.4    &#8212;-tun6to4 2002:cac0:0404:1::1/64<br />
 eth1:202.192.4.4    2002:cac0:0404:1::2/64<br />
E:<br />
 eth0:202.192.4.5    2002:cac0:0404:1::3/64<br />
 eth1:Not used at present<br />
and i have configed the web to make all the nodes can connect with each other as ipv4 network first, then i created a tunnel between B:eth0 and D:eth1,I wanted to ues them as tunnel server,my operating system is redhat 9.0,and my operration is as following:<br />
B:eth0<br />
>ip tunnel add tun6to4 mode sit ttl 254 remote 202.192.4.4 local 202.192.1.2<br />
>ip link set dev tun6to4 up<br />
>ip addr add 2002:cac0:0102:1::1/16 dev tun6to4<br />
>ip route add 2002::/16 dev tun6to4</p>
<p>D:eth1<br />
>ip tunnel add tun6to4 mode sit ttl 254 remote 202.192.1.2 local 202.192.4.4<br />
>ip link set dev tun6to4 up<br />
>ip addr add 2002:cac0:0404:1::1/16 dev tun6to4<br />
>ip route add 2002::/16 dev tun6to4</p>
<p>and these two ends can connect smoothly with each other with ipv6 address</p>
<p>then, i created bidirectional tunnels between A:eth1 and B:eth0 ,between D:eth! and E:eth0 and each created tunnel&#8217;s end can connect with the other, but i A could not visit D and E,E could not visit A and B, and i have been at a loss at this focus, please help me,Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoerzen</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-742</link>
		<dc:creator>jgoerzen</dc:creator>
		<pubDate>Wed, 01 Mar 2006 21:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-742</guid>
		<description>You&#039;ll need to create it yourself.  I believe there is a manpage for that.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll need to create it yourself.  I believe there is a manpage for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarrar</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-741</link>
		<dc:creator>Zarrar</dc:creator>
		<pubDate>Wed, 01 Mar 2006 21:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-741</guid>
		<description>I installed radvd using apt-get  install radvd on my debian machine but the /etc/radvd.conf is missing.
Am i supposed to create it myself or it is created automatically durign radvd package installation?
please help</description>
		<content:encoded><![CDATA[<p>I installed radvd using apt-get  install radvd on my debian machine but the /etc/radvd.conf is missing.<br />
Am i supposed to create it myself or it is created automatically durign radvd package installation?<br />
please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-691</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 23 Jan 2006 20:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-691</guid>
		<description>How can I configure my eth0 to work with ipv6 when using dhcp? </description>
		<content:encoded><![CDATA[<p>How can I configure my eth0 to work with ipv6 when using dhcp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-592</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Wed, 16 Nov 2005 14:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-592</guid>
		<description>endpoint any means it will go to any ipv4 address (think default gateway for ipv4 or routed to 0.0.0.0/0</description>
		<content:encoded><![CDATA[<p>endpoint any means it will go to any ipv4 address (think default gateway for ipv4 or routed to 0.0.0.0/0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Neto</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-450</link>
		<dc:creator>Pedro Neto</dc:creator>
		<pubDate>Fri, 02 Sep 2005 21:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-450</guid>
		<description>Very cool, but I have some questions:

Why that number &#039;2&#039; at the end of the generated IPv6? Could be another number?

Why ttl is configured to &#039;64&#039;? any especial motivation?

What means &quot;endpoint any&quot;?
 
thanks</description>
		<content:encoded><![CDATA[<p>Very cool, but I have some questions:</p>
<p>Why that number &#8216;2&#8242; at the end of the generated IPv6? Could be another number?</p>
<p>Why ttl is configured to &#8216;64&#8242;? any especial motivation?</p>
<p>What means &#8220;endpoint any&#8221;?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoerzen</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-313</link>
		<dc:creator>jgoerzen</dc:creator>
		<pubDate>Sat, 04 Jun 2005 15:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-313</guid>
		<description>That is the anycast IP address that results in the nearest IPv4-to-IPv6 gateway.</description>
		<content:encoded><![CDATA[<p>That is the anycast IP address that results in the nearest IPv4-to-IPv6 gateway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnonymousCoward</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-312</link>
		<dc:creator>AnonymousCoward</dc:creator>
		<pubDate>Sat, 04 Jun 2005 14:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-312</guid>
		<description>what is this 192.88.99.1 address?</description>
		<content:encoded><![CDATA[<p>what is this 192.88.99.1 address?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoerzen</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-266</link>
		<dc:creator>jgoerzen</dc:creator>
		<pubDate>Thu, 05 May 2005 20:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-266</guid>
		<description>You&#039;re right, it should be a public IP address...  I didn&#039;t want to use a real public IP address for this example.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, it should be a public IP address&#8230;  I didn&#8217;t want to use a real public IP address for this example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sigitas</title>
		<link>http://changelog.complete.org/archives/61-quick-and-easy-ipv6-for-debian/comment-page-1#comment-265</link>
		<dc:creator>Sigitas</dc:creator>
		<pubDate>Thu, 05 May 2005 13:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/61-quick-and-easy-ipv6-for-debian.html#comment-265</guid>
		<description>&gt; /etc/network/interfaces
&gt; [skip]
&gt; local 10.20.30.40
&gt; [skip]
&gt; The local line contains your local IP address.

well.. but 10.20.30.40 is used as an external ip address in this example (although 10.*.*.* address space is reserved for internal networks). So, given all that, I am rather confused what should be entered in that &quot;local&quot; line?</description>
		<content:encoded><![CDATA[<p>> /etc/network/interfaces<br />
> [skip]<br />
> local 10.20.30.40<br />
> [skip]<br />
> The local line contains your local IP address.</p>
<p>well.. but 10.20.30.40 is used as an external ip address in this example (although 10.*.*.* address space is reserved for internal networks). So, given all that, I am rather confused what should be entered in that &#8220;local&#8221; line?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
