DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
In these cases, NAT service is needed on the private GW.
Source NAT on private gateway can be enabled while adding private gateway. To enable source nat user can pass sourcenatsupported=true
parameter to the createPrivateGateway API. sourcenatsupported is not passed then source nat is not set on the private gateway.
It is an optional argument to API.
If Source After enabling source NAT on private gateway interface is enabled then guest , VMs in VPC reaches to enterprise network via private gateway ip address by NATing.Source NAT private gateway can be disabled. On disable the the guest VM traffic will not be NATed.
On deletion of private gateway deletes source NAT rules specific to private gateway get deleted.
API Name | New parameter Parameters | Value Response | |||
|---|---|---|---|---|---|
enableSourceNatOnPrivateGw | privategatewayid | True/False | |||
createPrivateGateway | sourcenatsupported(optional) | true/false | disableSourceNatOnPrivateGw | privategatewayid | True/False |
Table: vpc_gateway private_ip_addres
new column: type default value
Sourcesource_nat nat boolean 0
...
The current private gateway configuration page needs a check box 'Set Source NAT' to enable/disable source NAT on private gateway
Xenserver
KVM
VmWare
No upgrade changes are needed.
To get source nat on existing private gateways, user need to delete and create with source NAT set.