home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / sysconfig / sysctl < prev    next >
Text File  |  2006-12-19  |  1KB  |  69 lines

  1. ## Path:        Network/General
  2. ## Description:
  3. ## Type:        yesno
  4. ## Default:        no
  5. ## ServiceRestart:    boot.ipconfig
  6. # Do you want the "dynamic IP patch" to be enabled at bootup? (yes/no)
  7. #
  8. IP_DYNIP="no"
  9.  
  10. ## Type:    yesno
  11. ## Default:    yes
  12. #
  13. # Enable syn flood protection (see /usr/src/linux/Documentation/Configure.help)
  14. # (yes/no)
  15. #
  16. IP_TCP_SYNCOOKIES="yes"
  17.  
  18. ## Type:    yesno
  19. ## Default:    no
  20. #
  21. # Runtime-configurable parameter: forward IP packets.
  22. # Is this host a router? (yes/no)
  23. #
  24. IP_FORWARD="no"
  25.  
  26. ## Type:    yesno
  27. ## Default:    no
  28. #
  29. # Runtime-configurable parameter: forward IPv6 packets.
  30. #
  31. IPV6_FORWARD="no"
  32.  
  33. ## Type:        yesno
  34. ## Default:     no
  35. #
  36. # Runtime-configurable parameter: use temporary IPv6 addresses
  37. # instead of using the EUI-64 interface identifer
  38. #
  39. IPV6_PRIVACY="no"
  40.  
  41. #
  42. # Runtime-configurable parameter: send MLD announcements of this
  43. # version.
  44. #
  45. IPV6_MLD_VERSION=""
  46.  
  47. ## Type:    yesno
  48. ## Default:    yes
  49. #
  50. # DISABLE_ECN
  51. # If you have trouble connecting to some machines on the internet,
  52. # this may be due to broken firewalls dropping network packets with
  53. # the ECN (early congestion notification) flag set.
  54. # Set this to yes to have ECN disabled at boot time.
  55. #
  56. DISABLE_ECN="yes"
  57.  
  58. ## Path:    System/Kernel
  59. ## Description:
  60. ## Type:    yesno
  61. ## Default:    no
  62. #
  63. # Enable Magic SysRq Keys?
  64. # If you say yes here, you will have some control over the system even
  65. # if it crashes (e.g. during kernel debugging).
  66. # For further information see /usr/src/linux/Documentation/sysrq.txt
  67. #
  68. ENABLE_SYSRQ="no"
  69.