Penguin

Differences between version 21 and predecessor to the previous major change of Teredo.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 21 Last edited on Thursday, December 23, 2004 10:38:02 am by PerryLorier Revert
Older page: version 15 Last edited on Tuesday, December 14, 2004 1:50:32 pm by PerryLorier Revert
@@ -1,29 +1,26 @@
 [Teredo | http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/teredo.mspx] is a method of tunneling [IPv6] packets over [IPv4] that is capable of providing direct connections even in situations where both ends are behind [NAT] gateways. The efficiency of virtual PeerToPeer networks greatly benefits from this capability. 
  
 However, it does require that 
 * there is no FireWall between you and the [Teredo] server 
-* you don't have a realworld [IPv6] address from somewhere else 
+* you don't have a realworld [IPv6] address from somewhere else (this isn't that hard tho -- if you have a real IPv6 address, you don't need teredo!)  
 * you are not behind a ''symmetric [NAT]''. If so, you may be able to employ some other means such as setting up [6to4] on the [NAT] device in order to get an [IPv6] address. 
  
 !!! Implementation notes for clients 
 This discusses the machines behind NAT and if you may have issues with them or not. 
  
 [Linux], [FreeBSD]:: 
  
  You can use [Miredo | http://www.simphalempin.com/dev/miredo/]'s client mode to implement [Teredo] on [Linux] or [FreeBSD], provided your [Kernel] has [IPv6] support. 
-  
- Notes:  
- * [Linux] 2.4 and above use symmetric [NAT] -- if this causes problems, set up [6to4] on your [Linux] box instead.  
  
  <br> 
  
 MicrosoftWindows:: 
  
  <br> You need XP Service Pack 2 or the [Advanced Networking Pack | http://www.microsoft.com/downloads/details.aspx?FamilyId=E88CC382-8CE6-4739-97C0-1A52A6F005E4&displaylang=en]. On a CommandLine, do: 
  
  <pre> 
- ipv6 setup  
+ ipv6 install  
  netsh interface ipv6 set teredo client 
  </pre> 
  
  Note: if you are on a MicrosoftWindows domain you must substitute <tt>client</tt> for <tt>enterpriseclient</tt>. 
@@ -40,11 +37,35 @@
 These are NAT gateways that you might be behind and if they will work or not. 
  
 !!Cone [NAT] (does work with Teredo) 
 * FreeBSD (atl east monowall) 
+* DSE branded DSL modems ([Cat XH1149|http://www.dse.co.nz/cgi-bin/dse.storefront/41bed6000d39027a273fc0a87f9906a6/Product/View/XH1149])  
+* [Microsoft's site|http://www.microsoft.com/windowsxp/p2p/natcompat.mspx] list as being compatible:  
+** Linksys BEFW11S4 v.1  
+** Linksys BEFSR41  
+** Linksys BEFSR1  
+** D-Link DI-713 with Firmware version 2.53b9  
+** NETGEAR RP614  
+** NETGEAR RP114  
+** NETGEAR MR314  
+** NETGEAR FVS318  
+** Microsoft MN-100 Wired Base Station  
+** Siemens Speedstream 2602 NAT Router  
+** SMC 7004VBR  
+** SMC 7004AWBR  
+** Belkin F5D6230-3  
+** 3Com 3C855  
+** Windows 98 SE Internet Connection Sharing  
+** Windows XP Internet Connection Sharing  
+* [Microsoft's site|http://www.microsoft.com/windowsxp/p2p/natcompat.mspx] list as being compatible after firmware upgrades:  
+** D-Link DI-604  
+** D-Link DI-614  
+* [Microsoft's site|http://www.microsoft.com/windowsxp/p2p/natcompat.mspx] list as being compatible with configuration changes:  
+** Microsoft Broadband Wireless Base Station - MN-500  
+  
  
-!!Symmetric [NAT] (doesn't work with Teredo or STUN) 
+!!Symmetric ("restricted") [NAT] (doesn't work with Teredo or STUN) 
 * Linux 
  
  
 ---- 
 CategoryNetworking