Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I'm having trouble sorting the IP Addresses in a format where I can select the first and last IPs. What ends up happening is that I get a table with the following results (first row only):

    id first_address last_address
    1 182.240.42.115/1 182.240.42.115/1

    From my output, it looks like I'm approaching this the wrong way (using Min() and Max() )