I'm trying to list all ip addresses that lie between two ip numbers given a start and an end address.
Does anyone have a code snippet of this that they can show?
Split both IPs using the '.' as the delimiter. Then have 4 nested loops that will loop from start IP to end IP
Diego