From 9299ceaf2cf959475d07079ef42968305c951fb8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 May 2007 22:34:48 +0000 Subject: Add overlooked sysctl's. --- conf.default/config.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'conf.default') diff --git a/conf.default/config.xml b/conf.default/config.xml index c866332..d3842d8 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -6,6 +6,41 @@ nervecenter + Drop packets to closed TCP ports without returning a RST + net.inet.tcp.blackhole + 2 + + + Do not send ICMP port unreachable messages for closed UDP ports + net.inet.udp.blackhole + 1 + + + Randomize the ID field in IP packets (default is 0: sequential IP IDs) + net.inet.ip.random_id + 1 + + + Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway) + net.inet.tcp.drop_synfin + 1 + + + Disable sending IPv4 redirects + net.inet.ip.redirect + 0 + + + Disable sending IPv6 redirects + net.inet6.ip6.redirect + 0 + + + Generate SYN cookies for outbound SYN-ACK packets + net.inet.tcp.syncookies + 1 + + Maximum incoming/outgoing TCP datagram size (receive) net.inet.tcp.recvspace 65228 -- cgit v1.1