Networking Forums

Networking Forums > Computer Networking > Linux Networking > 6to4 router vs 6to4 relay router

Reply
Thread Tools Display Modes

6to4 router vs 6to4 relay router

 
 
lancer6238@yahoo.com
Guest
Posts: n/a

 
      12-23-2008, 07:15 AM
Hi,

I'm a bit confused about the difference between a 6to4 router and a
6to4 relay router.

I understand that a 6to4 routers are used between 6to4 sites, while
6to4 relay routers are used between native IPv6 sites and 6to4 sites.
However, what exactly is a 6to4 site and a native IPv6 site? Don't
both type of routers forward IPv6 packets over IPv4 networks, which
means both routers work in a IPv6 network? Or does the difference only
lies in the IP addresses used, i.e. 6to4 routers accept only 6to4
source and destination addresses (2002::/16 prefixes) and 6to4 relay
routers accept only 6to4 source/native IPv6 dest (2001::/16 prefixes)
addresses and native IPv6 source/6to4 dest addresses? If that's the
case, why have the distinction? Why not just use 6to4 routers?

Also, looking at the diagram in
http://www.ipv6tf.org/index.php?page...nectivity/6to4
what is a IPv6 island? Is it a private IPv6 network setup by say,
organizations and schools?

Thank you.

Regards,
Rayne
 
Reply With Quote
 
 
 
 
Mrichael John Ruff
Guest
Posts: n/a

 
      12-23-2008, 08:52 AM
(E-Mail Removed) wrote:
> Hi,
>
> I'm a bit confused about the difference between a 6to4 router and a
> 6to4 relay router.
>
> I understand that a 6to4 routers are used between 6to4 sites, while
> 6to4 relay routers are used between native IPv6 sites and 6to4 sites.
> However, what exactly is a 6to4 site and a native IPv6 site? Don't
> both type of routers forward IPv6 packets over IPv4 networks, which
> means both routers work in a IPv6 network? Or does the difference only
> lies in the IP addresses used, i.e. 6to4 routers accept only 6to4
> source and destination addresses (2002::/16 prefixes) and 6to4 relay
> routers accept only 6to4 source/native IPv6 dest (2001::/16 prefixes)
> addresses and native IPv6 source/6to4 dest addresses? If that's the
> case, why have the distinction? Why not just use 6to4 routers?
>
> Also, looking at the diagram in
> http://www.ipv6tf.org/index.php?page...nectivity/6to4
> what is a IPv6 island? Is it a private IPv6 network setup by say,
> organizations and schools?
>
> Thank you.
>
> Regards,
> Rayne

Hi Rayne

Islands / Clouds are Private networks not directly attached to the
internet i.e. the network inside of a company for example.

From some research there is not so much difference between the two
types of routers, relay routers take the full IPv6 address and route
that across the Internet or IPv4 network, where as routers will only
deal with the /16 addresses.

An IPv6 to 4 network is where all machines on that network follow 6to4
rules and cannot have addresses outside of /16.

Regards Mike
 
Reply With Quote
 
lancer6238@yahoo.com
Guest
Posts: n/a

 
      12-25-2008, 05:10 AM
So why set up a 6to4 site over a native IPv6 site? Do I get the 6to4
2002::/16 prefix because my ISP doesn't support IPv6 yet and so I'm
unable to get a 2001::/16 prefix (which I understand would make my
site part of a native IPv6 site). So the only way I can communicate
with other IPv6 sites is using the 6to4 scheme over the IPv4 network.
 
Reply With Quote
 
Allen Kistler
Guest
Posts: n/a

 
      01-01-2009, 11:06 AM
(E-Mail Removed) wrote:
> I'm a bit confused about the difference between a 6to4 router and a
> 6to4 relay router.
>
> I understand that a 6to4 routers are used between 6to4 sites, while
> 6to4 relay routers are used between native IPv6 sites and 6to4 sites.
> However, what exactly is a 6to4 site and a native IPv6 site? Don't
> both type of routers forward IPv6 packets over IPv4 networks, which
> means both routers work in a IPv6 network? Or does the difference only
> lies in the IP addresses used, i.e. 6to4 routers accept only 6to4
> source and destination addresses (2002::/16 prefixes) and 6to4 relay
> routers accept only 6to4 source/native IPv6 dest (2001::/16 prefixes)
> addresses and native IPv6 source/6to4 dest addresses? If that's the
> case, why have the distinction? Why not just use 6to4 routers?
>
> Also, looking at the diagram in
> http://www.ipv6tf.org/index.php?page...nectivity/6to4
> what is a IPv6 island? Is it a private IPv6 network setup by say,
> organizations and schools?



An IPv6 "island" is an IPv6 network adrift in an IPv4 "sea." To talk to
other "islands" or the IPv6 Internet, somehow IPv6 traffic needs to be
tunneled through the IPv4 network. 6to4 is one of those ways to tunnel.

BTW, all of 2000::/3 is the global unicast range, not just 2001::/16.
For example, www.ipv6tf.org you mention has IPv6 address
2a01:48:1:0:2e0:81ff:fe05:4658. (Although it doesn't seem to answer.
Maybe someone fat-fingered the DNS entry?)

A 6to4 router encapsulates/decapsulates IPv6-in-IPv4 traffic between an
IPv6 site (without IPv6 native connectivity) and the IPv4 Internet for
transport to/from another IPv6 router (hence another IPv6 site without
native connectivity) or, more likely, an IPv6 relay router (for
transport to native IPv6 sites). The IPv4 side has a public IP address
from the site's assigned IPv4 range.

An organization could also use 6to4 routers to interconnect IPv6 islands
within its intranet with no concern for connectivity to other
organizations or the IPv6 Internet.

An IPv6 relay router encapsulates/decapsulates IPv6-in-IPv4 traffic
between the IPv6 Internet and the IPv4 Internet. The IPv4 side has the
anycast address 192.88.99.1 (but theoretically any address in
192.88.99.0/24), and the IPv6 side advertises routes to 2002::/16 (i.e.,
6to4 routers on the IPv4 Internet).
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
6to4.ipv6.microsoft.com Fantrace Home Networking 1 02-20-2010 10:06 AM
6TO4 adaptor on Server 2008 AnnetteW Windows Networking 0 11-03-2009 02:51 PM
6to4 - can't ping 192.88.99.1? Arno Schuring Linux Networking 12 06-15-2009 05:21 PM
Strange ipv6 6to4 experience Asfand Yar Qazi Linux Networking 1 12-08-2006 02:46 AM
Redhat 6to4 autoconfiguraton Owen Jacobson Linux Networking 2 01-15-2004 04:24 PM



1 2 3 4 5 6 7 8 9 10 11