Ticket #36 (closed defect: Fixed)
Private IP-range not correct
| Reported by: | jacco | Owned by: | Cheez |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | HellaWorld | Version: | 1.9 |
| Keywords: | Cc: |
Description
The private IP-ranges are not correctly defined. The range 172.168.0.0/12 is not valid. It should be 172.16.0.0/12. See http://en.wikipedia.org/wiki/Private_network.
Fix: File/release: $Id: index.php 172 2008-01-12 19:40:46Z drarok $ Line 93: change "$iprange = '192.168.0.0/16,10.0.0.0/8,172.168.0.0/12';" in "$iprange = '192.168.0.0/16,10.0.0.0/8,172.16.0.0/12';"
Change History
Note: See
TracTickets for help on using
tickets.
