Ticket #36 (closed defect: Fixed)

Opened 5 months ago

Last modified 3 months ago

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

Changed 3 months ago by drarok

  • status changed from new to closed
  • resolution set to Fixed

Oops, you're right. Fixed in r182.

Note: See TracTickets for help on using tickets.