BernRz In giro se ne trovano molte. Questa direi essere una delle poche veramente completa. Magari fa al caso vostro Private IP Address Ranges Address ranges below are reserved by IANA for private intranets, and not routable to the Internet. For additional information, see RFC 1918. 10.0.0.0 ~ 10.255.255.255 (10.0.0.0/8 prefix) 172.16.0.0 ~ 172.31.255.255 (172.16.0.0/12 prefix) 192.168.0.0 ~ 192.168.255.255 (192.168.0.0/16 prefix) Reserved and special use addresses: 0.0.0.0/8 - Current network (only valid as source address) RFC 1700 100.64.0.0 ~ 100.127.255.255 (100.64.0.0/10 prefix) carrier-grade NAT communication between service provider and subscribers 127.0.0.0 is reserved for loopback and IPC on the localhost. 127.0.0.1 ~ 127.255.255.254 (127.0.0.0/8) - loopback IP addresses (refers to self) RFC 5735 192.0.0.0/24 - reserved (IANA) RFC 5735 192.88.99.0/24 - IPv6 to IPv4 relay. RFC 3068 198.18.0.0/15 - network benchmark tests. RFC 2544 198.51.100.0/24 - TEST-NET-2. RFC 5737 203.0.113.0/24 - TEST-NET-3. RFC 5737 224.0.0.0 ~ 239.255.255.255 (224.0.0.0/4) reserved for multicast addresses. RFC 3171 240.0.0.0/4 - reserved (former Class E network) RFC 1700 255.255.255.255 is the limited broadcast address (limited to all other nodes on the LAN) RFC 919 The last IP of any subnet is reserved for broadcast addressing 0.0.0.0 in routing context means the default route (to "the rest of" the internet) RFC 1700 0.0.0.0 in the context of firewalls means "all addresses of the local machine" RFC 1700
kbios BernRz 255 in any part of the IP is reserved for broadcast addressing Questo è falso, un IPv4 può tranquillamente avere 255 in qualunque parte. È un indirizzo broadcast solo se è l'ultimo della subnet. Per esempio nella subnet 10.0.0.0/8 gli indirizzi 10.255.255.1 e 10.0.0.255 sono validi e non broadcast, solo 10.255.255.255 lo è
Matteo_Mabesolani kbios Questo è falso, un IPv4 può tranquillamente avere 255 in qualunque parte. È un indirizzo broadcast solo se è l'ultimo della subnet. Eh si! Proprio una cappellata! Così come dire che un IP che termina con 0 è sempre la subnet...
DavideDaSerra kbios Anche questo è falso, dipende dalla subnet. Si veda come esempio per una rete /28 (es IP 192.168.0.19 / 28) l'indirizzo di broadcast sarebbe 192.168.0.31 e l'indirizzo di sottorete 192.168.0.16 Il discorso del .255 è sempre broadcast e .0 è sempre la subnet vale solo per le classi /32 /24 /16 e /8
BernRz Matteo_Mabesolani Così come dire che un IP che termina con 0 è sempre la subnet... Dove è scritto, scusa?
Cal BernRz non ho voglia di mettermi a confrontare v4, ma IPv6 manca per intero https://en.wikipedia.org/wiki/Reserved_IP_addresses#IPv6
Cal BernRz dove la vedi la lamentela? Era un'affermazione completamente neutra "X manca" -- non ho neanche detto né inteso che andasse aggiunto, se hai scelto di non metterlo ci sarà un motivo che non abbiamo bisogno di discutere.
kbios DavideDaSerra e infatti io ho scritto che il broadcast è l'ultimo della subnet, non che finisce con 255 😅