# exo compute private-network create
### Description

This command creates a Compute instance Private Network.

Supported output template annotations: .ID, .Name, .Description, .Zone, .Type, .StartIP, .EndIP, .Netmask, .Leases, .Options

```
exo compute private-network create NAME [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--description` | Private Network description |
|`--dns-server` | DHCP option 6: DNS servers (can be specified multiple times) |
|`--domain-search` | DHCP option 119: domain search list (limited to 255 octets, can be specified multiple times) |
|`--end-ip` | Private Network range end IP address |
|`--help, -h` | help for create |
|`--netmask` | DHCP option 1: Subnet netmask |
|`--ntp-server` | DHCP option 42: NTP servers (can be specified multiple times) |
|`--router` | DHCP option 3: Routers (can be specified multiple times) |
|`--start-ip` | Private Network range start IP address |
|`--zone, -z` | Private Network zone |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [private-network]({{< ref "../private-network">}})	 - Private Networks management


