By NHI Mgmt Group Editorial TeamPublished 2026-06-17Domain: General NHISource: DigiCert

TL;DR: IP addresses still underpin routing, DNS resolution, and device identification, but the article shows that IPv4 exhaustion, dual-stack complexity, and IPv6 adoption gaps are now shaping operational risk for network and security teams, according to DigiCert. The bigger lesson is that addressing is no longer just a networking concern; it is a governance problem for connected identity at scale.


At a glance

What this is: This is a practical explainer of how IP addresses work, with a key finding that IPv4 exhaustion and uneven IPv6 adoption are now forcing more complex network operations.

Why it matters: It matters because IAM and security teams increasingly depend on reliable addressability, routing, and DNS control to support access, segmentation, and service trust across human, NHI, and machine-connected environments.

By the numbers:

👉 Read DigiCert's guide to IP addresses, IPv4, IPv6, and DNS routing


Context

IP addressing is the basic mechanism that lets devices locate each other, route traffic, and keep internet services reachable. In identity and access terms, it is part of the connectivity layer that sits underneath DNS, service access, and network trust decisions, which is why IP address management still affects security operations.

The article argues that IPv4 scarcity, NAT dependence, and slower IPv6 adoption are making that layer more operationally fragile. For teams running hybrid estates, cloud services, and machine identities, addressability is no longer a background network issue; it is a control point that shapes reliability, observability, and policy enforcement.


Key questions

Q: How should security teams use IP addresses in access decisions?

A: Security teams should use IP addresses as supporting telemetry, not as a primary trust signal. IPs are useful for routing, anomaly detection, and troubleshooting, but they are weak as identity proof because NAT, DHCP, cloud mobility, and shared networks can all change what an address represents. Access decisions should rely on stronger identity and policy controls, with IP treated as a context signal.

Q: Why do IPv4 limitations still matter for identity and security programmes?

A: IPv4 limitations still matter because many access controls, logs, and service designs were built around a world where addresses felt stable and plentiful. Exhaustion pushes organisations toward NAT, shared egress, and address reuse, which reduces traceability and increases operational complexity. That means security teams must govern address handling as part of broader trust and observability design.

Q: What breaks when organisations rely on static IP assumptions?

A: Static IP assumptions break when services move, scale, or share infrastructure. The result is brittle allowlists, inconsistent monitoring, and controls that fail silently when a host’s address changes. In hybrid and cloud environments, this creates policy drift because the security model depends on a location signal that is no longer durable.

Q: What is the difference between DNS records and IP routing from a governance perspective?

A: DNS resolves names to addresses, while IP routing moves packets across networks. Governance needs to cover both because a correct route is useless if DNS is stale, and a correct DNS record is useless if routing or NAT is misconfigured. Teams should manage them as linked control planes, not separate technical chores.


Technical breakdown

IPv4 exhaustion and why NAT became a bridge, not a fix

IPv4 uses a 32-bit address space, which created roughly 4.3 billion unique addresses. That pool is now exhausted, so organisations leaned on NAT to let many private devices share one public address. NAT extends IPv4 usefulness, but it also hides individual hosts behind translation state, which complicates tracing, segmentation, and inbound service design. It is a workaround for scarcity, not a replacement for address growth. Practical implication: teams should treat NAT as a containment layer and inventory where it masks device identity or breaks traceability.

Practical implication: teams should treat NAT as a containment layer and inventory where it masks device identity or breaks traceability.

IPv6, dual-stack operations, and DNS record management

IPv6 solves the scale problem with a 128-bit address space and a vastly larger pool of unique addresses. In practice, adoption is uneven, so many organisations run dual-stack environments with both A and AAAA records. That keeps legacy and modern clients working together, but it also doubles the burden on DNS configuration, troubleshooting, and change control. Misaligned records can break reachability in ways that are hard to diagnose because the same hostname may resolve differently across clients. Practical implication: teams need strict DNS governance when both protocols are active.

Practical implication: teams need strict DNS governance when both protocols are active.

Public, private, static, and dynamic addresses in enterprise design

Public IPs are globally routable, private IPs are internal only, static IPs stay fixed, and dynamic IPs change over time through DHCP. Those differences matter because security controls often assume stability when they are really getting temporary network location. Static IPs simplify server hosting and allowlisting, while dynamic IPs improve scale for endpoints and consumer devices. The trade-off is that policy, logging, and access logic must adapt to changing addresses rather than treating IP as a durable identity signal. Practical implication: review where access policies still depend on static address assumptions.

Practical implication: review where access policies still depend on static address assumptions.


NHI Mgmt Group analysis

IP address management is now part of identity governance, not just network administration. When addressing determines how services are found, authenticated, and monitored, it shapes the trust boundary that IAM and security teams depend on. IPv4 scarcity and IPv6 transition friction turn address management into an operational control surface. Practitioners should treat it as part of access design, not an isolated infrastructure task.

Static address assumptions create a governance blind spot. The article shows that many services still rely on fixed IPs for hosting, allowlisting, and troubleshooting, even as dynamic addressing becomes the norm. That mismatch makes policy brittle because the control is anchored to a location signal that can change or be shared. The practical conclusion is that teams need to stop equating network location with stable identity.

NHI blast radius is amplified when IP and identity are conflated. Service accounts, APIs, and workload identities are often deployed in network architectures that still assume the IP layer can stand in for trust. It cannot. Once NAT, dual-stack routing, and cloud elasticity are in play, the scope of a credential or workload is better governed by identity and policy than by address. Practitioners should separate who or what is acting from where traffic appears to come from.

IPv6 transition exposes control debt in DNS, logging, and policy enforcement. Dual-stack environments do not just add another protocol, they create two parallel resolution paths and two sets of failure modes. That increases the chance of inconsistent access behaviour, missing telemetry, and misconfigured records. The practical conclusion is that teams need governance for address resolution itself, not only for the workloads behind it.

From our research:

  • Data from Google shows IPv6 global adoption reached just under 50% as of early 2025, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.
  • To connect address governance with secret hygiene, read Ultimate Guide to NHIs , What are Non-Human Identities for the identity context behind machine access.

What this signals

IP governance is increasingly a control-plane issue. As organisations move deeper into dual-stack and cloud-native environments, the question is no longer whether IPs exist, but whether they still provide enough operational certainty to support policy, telemetry, and incident response. Teams should expect more friction where network assumptions are still being used as identity shortcuts.

Address stability is becoming less reliable than service identity. That shift matters for IAM and NHI programmes because controls that key off location will keep eroding as workloads move across subnets, clouds, and translation layers. Practitioners should use this moment to align DNS, monitoring, and identity ownership so access decisions are not built on stale network assumptions.

With just under 50% global IPv6 adoption reported by Google as of early 2025, the transition is no longer speculative. The practical signal for security teams is to test whether their logs, naming, and segmentation controls behave consistently when the same service resolves through both A and AAAA paths.


For practitioners

  • Inventory address-dependent controls Map every place where firewall rules, allowlists, certificate validation, monitoring, or service access still depends on a stable IP. Replace hidden address assumptions with explicit identity, policy, or service-owner controls where possible.
  • Validate dual-stack DNS governance Check that A and AAAA records are managed together, tested together, and monitored together so one protocol does not drift out of sync with the other. Include rollback steps for environments that fail only on IPv6 clients.
  • Separate network location from trust decisions Use IP data for routing and telemetry, not as a primary trust signal for access decisions. Where IP-based controls remain, document them as compensating controls with explicit owners and review cycles.
  • Plan IPv6 adoption as a governance project Treat the move to IPv6 as a change-management programme that spans DNS, logging, monitoring, application compatibility, and operational runbooks. That reduces the risk of fragmented rollout across business units and providers.

Key takeaways

  • IP address management now affects security governance because addressability, DNS, and routing all shape how systems are reached and controlled.
  • IPv4 exhaustion and uneven IPv6 adoption create operational complexity that can weaken traceability, policy consistency, and service reliability.
  • Teams should stop using IP as a stand-in for trust and manage address dependencies as part of broader identity and access design.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AC-1Access and network location assumptions are tied to identity and routing.
NIST Zero Trust (SP 800-207)SC-7Segmentation and network path control depend on how addresses are managed.
OWASP Non-Human Identity Top 10NHI-01Workload and machine access often depends on address context as a weak trust signal.

Review IP-based trust rules under PR.AC-1 and remove any that no longer reflect actual identity.


Key terms

  • IPv4 Exhaustion: The point at which the remaining pool of IPv4 addresses is no longer sufficient for new allocations. This forces operators to reuse, transfer, or translate addresses, increasing dependence on NAT and adding complexity to tracking and governance.
  • Dual-Stack Networking: An environment that runs IPv4 and IPv6 side by side so systems can communicate with both address families. It improves compatibility during migration, but it also creates parallel configuration paths that must be managed consistently across DNS, routing, and monitoring.
  • Network Address Translation: A technique that allows multiple private devices to share one public IP address by rewriting packet headers at the network edge. It extends the life of IPv4, but it obscures internal host identity and can make tracing and policy enforcement harder.
  • AAAA Record: A DNS record that maps a domain name to an IPv6 address. It is the IPv6 equivalent of an A record and becomes important when organisations need to support modern clients without breaking compatibility for older IPv4-only systems.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by DigiCert: What is an IP Address. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-17.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org