iwansupriadi

LB Simple

Jul 6th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. /ip firewall mangle
  2. add action=mark-connection chain=prerouting comment=INET_5ghz dst-address-list=\
  3. !lokal dst-address-type=!local new-connection-mark=INET_5ghz passthrough=\
  4. yes per-connection-classifier=src-address-and-port:3/0 src-address-list=\
  5. lokal
  6. add action=mark-connection chain=prerouting comment=INET_ether1 \
  7. dst-address-list=!lokal dst-address-type=!local new-connection-mark=\
  8. INET_ether1 passthrough=yes per-connection-classifier=\
  9. src-address-and-port:3/1 src-address-list=lokal
  10. add action=mark-connection chain=prerouting comment=INET_ether2 \
  11. dst-address-list=!lokal dst-address-type=!local new-connection-mark=\
  12. INET_ether2 passthrough=yes per-connection-classifier=\
  13. src-address-and-port:3/2 src-address-list=lokal
  14. add action=mark-routing chain=prerouting connection-mark=INET_5ghz \
  15. dst-address-list=!lokal new-routing-mark=Ke_INET_5ghz passthrough=no \
  16. src-address-list=lokal
  17. add action=mark-routing chain=prerouting connection-mark=INET_ether1 \
  18. dst-address-list=!lokal new-routing-mark=Ke_INET_ether1 passthrough=no \
  19. src-address-list=lokal
  20. add action=mark-routing chain=prerouting connection-mark=INET_ether2 \
  21. dst-address-list=!lokal new-routing-mark=Ke_INET_ether2 passthrough=no \
  22. src-address-list=lokal
Add Comment
Please, Sign In to add comment