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.20120521.etc.tar.gz / bradford.20120521.etc.tar / etc / sysctl.conf < prev    next >
Text File  |  2006-04-22  |  266b  |  8 lines

  1. # Disable response to broadcasts.
  2. # You don't want yourself becoming a Smurf amplifier.
  3. net.ipv4.icmp_echo_ignore_broadcasts = 1
  4. # enable route verification on all interfaces
  5. net.ipv4.conf.all.rp_filter = 1
  6. # enable ipV6 forwarding
  7. #net.ipv6.conf.all.forwarding = 1
  8.