When sorting by the IP address column, is it possible to sort by octet rather than by straight numbers? For instance, when I sort by IP address, they are listed in this sort of order:
10.1.11.32
10.1.11.6
10.10.11.1
10.114.11.1
10.5.11.1
10.81.11.1
I would like to see that sorted like this instead:
10.1.11.6
10.1.11.32
10.5.11.1
10.10.11.1
10.81.11.1
10.114.11.1