Advertisement
rootplg3544

SCRIP ML

Apr 27th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ip firewall raw
  2. add action=add-dst-to-address-list address-list="mobile legend" \
  3. address-list-timeout=none-dynamic chain=prerouting dst-port=30100-30110 \
  4. protocol=tcp
  5.  
  6. /ip firewall nat
  7. add action=masquerade chain=srcnat
  8. add action=dst-nat chain=dstnat comment=DNS dst-port=53 protocol=tcp \
  9. to-addresses=208.67.222.222 to-ports=53
  10. add action=dst-nat chain=dstnat comment=DNS dst-port=53 protocol=udp \
  11. to-addresses=208.67.222.222 to-ports=53
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement