|
发表于 2005-10-6 16:57:27
|
显示全部楼层
loveDebian:~# cat /etc/sysctl.conf
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See sysctl.conf (5) for information.
#
# Be warned that /etc/init.d/procps is executed to set the following
# variables. However, after that, /etc/init.d/networking sets some
# network options with builtin values. These values may be overridden
# using /etc/network/options.
#kernel.domainname = example.com
#net/ipv4/icmp_echo_ignore_broadcasts=1
dev/rtc/max-user-freq=1024
net/ipv4/icmp_echo_ignore_all=1
net/ipv4/tcp_syncookies=1
loveDebian:~# |
|