home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / sysctl.conf < prev    next >
Encoding:
Text File  |  2006-09-08  |  764 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. # the following stops 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.