Hola a todos,
Estoy usando Dynamic Routing Module to buscar el gateway a ser usado acorde el prefijo
marcado
mi tabla dr_rules
ruleid group prefix timerec priority routeid gwlist description
1 2 54 NULL 0 NULL 1,2 Rule 1
tabla dr_gateways
gwid type address strip pri_prefix description
1 10 10.10.10.10:5060
Gateway 1
2 10 10.10.10.11:5060
Gateway 2
Siempre usa el gateway id 1, y si falla uso el use_next_gw() y sale por el gateway id 2
Como hago para que haga un balancer entre el gateway 1 y 2? Es possible?
Saludos
Show replies by date