6to4 vs ISATAP vs Teredo Adapters





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







3















I understand that all three adapters mentioned in the title are related to transitioning IPv4 to IPv6.



ISATAP: Transmits IPv6 packets between dual-stack nodes on top of an IPv4 network.



Teredo: IPv6 connectivity to IPv4 hosts.



On my windows machine, ipconfig /all returns multiple ISATAP adapters, one 6to4 adapter, one Teredo Tunneling Pseudo-Interface and two Tunnel adapter Reusable ISATAP Interface.



How are these different or related to provide IPv6 functionality to a host on a IPv4 network?
Wikipedia and other sites seem convoluted in their explanation for these terms. A simple language explanation would be appreciated.










share|improve this question























  • Exactly what are you looking for? Do you want to deploy IPv6 at home, or do you just want to know what's going on?

    – Michael Hampton
    Feb 23 '13 at 19:08











  • @Michael Just for completeness of knowledge and clarity of concept.

    – Karan
    Feb 23 '13 at 19:30




















3















I understand that all three adapters mentioned in the title are related to transitioning IPv4 to IPv6.



ISATAP: Transmits IPv6 packets between dual-stack nodes on top of an IPv4 network.



Teredo: IPv6 connectivity to IPv4 hosts.



On my windows machine, ipconfig /all returns multiple ISATAP adapters, one 6to4 adapter, one Teredo Tunneling Pseudo-Interface and two Tunnel adapter Reusable ISATAP Interface.



How are these different or related to provide IPv6 functionality to a host on a IPv4 network?
Wikipedia and other sites seem convoluted in their explanation for these terms. A simple language explanation would be appreciated.










share|improve this question























  • Exactly what are you looking for? Do you want to deploy IPv6 at home, or do you just want to know what's going on?

    – Michael Hampton
    Feb 23 '13 at 19:08











  • @Michael Just for completeness of knowledge and clarity of concept.

    – Karan
    Feb 23 '13 at 19:30
















3












3








3


3






I understand that all three adapters mentioned in the title are related to transitioning IPv4 to IPv6.



ISATAP: Transmits IPv6 packets between dual-stack nodes on top of an IPv4 network.



Teredo: IPv6 connectivity to IPv4 hosts.



On my windows machine, ipconfig /all returns multiple ISATAP adapters, one 6to4 adapter, one Teredo Tunneling Pseudo-Interface and two Tunnel adapter Reusable ISATAP Interface.



How are these different or related to provide IPv6 functionality to a host on a IPv4 network?
Wikipedia and other sites seem convoluted in their explanation for these terms. A simple language explanation would be appreciated.










share|improve this question














I understand that all three adapters mentioned in the title are related to transitioning IPv4 to IPv6.



ISATAP: Transmits IPv6 packets between dual-stack nodes on top of an IPv4 network.



Teredo: IPv6 connectivity to IPv4 hosts.



On my windows machine, ipconfig /all returns multiple ISATAP adapters, one 6to4 adapter, one Teredo Tunneling Pseudo-Interface and two Tunnel adapter Reusable ISATAP Interface.



How are these different or related to provide IPv6 functionality to a host on a IPv4 network?
Wikipedia and other sites seem convoluted in their explanation for these terms. A simple language explanation would be appreciated.







network-adapter ipv6 ipv4






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 23 '13 at 17:28









KaranKaran

140236




140236













  • Exactly what are you looking for? Do you want to deploy IPv6 at home, or do you just want to know what's going on?

    – Michael Hampton
    Feb 23 '13 at 19:08











  • @Michael Just for completeness of knowledge and clarity of concept.

    – Karan
    Feb 23 '13 at 19:30





















  • Exactly what are you looking for? Do you want to deploy IPv6 at home, or do you just want to know what's going on?

    – Michael Hampton
    Feb 23 '13 at 19:08











  • @Michael Just for completeness of knowledge and clarity of concept.

    – Karan
    Feb 23 '13 at 19:30



















Exactly what are you looking for? Do you want to deploy IPv6 at home, or do you just want to know what's going on?

– Michael Hampton
Feb 23 '13 at 19:08





Exactly what are you looking for? Do you want to deploy IPv6 at home, or do you just want to know what's going on?

– Michael Hampton
Feb 23 '13 at 19:08













@Michael Just for completeness of knowledge and clarity of concept.

– Karan
Feb 23 '13 at 19:30







@Michael Just for completeness of knowledge and clarity of concept.

– Karan
Feb 23 '13 at 19:30












1 Answer
1






active

oldest

votes


















5














6to4 is a mechanism where a router with a public IPv4 address can be an IPv6 gateway/provider for a whole set of LANs. The IPv6 prefix starts with 2002: followed by the 32 bits of the public IPv4 address. This gives a /48 prefix which can be used to provide 65536 LANs with a /64 each. The problem is that to reach the normal IPv6 internet the 6to4 router needs to use public 6to4 relays, and these relays are not always reliable. Add to this that the inbound and outbound traffic use different relays most of the time, and the reliability of 6to4 networks leaves a lot to be desired. These days using 6to4 is strongly discouraged.



Teredo is a built-in mechanism in Windows systems that is used to give a single system behind an IPv4 NAT access to IPv6. Like 6to4 it uses public relays. Teredo combines this with a setup protocol using Teredo servers (by default those hosted by Microsoft) to detect and break through the IPv4 NAT. It is not very reliable, but Teredo is only used when explicitly connecting to an IPv6 address and not when connecting to a hostname and looking up the addresses in DNS. This happens for example when using BitTorrent, and there the lesser reliability doesn't matter a lot.



ISATAP is a managed technology for providing IPv6 on an IPv4 network. It emulates IPv6 connectivity on the IPv4 infrastructure. IPv6 Router Discovery usually uses multicast. This isn't possible on an infrastructure based on IPv6-over-IPv4 tunnels, so ISATAP solves that in a different way. An ISATAP router is provided on the network and its IPv4 address is made known to the ISATAP hosts (usually using the hostname isatap. in DNS). The ISATAP hosts then can use that address to set up their IPv6 connectivity.



In all cases it is better to get native IPv6 on your networks. Preferably through your ISP, and otherwise through a tunnelbroker like tunnelbroker.net or sixxs.net.






share|improve this answer





















  • 1





    @Michael Oops :-) Fixed!

    – Sander Steffann
    Feb 26 '13 at 15:20











  • Just a note that sixxs.net no longer operates as a tunnel broker; their free service was discontinued on 2016-06-06

    – Martin
    Feb 11 at 4:57














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f556330%2f6to4-vs-isatap-vs-teredo-adapters%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














6to4 is a mechanism where a router with a public IPv4 address can be an IPv6 gateway/provider for a whole set of LANs. The IPv6 prefix starts with 2002: followed by the 32 bits of the public IPv4 address. This gives a /48 prefix which can be used to provide 65536 LANs with a /64 each. The problem is that to reach the normal IPv6 internet the 6to4 router needs to use public 6to4 relays, and these relays are not always reliable. Add to this that the inbound and outbound traffic use different relays most of the time, and the reliability of 6to4 networks leaves a lot to be desired. These days using 6to4 is strongly discouraged.



Teredo is a built-in mechanism in Windows systems that is used to give a single system behind an IPv4 NAT access to IPv6. Like 6to4 it uses public relays. Teredo combines this with a setup protocol using Teredo servers (by default those hosted by Microsoft) to detect and break through the IPv4 NAT. It is not very reliable, but Teredo is only used when explicitly connecting to an IPv6 address and not when connecting to a hostname and looking up the addresses in DNS. This happens for example when using BitTorrent, and there the lesser reliability doesn't matter a lot.



ISATAP is a managed technology for providing IPv6 on an IPv4 network. It emulates IPv6 connectivity on the IPv4 infrastructure. IPv6 Router Discovery usually uses multicast. This isn't possible on an infrastructure based on IPv6-over-IPv4 tunnels, so ISATAP solves that in a different way. An ISATAP router is provided on the network and its IPv4 address is made known to the ISATAP hosts (usually using the hostname isatap. in DNS). The ISATAP hosts then can use that address to set up their IPv6 connectivity.



In all cases it is better to get native IPv6 on your networks. Preferably through your ISP, and otherwise through a tunnelbroker like tunnelbroker.net or sixxs.net.






share|improve this answer





















  • 1





    @Michael Oops :-) Fixed!

    – Sander Steffann
    Feb 26 '13 at 15:20











  • Just a note that sixxs.net no longer operates as a tunnel broker; their free service was discontinued on 2016-06-06

    – Martin
    Feb 11 at 4:57


















5














6to4 is a mechanism where a router with a public IPv4 address can be an IPv6 gateway/provider for a whole set of LANs. The IPv6 prefix starts with 2002: followed by the 32 bits of the public IPv4 address. This gives a /48 prefix which can be used to provide 65536 LANs with a /64 each. The problem is that to reach the normal IPv6 internet the 6to4 router needs to use public 6to4 relays, and these relays are not always reliable. Add to this that the inbound and outbound traffic use different relays most of the time, and the reliability of 6to4 networks leaves a lot to be desired. These days using 6to4 is strongly discouraged.



Teredo is a built-in mechanism in Windows systems that is used to give a single system behind an IPv4 NAT access to IPv6. Like 6to4 it uses public relays. Teredo combines this with a setup protocol using Teredo servers (by default those hosted by Microsoft) to detect and break through the IPv4 NAT. It is not very reliable, but Teredo is only used when explicitly connecting to an IPv6 address and not when connecting to a hostname and looking up the addresses in DNS. This happens for example when using BitTorrent, and there the lesser reliability doesn't matter a lot.



ISATAP is a managed technology for providing IPv6 on an IPv4 network. It emulates IPv6 connectivity on the IPv4 infrastructure. IPv6 Router Discovery usually uses multicast. This isn't possible on an infrastructure based on IPv6-over-IPv4 tunnels, so ISATAP solves that in a different way. An ISATAP router is provided on the network and its IPv4 address is made known to the ISATAP hosts (usually using the hostname isatap. in DNS). The ISATAP hosts then can use that address to set up their IPv6 connectivity.



In all cases it is better to get native IPv6 on your networks. Preferably through your ISP, and otherwise through a tunnelbroker like tunnelbroker.net or sixxs.net.






share|improve this answer





















  • 1





    @Michael Oops :-) Fixed!

    – Sander Steffann
    Feb 26 '13 at 15:20











  • Just a note that sixxs.net no longer operates as a tunnel broker; their free service was discontinued on 2016-06-06

    – Martin
    Feb 11 at 4:57
















5












5








5







6to4 is a mechanism where a router with a public IPv4 address can be an IPv6 gateway/provider for a whole set of LANs. The IPv6 prefix starts with 2002: followed by the 32 bits of the public IPv4 address. This gives a /48 prefix which can be used to provide 65536 LANs with a /64 each. The problem is that to reach the normal IPv6 internet the 6to4 router needs to use public 6to4 relays, and these relays are not always reliable. Add to this that the inbound and outbound traffic use different relays most of the time, and the reliability of 6to4 networks leaves a lot to be desired. These days using 6to4 is strongly discouraged.



Teredo is a built-in mechanism in Windows systems that is used to give a single system behind an IPv4 NAT access to IPv6. Like 6to4 it uses public relays. Teredo combines this with a setup protocol using Teredo servers (by default those hosted by Microsoft) to detect and break through the IPv4 NAT. It is not very reliable, but Teredo is only used when explicitly connecting to an IPv6 address and not when connecting to a hostname and looking up the addresses in DNS. This happens for example when using BitTorrent, and there the lesser reliability doesn't matter a lot.



ISATAP is a managed technology for providing IPv6 on an IPv4 network. It emulates IPv6 connectivity on the IPv4 infrastructure. IPv6 Router Discovery usually uses multicast. This isn't possible on an infrastructure based on IPv6-over-IPv4 tunnels, so ISATAP solves that in a different way. An ISATAP router is provided on the network and its IPv4 address is made known to the ISATAP hosts (usually using the hostname isatap. in DNS). The ISATAP hosts then can use that address to set up their IPv6 connectivity.



In all cases it is better to get native IPv6 on your networks. Preferably through your ISP, and otherwise through a tunnelbroker like tunnelbroker.net or sixxs.net.






share|improve this answer















6to4 is a mechanism where a router with a public IPv4 address can be an IPv6 gateway/provider for a whole set of LANs. The IPv6 prefix starts with 2002: followed by the 32 bits of the public IPv4 address. This gives a /48 prefix which can be used to provide 65536 LANs with a /64 each. The problem is that to reach the normal IPv6 internet the 6to4 router needs to use public 6to4 relays, and these relays are not always reliable. Add to this that the inbound and outbound traffic use different relays most of the time, and the reliability of 6to4 networks leaves a lot to be desired. These days using 6to4 is strongly discouraged.



Teredo is a built-in mechanism in Windows systems that is used to give a single system behind an IPv4 NAT access to IPv6. Like 6to4 it uses public relays. Teredo combines this with a setup protocol using Teredo servers (by default those hosted by Microsoft) to detect and break through the IPv4 NAT. It is not very reliable, but Teredo is only used when explicitly connecting to an IPv6 address and not when connecting to a hostname and looking up the addresses in DNS. This happens for example when using BitTorrent, and there the lesser reliability doesn't matter a lot.



ISATAP is a managed technology for providing IPv6 on an IPv4 network. It emulates IPv6 connectivity on the IPv4 infrastructure. IPv6 Router Discovery usually uses multicast. This isn't possible on an infrastructure based on IPv6-over-IPv4 tunnels, so ISATAP solves that in a different way. An ISATAP router is provided on the network and its IPv4 address is made known to the ISATAP hosts (usually using the hostname isatap. in DNS). The ISATAP hosts then can use that address to set up their IPv6 connectivity.



In all cases it is better to get native IPv6 on your networks. Preferably through your ISP, and otherwise through a tunnelbroker like tunnelbroker.net or sixxs.net.







share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 26 '13 at 15:20

























answered Feb 24 '13 at 10:31









Sander SteffannSander Steffann

4,014817




4,014817








  • 1





    @Michael Oops :-) Fixed!

    – Sander Steffann
    Feb 26 '13 at 15:20











  • Just a note that sixxs.net no longer operates as a tunnel broker; their free service was discontinued on 2016-06-06

    – Martin
    Feb 11 at 4:57
















  • 1





    @Michael Oops :-) Fixed!

    – Sander Steffann
    Feb 26 '13 at 15:20











  • Just a note that sixxs.net no longer operates as a tunnel broker; their free service was discontinued on 2016-06-06

    – Martin
    Feb 11 at 4:57










1




1





@Michael Oops :-) Fixed!

– Sander Steffann
Feb 26 '13 at 15:20





@Michael Oops :-) Fixed!

– Sander Steffann
Feb 26 '13 at 15:20













Just a note that sixxs.net no longer operates as a tunnel broker; their free service was discontinued on 2016-06-06

– Martin
Feb 11 at 4:57







Just a note that sixxs.net no longer operates as a tunnel broker; their free service was discontinued on 2016-06-06

– Martin
Feb 11 at 4:57




















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f556330%2f6to4-vs-isatap-vs-teredo-adapters%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Terni

A new problem with tex4ht and tikz

Sun Ra