home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / sysconfig / sysctl < prev    next >
Text File  |  2006-11-29  |  2KB  |  78 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. ## Type:        yesno
  60. ## Default:     no
  61. #
  62. # Enable dmapi module probe for the xfs filesystem driver
  63. # (yes/no)
  64. #
  65. DMAPI_PROBE="no"
  66.  
  67. ## Path:    System/Kernel
  68. ## Description:
  69. ## Type:    yesno
  70. ## Default:    no
  71. #
  72. # Enable Magic SysRq Keys?
  73. # If you say yes here, you will have some control over the system even
  74. # if it crashes (e.g. during kernel debugging).
  75. # For further information see /usr/src/linux/Documentation/sysrq.txt
  76. #
  77. ENABLE_SYSRQ="yes"
  78.