Mon Feb 13, 2006 3:05 am
i need help about load balance with 2 interfaces wans
the fail over work great, but the traffic work over one interface only (internet1)
the interface local use pppoe server and use ip pool x.x.x.0/24
the configurate is
mk ver 2.9.7
ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf
# DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE ROUTING MARK
85 A S 0.0.0.0/0 r x.x.x.x 1 internet1
86 A S 0.0.0.0/0 r x.x.x.x 1 internet1 load balance
r y.y.y.y internet2
87 S 0.0.0.0/0 r y.y.y.y 1 internet2
ip firewall mangle> prin
Flags: X - disabled, I - invalid, D - dynamic
22 chain=output protocol=tcp dst-port=80 action=mark-routing new-routing-mark=load balance passthrough=yes
23 chain=input protocol=tcp src-port=80 action=mark-routing new-routing-mark=load balance passthrough=yes
ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; DEJAR PASAR TODO
chain=srcnat src-address=x.x.x.0/24 action=accept
3 ;;; Proxy
chain=dstnat src-address=x.x.x.0/24 protocol=tcp dst-port=80 action=redirect to-ports=8080
ip pool> print
# NAME RANGES
1 telecom 1subnet x.x.x.21-x.x.x.253
thanks
sergio