Перейти к содержанию

Create

nectl network l3 nat masquerade create

Create NAT Masquerade

nectl network l3 nat masquerade create [flags]

Examples

  nectl network l3 nat masquerade create \
    --network-uuid 8e59b0bb-f9b7-43c5-8dba-9ab511898b78 \
    --pool-start 100.64.0.1 --pool-end 100.64.0.10

Options

  -h, --help                  help for create
      --id string             Masquerade NAT ID (optional)
      --network-uuid string   L3 network ID
      --pool-end ip           NAT pool end IP address
      --pool-start ip         NAT pool start IP address

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO