Skip to content

Commit

Permalink
Add the new 100.64/10 nat 444 CGN/LSN shared transition space netbloc…
Browse files Browse the repository at this point in the history
…k here. Also add it as a private network in the private network block
  • Loading branch information
smos committed Jul 27, 2012
1 parent 37bc046 commit 8b1a702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/inc/filter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions etc/inc/pfsense-utils.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
);
Expand Down

0 comments on commit 8b1a702

Please sign in to comment.