Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

New gatewayInternalNetworks managed setting restricts Cloud gateway sign-in to declared network ranges

Admins can lock Claude Code sign-in to a gateway that resolves only within their org's declared network CIDR blocks

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaGatewaywhat it touches
KindImprovementsin v2.1.268,
Group of 5 You'll notice

Admins can lock Claude Code sign-in to a gateway that resolves only within their org's declared network CIDR blocks

What

A new admin-only managed-settings key, gatewayInternalNetworks, lets an organization declare the CIDR (network address range) blocks its Cloud gateway login host must resolve within.

  • Up to 4 non-overlapping blocks can be listed; Claude Code validates them and rejects public/documentation/reserved or overlapping ranges, and caps how many can be listed.
  • On /login, Claude Code checks that both DNS resolution and the actual TLS connection to the gateway land inside a declared network, and refuses sign-in with a specific error if the machine's address or the gateway's answer falls outside it.
  • If the resolved gateway host falls inside a declared network but the connection would route through an HTTP proxy, login now refuses to proceed and tells the user to add the host to NO_PROXY instead.
  • The setting is merged using "highest source wins" rules, the same treatment given to forceLoginOrgUUID, forceLoginMethod, and forceLoginGatewayUrl, and it's threaded into the OAuth/gateway login screen.

Why

This lets an organization pin employee sign-in to a gateway that only exists on its own private or approved network, closing off sign-in attempts (or man-in-the-middle style redirects) that resolve or connect outside that network.

Read from
Names in the bundleNO_PROXY
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up NO_PROXY, on Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry. | Private-network address | At `/login`, Claude Code requires the gateway's hostname or IP address to resolve only to private addresses: RFC 1918, link-local, CGNAT `100.64.0.0/10`, IPv6 ULA `fc00::/7`, or loopback. For a gateway you host,… claude-apps-gateway see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up NO_PROXY, on Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud…
Anthropic's release notes agreeAdded the gatewayInternalNetworks managed setting, letting administrators allow /login to a Claude apps gateway on their organization's own…

See this entry in the whole of v2.1.268 →