tengkyu akang,
saya dah upgrade pake dom MT 3.26 + external proxy
sedikit modifikasi di rule ini:
Code:
/ip firewall mangle
add action=mark-connection chain=input comment="NEW Load Balance" \
connection-state=new disabled=no in-interface=pppoe-out1 \
new-connection-mark=ADSL-1 passthrough=yes
add action=mark-connection chain=input comment="" connection-state=new \
disabled=no in-interface=pppoe-out2 new-connection-mark=ADSL-2 \
passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=ADSL-1 \
disabled=no new-routing-mark=jalur-1 passthrough=no
add action=mark-routing chain=output comment="" connection-mark=ADSL-2 \
disabled=no new-routing-mark=jalur-2 passthrough=no
add action=mark-connection chain=prerouting comment="" disabled=no \
dst-address-type=!local in-interface=Lokal new-connection-mark=ADSL-1 \
passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0 \
src-address=192.168.2.26
add action=mark-connection chain=prerouting comment="" disabled=no \
dst-address-type=!local in-interface=Lokal new-connection-mark=ADSL-2 \
passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1 \
src-address=192.168.2.26
add action=mark-routing chain=prerouting comment="" connection-mark=ADSL-1 \
disabled=no in-interface=Lokal new-routing-mark=line-1 passthrough=yes \
src-address=192.168.2.26
add action=mark-routing chain=prerouting comment="" connection-mark=ADSL-2 \
disabled=no in-interface=Lokal new-routing-mark=line-2 passthrough=yes \ src-address=192.168.2.26
IP proxy : 192.168.2.26 (sejajar klien)
Klo diitung-itung yg di LB cuma proxy eksternalnya (port 80)
Mohon masukan dan petunjuk dari para Suhu