Top "Cidr" questions

Classless Inter-Domain Routing, a method for allocating TCP/IP network addresses and routing data packets.

List IP all addresses in a subnet

I need to get all of the IP addresses contained in within a subnet and I'm trying to do it …

c# ip-address subnet cidr
List of IP addresses in Python to a list of CIDR

How do I convert a list of IP addresses to a list of CIDRs? Google's ipaddr-py library has a method …

python ip cidr
CIDR notation and IP range validator pattern

I have a pattern to validate normal IP addresses, that is : private static final String PATTERN = "^([01]?\\d\\d?|2[0-4]\\d|25[0…

java regex ip cidr
Matching IPv6 address to a CIDR subnet

Is there a good way to match an IPv6 address to an IPv6 subnet using CIDR notation? What I am …

php ip ipv6 cidr
Getting 'Must be valid Ipv4 CIDR' error after passing subnet's CIDR block

I have created a VPC(public and private subnets) on AWS with IPV4 CIDR block as 10.0.0.0/26 (i.e. it can …

amazon-vpc subnet cidr
Using SQL to determine cidr value of a subnet mask

I'd like to find a way to do a SQL query that will calculate the cidr (bit representation) of a …

sql subnet bitmask cidr
How can I determine an appropriate pod CIDR value for a Kubernetes cluster?

I'm initiating a kubernetes cluster with: kubeadm init --pod-network-cidr=192.168.1.0/16 --apiserver-advertise-address=192.168.0.33 I'm not too familiar with networking concepts or CIDR, how …

kubernetes cidr kubeadm
In Java, given an IP Address range, return the minimum list of CIDR blocks that covers the range

I am having trouble with some of the logic in converting an IP Address range into a list of CIDR …

java ip cidr
php cidr prefix to netmask

I'm looking to convert a cidr prefix (e.g. /28) to a netmask (e.g. 255.255.255.240) and have not located a function …

php ipv4 cidr
Convert CIDR notation into IP range

We are using the GeoLite2 database in order to implement an IP -> country lookup. For performance reasons, we …

c# .net ip-address cidr