Guest User

Untitled

a guest
Dec 10th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1.  
  2. config defaults
  3. option input 'ACCEPT'
  4. option output 'ACCEPT'
  5. option synflood_protect '1'
  6. option forward 'ACCEPT'
  7.  
  8. config include 'pbr'
  9. option fw4_compatible '1'
  10. option type 'script'
  11. option path '/usr/share/pbr/pbr.firewall.include'
  12.  
  13. config zone
  14. option name 'truenas_FW'
  15. option input 'ACCEPT'
  16. option output 'ACCEPT'
  17. option forward 'ACCEPT'
  18. list network 'truenas_IF'
  19. option masq '1'
  20.  
  21. config zone
  22. option name 'vpn_FW'
  23. option input 'ACCEPT'
  24. option output 'ACCEPT'
  25. option forward 'ACCEPT'
  26. list network 'vpn_IF'
  27. option masq '1'
  28. option mtu_fix '1'
  29.  
  30. config forwarding
  31. option src 'truenas_FW'
  32. option dest 'vpn_FW'
  33.  
  34.  
Add Comment
Please, Sign In to add comment