Opened 12 years ago
Last modified 12 years ago
#1292 new enhancement
CIDR support for Intranet and monitoring
Reported by: | drhardy | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.11.0 |
Component: | General | Version: | v2.8.0 |
Keywords: | Cc: |
Description
I'd like to be able to specify a multiple CIDR-formatted subnet addresses in both:
- Administration > System Configuration > Intranet section
- White-list parameter to the MonitorSecurityFilter in WEB-INF/web.xml
We use multiple subnetwork for our firewall configurations, etc. and the CIDR format is most useful for us.
Here's an example CIDR-formatted *multi-valued* parameter:
<param-name>white-list</param-name> <param-value>
localhost 10.0.0.0/8 127.0.0.0/8 172.16.0.0/12 192.168.0.0/16 169.254.0.0/16 192.0.2.0/24
</param-value>
Note:
See TracTickets
for help on using tickets.