Actions
Bug #3307
closedrc.update_bogons.sh doesn't filter out all private address space
Status:
Closed
Priority:
Very Low
Assignee:
-
Category:
Rules / NAT
Target version:
-
Start date:
11/07/2013
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
All
Description
line 103 of /etc/rc.update_bogons.sh currently only egrep's out:
192.168.0.0/16
172.16.0.0/12
10.0.0.0/8
While not strictly RFC 1918 it should probably also include:
100.64.0.0/10
127.0.0.0/8
As these are included in /etc/filter.inc as private networks.
Updated by Doktor Notor about 11 years ago
Not just this. See also https://redmine.pfsense.org/issues/3214
Updated by Chris Buechler over 9 years ago
- Status changed from New to Closed
this works as intended. Private networks is meant for RFC 1918, bogons has the remainder.
Actions