diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index a44cb41648..118da50856 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -5,6 +5,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
diff --git a/conf.default/config.xml b/conf.default/config.xml
index c866332f63..d3842d894a 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -5,6 +5,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