mirror of https://github.com/apache/cloudstack.git
IPSec NETKEY requires no redirects
This commit is contained in:
parent
2eaf10e293
commit
8e4f05075b
|
|
@ -1,4 +1,4 @@
|
|||
# Kernel sysctl configuration file for Red Hat Linux
|
||||
# Kernel sysctl configuration file
|
||||
#
|
||||
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
|
||||
# sysctl.conf(5) for more details.
|
||||
|
|
@ -19,6 +19,12 @@ net.ipv4.conf.default.arp_ignore = 2
|
|||
net.ipv4.conf.all.arp_announce = 2
|
||||
net.ipv4.conf.all.arp_ignore = 2
|
||||
|
||||
# IPSec NETKEY -- avoid bogus redirects
|
||||
net.ipv4.conf.all.accept_redirects = 0
|
||||
net.ipv4.conf.default.accept_redirects = 0
|
||||
net.ipv4.conf.all.send_redirects = 0
|
||||
net.ipv4.conf.default.send_redirects = 0
|
||||
|
||||
|
||||
# Controls the System Request debugging functionality of the kernel
|
||||
kernel.sysrq = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue