Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-net-modules.xml
Date: Fri, 26 Sep 2014 11:48:54
Message-Id: 20140926114850.9CA7C651A@oystercatcher.gentoo.org
1 nimiux 14/09/26 11:48:50
2
3 Modified: hb-net-modules.xml
4 Log:
5 Add an example on how to configure bonding, and clarify what it actually is
6
7 Revision Changes Path
8 1.20 xml/htdocs/doc/es/handbook/hb-net-modules.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-net-modules.xml?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-net-modules.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-net-modules.xml?r1=1.19&r2=1.20
13
14 Index: hb-net-modules.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-net-modules.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- hb-net-modules.xml 15 Apr 2014 21:07:09 -0000 1.19
21 +++ hb-net-modules.xml 26 Sep 2014 11:48:50 -0000 1.20
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-net-modules.xml,v 1.19 2014/04/15 21:07:09 nimiux Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-net-modules.xml,v 1.20 2014/09/26 11:48:50 nimiux Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -13,8 +13,8 @@
30 hacer puentes, redes virtuales (VLANs) y más.
31 </abstract>
32
33 -<version>14</version>
34 -<date>2014-04-12</date>
35 +<version>15</version>
36 +<date>2014-09-25</date>
37
38 <section>
39 <title>Módulos de Red</title>
40 @@ -326,10 +326,18 @@
41 </p>
42
43 <p>
44 -El "bonding" se utiliza para aumentar el ancho de banda hacia la
45 -red. Si tiene dos interfaces que van a usar la misma red, puede
46 -unirlos (bond, en inglés) para que las aplicaciones vean solo uno,
47 -aunque en realidad use ambos interfaces.
48 +El "Bonding" se utiliza para incrementar el ancho de banda de la red
49 +o para mejorar la capacidad de recuperación ante fallos del hardware.
50 +Si tiene dos interfaces de red en la misma red puede unirlas de modo que
51 +sus aplicaciones solo vean un interfaz pero en realidad están usando ambas.
52 +</p>
53 +
54 +<p>
55 +Hay varias formas de configurar el bonding. Algunas de ellas como
56 +el modo 802.3ad LACP requieren un soporte y configuración adicionales
57 +en el concentrador de la red. Para saber más de las opciones específicas
58 +eche un vistazo a su copia de
59 +<path>/usr/src/linux/Documentation/networking/bonding.txt</path>.
60 </p>
61
62 <p>