Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
network_load_balancing [2026/05/28 13:57] – [Referencias] kasandranetwork_load_balancing [2026/05/28 15:12] (actual) – [Referencias] kasandra
Línea 28: Línea 28:
  
 FIN FIN
 +
 +Las tablas toca definirlas 
 +/etc/iproute2/rt_tables and add custom routing tables for each ISP:
 +text
 +
 +10  etb
 +20  tigo
 +
  
 ============================================================= =============================================================
Línea 37: Línea 45:
 # by skina # by skina
 # #
 +
 +DEV1=eth0
 +DEV2=ppp0
 +
 #IP address of external interfaces. This is not the gateway address. #IP address of external interfaces. This is not the gateway address.
 IP1=192.168.69.10 IP1=192.168.69.10
-IP2=`ifconfig ppp0  | head -n 2 | tail -n 1 | cut -d: -f 2| awk '{print $1}'`+IP2=`ifconfig $DEV2  | head -n 2 | tail -n 1 | cut -d: -f 2| awk '{print $2}'`
  
 #Gateway IP addresses. This is the first (hop) gateway, could be your router IP #Gateway IP addresses. This is the first (hop) gateway, could be your router IP
Línea 49: Línea 61:
 NET2="10.64.64.64/32" NET2="10.64.64.64/32"
  
-DEV1=eth0 
-DEV2=ppp0 
  
 # Relative weights of routes. Keep this to a low integer value. I am using 4 # Relative weights of routes. Keep this to a low integer value. I am using 4
Línea 94: Línea 104:
 ============================================================== ==============================================================
  
-15-Marzo-2006 J.E.Gomez v1.0 Primera version +¿
- +
- +
----- +
- +
-__**Advertencia**__ +
- +
-Este documento es privado y es de u so exclusivo de sus autores y de SKINA TECH. Cualquier uso sin una autorización escrita es contra la ley de derechos de autor y de propiedad intelectual, y será motivo de una acción legal. +
  
 ---- ----
  
Volver arriba