Advertisement
bueddl

Untitled

May 22nd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ; this is the main zone configuration file for your firewall
  2. ; Allthough this is a very powerful feature, it may bring up
  3. ; some new risks to your system. e.g. when you are dealing
  4. ; too relaxed with trusted zones.
  5.  
  6. ; you can easily add new zones here or custome the exiting ones.
  7. ; you can add multiple zones and multiple thrustee-metrics as well and map
  8. ; them against each other.
  9.  
  10. ; when later refering in a zone section towards a metric, you can either
  11. ; do so by it's value or by it's name.
  12. ; If you refere a non-existent metric from within a zone section, there
  13. ; will only be a notice, the corresponding configuration files will be
  14. ; choosen by the next existing config with a metric less than the
  15. ; requested one.
  16. ; The same beheviour will be used if a metric section exisits, but it's
  17. ; set of configuration files is incomplete. The next lower metrical
  18. ; one available will be choosen.
  19.  
  20.  
  21. ; matric section
  22. [metric]
  23. ; thrustee-value of this metric
  24. value = 1
  25. ; name it for later use
  26. name = "homezone"
  27.  
  28. ; matric section
  29. [metric]
  30. ; thrustee-value of this metric
  31. value = 500
  32. ; name it for later use
  33. name = "internet"
  34.  
  35.  
  36. ; matric section
  37. [metric]
  38. ; thrustee-value of this metric
  39. value = 1000
  40. ; name it for later use
  41. name = "death-evil"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement