Advertisement
niammuddin

Bypass LAN

Jul 16th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /ip firewall mangle
  2. add action=mark-connection chain=forward comment="Bypass LAN" disabled=yes dst-address=!10.50.1.0/24 \
  3. new-connection-mark=public_conn passthrough=yes
  4. add action=mark-packet chain=forward connection-mark=public_conn disabled=yes new-packet-mark=lan \
  5. passthrough=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement