Advertisement
Guest User

Untitled

a guest
Jun 7th, 2015
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /ip firewall filter
  2. add chain=forward action=fasttrack-connection connection-state=established,related
  3. add chain=forward action=accept connection-state=established,related
  4. add chain=forward action=drop connection-state=invalid
  5.  
  6. http://www.mikrotik.com/download/share/FastTrack.pdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement