Logo

Command Palette

Search for a command to run...

gateways add

Add a gateway server to a Cloud 66 account.

$ cx gateways add --name <gateway name> --address <gateway address> --username <gateway username> --private-ip <private ip of gateway>

Options

ArgumentRequired?DefaultDescription
--name <gateway name>yesThe name of the gateway
--address <gateway address>yesThe IP address of the gateway
--username <gateway username>yesThe username for accessing the gateway
--private-ip <private ip of gateway>yesThe private IP address to use to access the network behind the gateway

Examples

$ cx gateways add --name aws_bastion --address 192.168.100.100  --username ec2-user  --private-ip 192.168.1.1
$ cx --org My_Awesome_org gateways add --name aws_bastion --address 1.1.1.1  --username ec2-user  --private-ip 192.168.2.2