Hi,
OK so the issue here was that you're prefixing one of the digits with a zero.
The IP's end in .01
This seems to confuse PHP's ip2long() function. So I've added code that will catch this in future in case you or someone elses tries to do it.
In the mean time just remove the '0' before any digit and it'll work fine.
Regards,
Mark.