public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "JosA MarAa Alonso (nimiux)" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: ipv6.xml
Date: Tue, 19 Jul 2011 15:49:38 +0000 (UTC)	[thread overview]
Message-ID: <20110719154938.39AA82004B@flycatcher.gentoo.org> (raw)

nimiux      11/07/19 15:49:38

  Modified:             ipv6.xml
  Log:
  remove sections on ipv6 servers, since dhcpv6 is being removed from portage

Revision  Changes    Path
1.17                 xml/htdocs/doc/es/ipv6.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/ipv6.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/ipv6.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/ipv6.xml?r1=1.16&r2=1.17

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/ipv6.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ipv6.xml	9 Mar 2011 20:43:33 -0000	1.16
+++ ipv6.xml	19 Jul 2011 15:49:38 -0000	1.17
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/ipv6.xml,v 1.16 2011/03/09 20:43:33 nimiux Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/ipv6.xml,v 1.17 2011/07/19 15:49:38 nimiux Exp $ -->
 
 <guide lang="es">
 <title>Guía del enrutador IPv6 en Gentoo</title>
@@ -44,8 +44,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>4</version>
-<date>2011-03-02</date>
+<version>5</version>
+<date>2011-07-14</date>
 
 <chapter>
 
@@ -185,7 +185,7 @@
 <p>
 A continuación hay dos ejemplos de configuración de un túnel IPv6 con
 dos populares proveedores de Norteamérica: Hurricane Electric (también se
-aplica a túneles de sixxs.net sin mecánismo heartbeat) y Freenet6.
+aplica a túneles de sixxs.net sin mecanismo heartbeat) y Freenet6.
 </p>
 
 </body>
@@ -230,8 +230,7 @@
 </table>
 
 <p>
-Utilizando el paquete iproute2 y el comando <c>ip</c>, usted haría lo
-siguiente:
+Utilizando el paquete iproute2 y el comando <c>ip</c>, haríamos lo siguiente:
 </p>
 
 <pre caption="Configuración de un túnel IPv6">
@@ -268,7 +267,7 @@
 
 <p>
 Si elige conectar con autenticación, configure <c>gateway6</c> editando
-<path>/etc/gateway6/gw6c.conf</path>. Sólamente debería tener que
+<path>/etc/gateway6/gw6c.conf</path>. Solamente debería tener que
 cambiar los campos <e>userid</e> y <e>passwd</e> colocando los
 asignados por Freenet6, además de cambiar la puerta de enlace. A continuación
 tiene una configuración de ejemplo.
@@ -658,59 +657,6 @@
 
 </body>
 </section>
-<section>
-<title>Configuración con estado</title>
-<body>
-
-<p>
-Si desea usar configuración con estado, necesitará instalar y
-configurar dhcpv6.
-</p>
-
-<pre caption = "Instalando dhcpv6">
-# <i>emerge dhcpv6</i>
-</pre>
-
-<p>
-Ahora debemos configurar el servidor DHCPv6 editando
-<path>/etc/dhcp6s.conf</path>.
-</p>
-
-<pre caption="Ejemplo de dhcp6s.conf">
-prefer-life-time 10000;
-valid-life-time 20000;
-renew-time 5000;
-rebind-time 8000;
-interface eth1 {
-    link AAA {
-        allow unicast;
-        send unicast;
-        allow rapid-commit;
-        send server-preference 5;
-        renew-time 1000;
-        rebind-time 2400;
-        prefer-life-time 2000;
-        valid-life-time 3000;
-        pool{
-            range 2001:470:1f00:296::10 to 2001:470:1f00:296::110/64;
-            prefix 2001:470:1f00:296::/64;
-        };
-    };
-};
-</pre>
-
-<p>
-Ahora podemos arrancar dhcp6s y configurarlo para que se cargue al
-inicio.
-</p>
-
-<pre caption="Iniciando dhcp6s">
-# <i>/etc/init.d/dhcp6s start</i>
-# <i>rc-update add dhcp6s default</i>
-</pre>
-
-</body>
-</section>
 </chapter>
 
 <chapter>
@@ -741,27 +687,6 @@
 
 </body>
 </section>
-<section>
-<title>Usando DHCPv6</title>
-<body>
-
-<p>
-Si el enrutador está configurado para usar DHCPv6, los clientes
-también necesitarán instalar el paquete <c>net-misc/dhcpv6</c>. Hecho
-esto, configure los clientes editando <path>/etc/dhcp6c.conf</path>.
-</p>
-
-<pre caption="Ejemplo de dhcp6c.conf">
-interface eth0 {
-        send rapid-commit;
-        request domain-name-servers;
-        iaid 11111;
-        renew-time 11000;
-};
-</pre>
-
-</body>
-</section>
 </chapter>
 
 <chapter>






             reply	other threads:[~2011-07-19 15:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-19 15:49 JosA MarAa Alonso (nimiux) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-22 15:34 [gentoo-commits] gentoo commit in xml/htdocs/doc/es: ipv6.xml JosA MarAa Alonso (nimiux)
2012-06-25 15:30 JosA MarAa Alonso (nimiux)
2011-09-09 16:44 JosA MarAa Alonso (nimiux)
2011-07-25 17:21 John Christian Stoddart (chiguire)
2011-03-09 20:43 JosA MarAa Alonso (nimiux)
2010-08-16 13:05 John Christian Stoddart (chiguire)
2010-07-27 14:05 John Christian Stoddart (chiguire)
2010-03-16 19:40 John Christian Stoddart (chiguire)
2008-09-22 22:26 Jose Luis Rivero (yoswink)
2008-03-22 17:11 John Christian Stoddart (chiguire)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110719154938.39AA82004B@flycatcher.gentoo.org \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox