Load Balance Berhasil

You might also like

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

/ip firewall mangle

add chain=prerouting in-interface=To-Mangunan connection-state=new nth=2,1 action=mark-


connection new-connection-mark=lb_1 passthrough=yes comment=”Client” disabled=no

add chain=prerouting in-interface= To-Mangunan connection-mark=lb_1 action=mark-routing new-


routing-mark=route_lb_1 passthrough=no comment=”” disabled=no

add chain=prerouting in-interface= To-Mangunan connection-state=new nth=2,2 action=mark-


connection new-connection-mark=lb_2 passthrough=yes comment=”” disabled=no

add chain=prerouting in-interface= To-Mangunan connection-mark=lb_2 action=mark-routing new-


routing-mark=route_lb_2 passthrough=no comment=”” disabled=no

/ip route

add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 routing-


mark=route_lb_1 comment=”” disabled=no

add dst-address=0.0.0.0/0 gateway=192.168.10.1 scope=255 target-scope=10 routing-


mark=route_lb_2 comment=”” disabled=no

add dst-address=0.0.0.0/0 gateway=192.168.10.1 scope=255 target-scope=10 comment=”default


routing connection” disabled=no

You might also like