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