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.
...
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.
APIs
API Name | Parameters | Response |
|---|---|---|
enableSourceNatOnPrivateGw | privategatewayid | True/False |
disableSourceNatOnPrivateGw | privategatewayid | True/False |
:
API Name | New parameter | Value |
|---|---|---|
createPrivateGateway | sourcenatsupported(optional) | true/false |
...
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.