people from trying notations like '10.6/16', which is accepted but does
not mean what you probably think. Per example from Paul Forgey.
-
+
Client Authentication
- A typical CIDR-address is
+ Typical examples of a CIDR-address are
172.20.143.89/32 for a single host, or
- 172.20.143.0/24 for a network.
+ 172.20.143.0/24 for a small network, or
+ 10.6.0.0/16 for a larger one.
To specify a single host, use a CIDR mask of 32 for IPv4 or
- 128 for IPv6.
+ 128 for IPv6. In a network address, do not omit trailing zeroes.