PDA

View Full Version : IPV4 and IPV6 address validation



vivek.panchal
14th December 2012, 06:57
Hi,

I am designing an module in which user will be asked to enter IP address(either in IPV4 or IPV6). I have to validate this entered address. so i dont know the valid ip range for IPV6 . for example , in IPV4 we cant assign 0.0.0.0 or 127.0.0.0 or last octet should not be 0 or 255.. i want to know same rules for IPV6 version.

Thanks in Advance...