home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / procps / examples / sysctl.conf
Encoding:
Text File  |  2006-08-16  |  777 b   |  27 lines

  1. #
  2. # /etc/sysctl.conf - Configuration file for setting system variables
  3. # See sysctl.conf (5) for information.
  4. #
  5.  
  6. #kernel.domainname = example.com
  7. #net/ipv4/icmp_echo_ignore_broadcasts=1
  8.  
  9. # Uncomment the following to stop low-level messages on console
  10. #kernel.printk = 4 4 1 7
  11.  
  12. ##############################################################3
  13. # Functions previously found in netbase
  14. #
  15.  
  16. # Uncomment the next line to enable Spoof protection (reverse-path filter)
  17. #net.ipv4.conf.default.rp_filter=1
  18.  
  19. # Uncomment the next line to enable TCP/IP SYN cookies
  20. #net.ipv4.tcp_syncookies=1
  21.  
  22. # Uncomment the next line to enable packet forwarding for IPv4
  23. #net.ipv4.conf.default.forwarding=1
  24.  
  25. # Uncomment the next line to enable packet forwarding for IPv6
  26. #net.ipv6.conf.default.forwarding=1
  27.