Return List of IP Addresses from a IP Range in Python or PHP
In PHP: $x = ip2long('10.0.1.1'); $y = ip2long('10.0.1.6'); for ($i=$x;$i<=$y;$i++)