I have strange situation where I would have to insert ip address in certain range , Would there be any simple way to do it instead of inserting 100s of ip address manually
example
ip address range - 33.44.0.1 to 33.44.0.254
table stucture
id, IP, timestamp, timestamp, assigned, not_assigned
1 33.44.0.1 2016-07-04 2016-07-04 0 1
Would there be any way to do it?