Add-VBRCloudGateway
Short Description
Creates cloud gateways for Veeam Cloud Connect.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a cloud provider license.
Syntax
|
Add-VBRCloudGateway [-Description <String>] [-Server <CHost>] [-IpAddress <String>] [-IncomingPort <Int32>] [-NATPort <Int32>] [-NetworkMode <VBRGatewayNetworkMode>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a cloud gateway.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies the description of the cloud gateway. |
|
False |
Named |
False |
|
IncomingPort |
Specifies a port on the NAT gateway used for listening to connections from users and passing cloud commands from users to the SP Veeam backup server.
Permitted values:
Default: |
|
False |
Named |
False |
|
IpAddress |
Specifies an external IP address of the NAT or network interface gateway.
Accepts the |
|
False |
Named |
False |
|
NATPort |
Specifies an external port that will be used by the Veeam backup server to connect to the gateway.
Permitted values:
Default: (for |
|
False |
Named |
False |
|
NetworkMode |
Specifies the network mode: |
|
False |
Named |
False |
|
Server |
Specifies server that will perform the role of a cloud gateway. You can select any server added to Veeam Backup & Replication or assign the cloud gateway role to the Veeam backup server itself. Accepted server types: Windows, Local. Default: Local. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Adding New Gateway with Direct Network Connection
|
This example shows how to add a new cloud gateway with a direct network connection. The port that will be used by Veeam Backup & Replication to connect to the gateway server is
Perform the following steps:
|
Example 2. Adding New Gateway in Local Network Behind NAT Gateway
|
This example shows how to add a new cloud gateway in the local network behind the NAT gateway with the following settings:
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.