r Owner's manual

WhitePaperNetworkingwithEclerNetManager
Document:AS Version:1.0 Date: Page3 of12
Prefixsize Networkmask
Available
subnets
Usablehosts
persubnet
/24 255.255.255.0 1 254
/25 255.255.255.128 2 126
/26 255.255.255.192 4 62
/27 255.255.255.224 8 30
/28 255.255.255.240 16 14
/29 255.255.255.248 32 6
/30 255.255.255.252 64 2
/31 255.255.255.254 128 2
Latestbitsfromnetmaskmustfollowtheaboveconvention;thusamaskof255.255.255.127
isnotlegal,whereas255.255.255.128isOk.
Forinstance,agoodconfigurationbetweenaPCandadeviceis:
PC DEVICE
IPaddress 10.0.0.2 10.0.0.210
Mask 255.255.255.0 255.255.255.0
TheIPaddress&Maskcombinationaboveallowsfortheconnectionofupto254deviceson
thesamesubnet.
Exampleofawrongconfiguration:
PC DEVICE
IPaddress 10.0.0.2 10.2.100.23
Mask 255.255.255.0 255.255.255.0
Andacorrectone,instead:
PC DEVICE
IPaddress 10.0.0.2 10.2.100.23
Mask 255.0.0.0 255.0.0.0
Twomorewrongconfigurationexampl es:
PC DEVICE
IPaddress 10.0.0.2 192.168.0.100
Mask 255.255.255.0 255.255.255.0