Index: /branches/releng-9.0/nanobsd/files/etc/rc.conf
===================================================================
--- /branches/releng-9.0/nanobsd/files/etc/rc.conf	(revision 10718)
+++ /branches/releng-9.0/nanobsd/files/etc/rc.conf	(revision 10719)
@@ -23,4 +23,10 @@
 lvrouted_enable="YES"
 lvrouted_flags="-u -s s00p3rs3kr3t -m 28"
+
+# Block the full range as smaller subnets are used for allowances, this avoids
+# traffic going out (due to the default route) to unreachable parts to the
+# 172.16.0.0/12 network. 
+static_routes="quickstop"
+route_quickstop="-net 172.16.0.0/12 127.0.0.1 -reject"
 
 # NTP server needs working config with WL network or internet on boot
