script untuk 3 line speedy…..
/ ip address
add address=10.111.0.2/24 network=10.111.0.0 broadcast=10.111.0.255 interface=speedy1 comment=”" disabled=no
add address=10.112.0.2/24 network=10.112.0.0 broadcast=10.112.0.255 interface=speedy2 comment=”" disabled=no
add address=10.113.0.2/24 network=10.113.0.0 broadcast=10.113.0.255 interface=speedy3 comment=”" disabled=no
add address=10.115.0.1/24 network=10.115.0.0 broadcast=10.115.0.255 interface=Local comment=”" disabled=no
/ ip firewall mangle
add chain=prerouting in-interface=Local connection-state=new nth=2,3,0 action=mark-connection new-connection-mark=satu passthrough=yes comment=”" disabled=no
add chain=prerouting in-interface=Local connection-mark=satu action=mark-routing new-routing-mark=satu passthrough=no comment=”" disabled=no
add chain=prerouting in-interface=Local connection-state=new nth=2,3,1 action=mark-connection new-connection-mark=dua passthrough=yes comment=”" disabled=no
add chain=prerouting in-interface=Local connection-mark=dua action=mark-routing new-routing-mark=dua passthrough=no comment=”" disabled=no
add chain=prerouting in-interface=Local connection-state=new nth=2,3,2 action=mark-connection new-connection-mark=tiga passthrough=yes comment=”" disabled=no
add chain=prerouting in-interface=Local connection-mark=tiga action=mark-routing new-routing-mark=tiga passthrough=no comment=”" disabled=no
/ ip firewall nat
add chain=srcnat connection-mark=satu action=src-nat to-addresses=10.111.0.2 to-ports=0-65535 comment=”" disabled=no
add chain=srcnat connection-mark=dua action=src-nat to-addresses=10.112.0.2 to-ports=0-65535 comment=”" disabled=no
add chain=srcnat connection-mark=tiga action=src-nat to-addresses=10.113.0.2 to-ports=0-65535 comment=”" disabled=no
/ ip route
add dst-address=0.0.0.0/0 gateway=10.111.0.1 scope=255 target-scope=10 routing-mark=satu comment=”" disabled=no
add dst-address=0.0.0.0/0 gateway=10.112.0.1 scope=255 target-scope=10 routing-mark=dua comment=”" disabled=no
add dst-address=0.0.0.0/0 gateway=10.113.0.1 scope=255 target-scope=10 routing-mark=tiga comment=”" disabled=no
add dst-address=0.0.0.0/0 gateway=10.111.0.1 scope=255 target-scope=10 comment=”" disabled=no


