Hola a todos, he conseguio algo, bastante, dual WAN con DD-WRT micro V24-sp1 en un WRT54G V5 pero algo me falta:
Modem 1 Puerto WAN; Modem 2 Puerto 4
Por web: en, VLAN pongo el puerto 4 en Vlan2
asi que:
Vlan0 Puertos 1,2,3
Vlan1 WAN1
Vlan2 Puerto 4
luego por telnet:
Code:
udhcpc -i vlan2 -s /tmp/udhcpc
resuelve DHCP al modem 2
Code:
ifconfig
veo la IP del modem 1 y 2 correctamente resuelta
Code:
IP route
veo al final default via *.122.*.* dev vlan1
(y puede que salga otra mas)
Nota: Los asteriscos es para ocultar mi IP
Code:
IP route del default via *.122.*.* dev vlan1
borro la(s) ruta(s)
Code:
IP route add equalize scope global nexthop via *.122.*.* dev vlan2 weight 1 nexthop via *.123.*.* dev vlan1 weight 1
añado ecualizacion entre los modems
Code:
IP route
me aparece eso al final
default equalize
nexthop via *.122.*.* dev vlan2 weight 1
nexthop via *.123.*.* dev vlan1 weight 1
pero aqui ya no tengo internet en el PC, sin embargo haciendo ping desde el router por telnet a distintas web, si sale a internet por ambos modem alternativamente
mas datos que no entiendo:
\u@\h:\w\$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
*.122.*.0 * 255.255.248.0 U 0 0 0 vlan1
*.122.*.0 * 255.255.248.0 U 0 0 0 vlan2
169.254.0.0 * 255.255.0.0 U 0 0 0 br0
192.168.0.0 * 255.255.0.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default *.122.*.1.dy 0.0.0.0 UG 0 0 0 vlan2
\u@\h:\w\$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
*.122.*.0 0.0.0.0 255.255.248.0 U 0 0 0 vlan1
*.122.*.0 0.0.0.0 255.255.248.0 U 0 0 0 vlan2
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br0
192.168.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 *.122.*.1 0.0.0.0 UG 0 0 0 vlan2
¿Alguna sugerencia de como continuar?
Gracias espero que esto pueda ayudar tambien a mas gente
Saludos