Penguin

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

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

Newer page: version 14 Last edited on Tuesday, December 14, 2004 1:48:30 pm by PerryLorier Revert
Older page: version 12 Last edited on Tuesday, December 14, 2004 2:30:13 am by AristotlePagaltzis Revert
@@ -2,19 +2,18 @@
  
 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 are not behind a ''symmetric [NAT]'' or ''cone [NAT]'' gateway . 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. 
+* 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 
+!!! Implementation notes for clients  
  
 [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. 
- * It won't work on [m0n0wall], which uses cone [NAT] on a [FreeBSD] [Kernel].  
  
  <br> 
  
 MicrosoftWindows:: 
@@ -34,7 +33,15 @@
  
  <pre> 
  netsh interface ipv6 show teredo 
  </pre> 
+  
+!!!Implementation notes for [NAT] gateways  
+!!Cone [NAT] (does work with Teredo)  
+* FreeBSD (atl east monowall)  
+  
+!!Symmetric [NAT] (doesn't work with Teredo or STUN)  
+* Linux  
+  
  
 ---- 
 CategoryNetworking