summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-07-27 04:43:39 +0200
committersmos <seth.mos@dds.nl>2012-07-27 04:43:39 +0200
commit8b1a702394f640131f1e4e1967e7a03a6c91015d (patch)
tree8d5ee170398df8fb82f68f4271f535f84b4f1d06
parent37bc04666aacab7fdf495eb3421f40eb5f452a29 (diff)
downloadpfsense-8b1a702394f640131f1e4e1967e7a03a6c91015d.zip
pfsense-8b1a702394f640131f1e4e1967e7a03a6c91015d.tar.gz
Add the new 100.64/10 nat 444 CGN/LSN shared transition space netblock here. Also add it as a private network in the private network block
-rw-r--r--etc/inc/filter.inc1
-rw-r--r--etc/inc/pfsense-utils.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 5fe05f8..c74ae78 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2544,6 +2544,7 @@ EOD;
antispoof for \${$oc['descr']}
block in $log quick on \${$oc['descr']} from 10.0.0.0/8 to any label "Block private networks from {$oc['descr']} block 10/8"
block in $log quick on \${$oc['descr']} from 127.0.0.0/8 to any label "Block private networks from {$oc['descr']} block 127/8"
+block in $log quick on \${$oc['descr']} from 100.64.0.0/10 to any label "Block private networks from {$oc['descr']} block 100.64/10"
block in $log quick on \${$oc['descr']} from 172.16.0.0/12 to any label "Block private networks from {$oc['descr']} block 172.16/12"
block in $log quick on \${$oc['descr']} from 192.168.0.0/16 to any label "Block private networks from {$oc['descr']} block 192.168/16"
block in $log quick on \${$oc['descr']} from fc00::/7 to any label "Block ULA networks from {$oc['descr']} block fc00::/7"
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 2d8e2ba..eaa416d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -115,6 +115,7 @@ function is_private_ip($iptocheck) {
$isprivate = false;
$ip_private_list=array(
"10.0.0.0/8",
+ "100.64.0.0/10",
"172.16.0.0/12",
"192.168.0.0/16",
);
OpenPOWER on IntegriCloud