LB PCC (Tembak Wifi Team Management+LAN Tenda)

You might also like

You are on page 1of 1

/ip firewall address-list

add address=192.168.0.0/16 list=LOCAL-IP comment="LB By BNT"


add address=172.16.0.0/12 list=LOCAL-IP comment="LB By BNT"
add address=10.0.0.0/8 list=LOCAL-IP comment="LB By BNT"
/ip firewall nat
add chain=srcnat out-interface="ether1" action=masquerade comment="LB By BNT"
add chain=srcnat out-interface="wlan1" action=masquerade comment="LB By BNT"
/ip route
add check-gateway=ping distance=1 gateway="192.168.9.101" routing-mark="to-ether1"
comment="LB By BNT"
add check-gateway=ping distance=1 gateway="10.88.88.228" routing-mark="to-wlan1"
comment="LB By BNT"
add check-gateway=ping distance=1 gateway="192.168.9.101" comment="LB By BNT"
add check-gateway=ping distance=2 gateway="10.88.88.228" comment="LB By BNT"
/ip firewall mangle
add action=mark-connection chain=input in-interface="ether1" new-connection-
mark="cm-ether1" passthrough=yes comment="LB By BNT"
add action=mark-connection chain=input in-interface="wlan1" new-connection-
mark="cm-wlan1" passthrough=yes comment="LB By BNT"
add action=mark-routing chain=output connection-mark="cm-ether1" new-routing-
mark="to-ether1" passthrough=yes comment="LB By BNT"
add action=mark-routing chain=output connection-mark="cm-wlan1" new-routing-
mark="to-wlan1" passthrough=yes comment="LB By BNT"
add action=mark-connection chain=prerouting dst-address-list=!lokal dst-address-
type=!local new-connection-mark="cm-ether1" passthrough=yes per-connection-
classifier=both-addresses-and-ports:2/0 src-address-list=LOCAL-IP comment="LB By
BNT"
add action=mark-connection chain=prerouting dst-address-list=!lokal dst-address-
type=!local new-connection-mark="cm-wlan1" passthrough=yes per-connection-
classifier=both-addresses-and-ports:2/1 src-address-list=LOCAL-IP comment="LB By
BNT"
add action=mark-routing chain=prerouting connection-mark="cm-ether1" dst-address-
list=!lokal new-routing-mark="to-ether1" passthrough=yes src-address-list=lokal
comment="LB By BNT"
add action=mark-routing chain=prerouting connection-mark="cm-wlan1" dst-address-
list=!lokal new-routing-mark="to-wlan1" passthrough=yes src-address-list=lokal
comment="LB By BNT"

You might also like