As of today asciinema.org blocks all traffic coming from all Azure CIDRs due to the abuse coming from there.
As of today asciinema.org blocks all traffic coming from all Azure CIDRs due to the abuse coming from there.
@adingbatponder @asciinema
Classless Inter-Domain Routing, as explained here:
https://www.ripe.net/about-us/press-centre/understanding-ip-addressing/
Example: 192.0.2.0/24 = every address from 192.0.2.0 to 192.0.2.255 (total 256)
In the very early days, sets of IP address allocations for networks were divided up by class, using mostly 3 fixed-length prefixes:
/24 = "Class C"
/16 = "Class B"
/8 = "Class A"
This resulted in a lot of wasted addresses, if a network wasn't using all of their block.
Hence the new way was called 'Classless'.