> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ranges of private IP addresses per region for a default private pool

Every project has a [default pool](/vpc/overview#default-virtual-networks-resources) of private IPv4 addresses, called `default-network-pool`. Its CIDR block depends on the [region](/overview/regions) of the project (private regions are marked with <sup>\*</sup>):

<table>
  <thead>
    <tr>
      <th>Region</th>
      <th>CIDR block</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><code>eu-north1</code> (Finland)</td>
      <td>10.0.0.0/13</td>
    </tr>

    <tr>
      <td><code>eu-west1</code> (France)</td>
      <td>10.48.0.0/13</td>
    </tr>

    <tr>
      <td><code>me-west1</code> (Israel)</td>
      <td>10.144.0.0/13</td>
    </tr>

    <tr>
      <td><code>us-central1</code> (Kansas City, Missouri, US)</td>
      <td>10.96.0.0/13</td>
    </tr>

    <tr>
      <td><code>eu-north2</code><i><Tooltip href="/overview/regions" cta="Private region">\*</Tooltip></i> (Iceland)</td>
      <td>10.24.0.0/13</td>
    </tr>

    <tr>
      <td><code>uk-south1</code> (United Kingdom)</td>
      <td>10.64.0.0/13</td>
    </tr>
  </tbody>
</table>

These CIDR blocks are allocated for a default network, and a default subnet reuses them.

If you need other CIDR blocks, you can either edit the CIDR block of the default private pool or create new pools with the required CIDR blocks.

<Note>
  When you choose a custom CIDR block, avoid `172.17.0.0/16`. It conflicts with the Docker default bridge network and can make virtual machines unreachable. For more information, see [Virtual machine is unreachable due to a Docker subnet conflict](/compute/virtual-machines/docker-subnet-conflict).
</Note>
