Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Flags: X - disabled, I - invalid, D - dynamic
  2. 0 D ;;; special dummy rule to show fasttrack counters
  3. chain=prerouting action=passthrough
  4.  
  5. 1 D ;;; special dummy rule to show fasttrack counters
  6. chain=forward action=passthrough
  7.  
  8. 2 D ;;; special dummy rule to show fasttrack counters
  9. chain=postrouting action=passthrough
  10.  
  11. 3 chain=input action=mark-connection new-connection-mark=mark-isp-backup-input passthrough=yes dst-address-type="" in-interface=ether5-isp-backup
  12. log=no log-prefix=""
  13.  
  14. 4 chain=output action=mark-routing new-routing-mark=mark-isp-backup-routing passthrough=no connection-mark=mark-isp-backup-input log=no log-prefix=""
  15.  
  16. 5 chain=forward action=mark-connection new-connection-mark=mark-isp-backup-forward passthrough=no in-interface=ether5-isp-backup log=no log-prefix=""
  17.  
  18. 6 chain=prerouting action=mark-routing new-routing-mark=mark-isp-backup-routing passthrough=no connection-mark=mark-isp-backup-forward
  19. in-interface=bridge log=no log-prefix=""
  20.  
  21. 7 chain=input action=mark-connection new-connection-mark=mark-isp-main-input passthrough=yes dst-address-type="" in-interface=pppoe-out-isp-main log=no
  22. log-prefix=""
  23.  
  24. 8 chain=output action=mark-routing new-routing-mark=mark-isp-main-routing passthrough=no connection-mark=mark-isp-main-input log=no log-prefix=""
  25.  
  26. 9 chain=forward action=mark-connection new-connection-mark=mark-isp-main-forward passthrough=no in-interface=pppoe-out-isp-main log=no log-prefix=""
  27.  
  28. 10 chain=prerouting action=mark-routing new-routing-mark=mark-isp-main-routing passthrough=no connection-mark=mark-isp-main-forward in-interface=bridge
  29. log=no log-prefix=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement