home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / default / ufw < prev    next >
Encoding:
Text File  |  2009-04-03  |  1.3 KB  |  40 lines

  1. # /etc/default/ufw
  2.  
  3. # set to yes to apply rules to support IPv6 (no means only IPv6 on loopback
  4. # accepted). You will need to 'disable' and then 'enable' the firewall for
  5. # the changes to take affect.
  6. IPV6=no
  7.  
  8. # set the default input policy to ACCEPT, DROP or REJECT.  Please note that if
  9. # you change this you will most likely want to adjust your rules
  10. DEFAULT_INPUT_POLICY="DROP"
  11.  
  12. # set the default output policy to ACCEPT, DROP, or REJECT.  Please note that
  13. # if you change this you will most likely want to adjust your rules
  14. DEFAULT_OUTPUT_POLICY="ACCEPT"
  15.  
  16. # set the default forward policy to ACCEPT, DROP or REJECT.  Please note that
  17. # if you change this you will most likely want to adjust your rules
  18. DEFAULT_FORWARD_POLICY="DROP"
  19.  
  20. # set the default application policy to ACCEPT, DROP, REJECT or SKIP. Please
  21. # note that setting this to ACCEPT may be a security risk. See 'man ufw' for
  22. # details
  23. DEFAULT_APPLICATION_POLICY="SKIP"
  24.  
  25. # By default, ufw only touches its own chains. Set this to 'yes' to have ufw
  26. # manage the built-in chains too. Warning: setting this to 'yes' will break
  27. # non-ufw managed firewall rules
  28. MANAGE_BUILTINS=no
  29.  
  30. #
  31. # IPT backend
  32. #
  33. # only enable if using iptables backend
  34. IPT_SYSCTL=/etc/ufw/sysctl.conf
  35.  
  36. # extra connection tracking modules to load
  37. IPT_MODULES="nf_conntrack_ftp nf_nat_ftp nf_conntrack_irc nf_nat_irc"
  38.  
  39.