View Single Post
Old 04-03-2016, 03:06 PM  
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
Quote:
Originally Posted by Barry-xlovecam View Post
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
Toomuch hassle to understand Cidr blocks, as you can simply use ipcalc instead.
Plus only cidr range which actually matter is /24
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote