From owner-freebsd-doc@FreeBSD.ORG Thu Jul 14 17:06:36 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0DFC16A41C for ; Thu, 14 Jul 2005 17:06:36 +0000 (GMT) (envelope-from tilman@arved.at) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DA243D45 for ; Thu, 14 Jul 2005 17:06:35 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.13.3/8.13.1) with ESMTP id j6EH6Yh5063990 for ; Thu, 14 Jul 2005 19:06:34 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.3/8.13.1/Submit) id j6EH6XkB063989 for freebsd-doc@freebsd.org; Thu, 14 Jul 2005 19:06:33 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Thu, 14 Jul 2005 19:06:33 +0200 From: Tilman Linneweh To: freebsd-doc@freebsd.org Message-ID: <20050714170633.GE19236@arved.at> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Small diff to ipv6 chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 17:06:37 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Here is a small patch for the ipv6 chapter, please approver or commit regards tilman --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ipv6 Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v retrieving revision 1.365 diff -u -r1.365 chapter.sgml --- chapter.sgml 18 Mar 2005 01:56:06 -0000 1.365 +++ chapter.sgml 14 Jul 2005 16:58:51 -0000 @@ -2308,7 +2308,7 @@ Etherboot - Etherboot's Web + Etherboot's Web site contains extensive documentation mainly intended for Linux @@ -3652,11 +3652,11 @@ - KAME.net + KAME.net - 6bone.net + 6bone.net @@ -3840,7 +3840,7 @@ First take a look at the 6bone site and find a 6bone connection nearest to you. Write to the responsible person and with a little bit of luck you will be given instructions on how to set up your connection. Usually this - involves setting up a GRE (gif) tunnel. + involves setting up an IP tunnel. Here is a typical example on setting up a &man.gif.4; tunnel: @@ -3877,8 +3877,8 @@ 6 3ffe:1800:0:3:290:27ff:fe14:cdee 394.712 ms 397.19 ms 394.102 ms This output will differ from machine to machine. By now you should be - able to reach the IPv6 site www.kame.net - and see the dancing tortoise — that is if you have a IPv6 enabled browser such as + able to reach the IPv6 site www.kame.net + and see the dancing tortoise — that is if you have an IPv6 enabled browser such as www/mozilla, Konqueror, which is part of x11/kdebase3, or www/epiphany. --oyUTqETQ0mS9luUI--