Project

General

Profile

« Previous | Next » 

Revision 8b1a7023

Added by Seth Mos about 13 years ago

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

View differences:

etc/inc/filter.inc
2544 2544
antispoof for \${$oc['descr']}
2545 2545
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"
2546 2546
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"
2547
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"
2547 2548
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"
2548 2549
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"
2549 2550
block in $log quick on \${$oc['descr']} from fc00::/7 to any label "Block ULA networks from {$oc['descr']} block fc00::/7"
etc/inc/pfsense-utils.inc
115 115
        $isprivate = false;
116 116
        $ip_private_list=array(
117 117
               "10.0.0.0/8",
118
               "100.64.0.0/10",
118 119
               "172.16.0.0/12",
119 120
               "192.168.0.0/16",
120 121
        );

Also available in: Unified diff