Skip to content

Timed out & What does /XX mean? #12

Discussion options

You must be logged in to vote

If you want to ping IPs then use ipv4_list.txt or ipv6_list.txt, not the CIDR lists.

IP/bits is format known as CIDR notation. As you know, IPv4 is 32 bits and IPv6 is 128 bits. (You can kinda write a single IP also in this notation for example 192.168.1.2/32 but that is not the intention here) The bits in this notation determine how many bits from left to right will remain unchanged in a subnet. So if I say for example 192.168.1.0/24, this means the first 24 bits remains unchanged in this subnet (which is 192.168.1) and rest of the bits can change. So, this basically means the IPs 192.168.1.0 to 192.168.1.255 are all part of this subnet. Similarly, 192.168.0.0/16 will mean a subnet of 19…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by touhidurrr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11 on October 09, 2024 10:33.