Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. /ip fire raw print
  2. Flags: X - disabled, I - invalid, D - dynamic
  3. 0 chain=prerouting action=passthrough dst-port=4500 log=no log-prefix=""
  4. protocol=udp
  5.  
  6. 1 chain=prerouting action=passthrough dst-port=500 log=no log-prefix=""
  7. protocol=udp
  8.  
  9. 2 chain=prerouting action=passthrough log=no log-prefix="" protocol=ipsec-esp
  10.  
  11. /ip fire raw print
  12. Flags: X - disabled, I - invalid, D - dynamic
  13. 0 chain=prerouting action=passthrough dst-port=4500 log=no log-prefix=""
  14. protocol=udp
  15.  
  16. 1 chain=prerouting action=passthrough dst-port=500 log=no log-prefix=""
  17. protocol=udp
  18.  
  19. 2 chain=prerouting action=passthrough log=no log-prefix="" protocol=ipsec-esp
  20.  
  21.  
  22.  
  23. /ip fire raw pr stats
  24. Flags: X - disabled, I - invalid, D - dynamic
  25. # CHAIN ACTION BYTES PACKETS
  26. 0 prerouting passthrough 6 000 4
  27. 1 prerouting passthrough 1 680 2
  28. 2 prerouting passthrough 0 0
  29.  
  30. ip fire mangle pr stats
  31. Flags: X - disabled, I - invalid, D - dynamic
  32. # CHAIN ACTION BYTES PACKETS
  33. 0 prerouting passthrough 0 0
  34. 1 prerouting passthrough 1 680 2
  35. 2 prerouting passthrough 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement