I have a server app which has to check if the client's IP address is in
certain range (in order to grant access to the server).
There is a file on the server containing list of
ranges of IP addresses. I am not sure how to implement this checking
procedure.
Nick