30 Maret, 2016

Menghindari DDOS

Tulisan ini saya dapat dari http://linoxide.com/firewall/how-to-ddos-in-linux/
ada cara yang bisa dilakukan untuk menghindari ddos dengan melakukakn settingan pada sysctl.conf,

# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1

# Uncomment the next line to enable TCP/IP SYN cookies
# See http://lwn.net/Articles/277146/
# Note: This may impact IPv6 TCP sessions too
net.ipv4.tcp_syncookies=1

Tidak ada komentar: