2006-12-19 00:17:32 +01:00
|
|
|
# Disable response to broadcasts.
|
|
|
|
# You don't want yourself becoming a Smurf amplifier.
|
|
|
|
net.ipv4.icmp_echo_ignore_broadcasts = 1
|
|
|
|
# enable route verification on all interfaces
|
|
|
|
net.ipv4.conf.all.rp_filter = 1
|
|
|
|
# enable ipV6 forwarding
|
|
|
|
#net.ipv6.conf.all.forwarding = 1
|
2007-06-07 13:15:36 +02:00
|
|
|
# increase the number of possible inotify(7) watches
|
|
|
|
fs.inotify.max_user_watches = 65536
|
2008-02-08 20:30:21 +01:00
|
|
|
# avoid deleting secondary IPs on deleting the primary IP
|
|
|
|
net.ipv4.conf.default.promote_secondaries = 1
|
|
|
|
net.ipv4.conf.all.promote_secondaries = 1
|