View Single Post
Old 04-03-2016, 10:21 AM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
Quote:
Originally Posted by KlenTelaris View Post
+1

Tho, there is way to manually extract targeted ip range, but it is toomuch hassle, better to buy commercial database like that one or any of available cheaper alternatives.
Use LINUX in terminal
root@--:~# apt-get install ipcalc
Code:
user@--:~# ipcalc 68.100.100.0/24
Address:   68.100.100.0         01000100.01100100.01100100. 00000000
Netmask:   255.255.255.0 = 24   11111111.11111111.11111111. 00000000
Wildcard:  0.0.0.255            00000000.00000000.00000000. 11111111
=>
Network:   68.100.100.0/24      01000100.01100100.01100100. 00000000
HostMin:   68.100.100.1         01000100.01100100.01100100. 00000001
HostMax:   68.100.100.254       01000100.01100100.01100100. 11111110
Broadcast: 68.100.100.255       01000100.01100100.01100100. 11111111
Hosts/Net: 254
you need to understand the /CDIR blocks /28 /24/ ... /8 etc
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote