Advertisement
kiedtink

KWI STEAM 2020

Feb 27th, 2020
3,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.25 KB | None | 0 0
  1. /int l2tp-c
  2. remove [find comment="L2TP Game Steam"]
  3. add add-default-route=no connect-to=AA.BB.CC.DD comment="L2TP Game Steam" disabled=no name=l2tp_Game_Steam password=TBR2020 user=kwi2020
  4. /ip fi nat
  5. remove [find comment="L2TP Game Steam"]
  6. add action=masquerade chain=srcnat comment="L2TP Game Steam" disabled=no out-interface=l2tp_Game_Steam
  7. move [find comment="L2TP Game Steam"] [:pick [find] 0]
  8. /ip fi fi
  9. remove [find comment="l2tp_Game_Steam"]
  10. add chain=input comment="l2tp_Game_Steam" protocol=udp port=1701,500,4500
  11. move [find comment="l2tp_Game_Steam"] [:pick [find] 0]
  12. /ip ro
  13. remove [find comment="L2TP Game Steam"]
  14. add disabled=no comment="L2TP Game Steam" dst-address=0.0.0.0/0 gateway=l2tp_Game_Steam routing-mark=Game_Steam
  15. /ip fi ma
  16. remove [find comment="l2tp_game_steam_UDP"]
  17. remove [find comment="l2tp_game_steam_TCP"]
  18. add action=mark-routing chain=prerouting comment="l2tp_game_steam_UDP" dst-port=379,4380,3478,27000-27100 new-routing-mark=Game_Steam passthrough=no protocol=udp
  19. add action=mark-routing chain=prerouting comment="l2tp_game_steam_TCP" dst-port=27015-27037 new-routing-mark=Game_Steam passthrough=no protocol=tcp
  20. move [find comment="l2tp_game_steam_UDP"] [:pick [find] 0]
  21. move [find comment="l2tp_game_steam_TCP"] [:pick [find] 1]
  22. /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement