Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F60C104E0 for ; Thu, 1 Aug 2013 09:00:25 +0000 (UTC) Received: (qmail 53707 invoked by uid 500); 1 Aug 2013 09:00:25 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 53689 invoked by uid 500); 1 Aug 2013 09:00:25 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 53682 invoked by uid 99); 1 Aug 2013 09:00:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 09:00:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C2CCA8B59F0; Thu, 1 Aug 2013 09:00:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: radhika@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 085dc71 Date: Thu, 1 Aug 2013 09:00:23 +0000 (UTC) Updated Branches: refs/heads/master 871e3bb27 -> 085dc7126 CLOUDSTACK-3236 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/085dc712 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/085dc712 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/085dc712 Branch: refs/heads/master Commit: 085dc7126638b00b2b50a97147c0670112956adc Parents: 871e3bb Author: Radhika PC Authored: Thu Aug 1 14:27:44 2013 +0530 Committer: Radhika PC Committed: Thu Aug 1 14:28:20 2013 +0530 ---------------------------------------------------------------------- docs/en-US/portable-ip.xml | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/085dc712/docs/en-US/portable-ip.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/portable-ip.xml b/docs/en-US/portable-ip.xml index 83d5b43..68b759b 100644 --- a/docs/en-US/portable-ip.xml +++ b/docs/en-US/portable-ip.xml @@ -24,10 +24,10 @@ About Portable IP Portable IPs in &PRODUCT; are region-level pool of IPs, which are elastic in nature, that can be transferred across geographically separated zones. As an administrator, you can - provision a pool of portable IPs at region level and are available for user consumption. The - users can acquire portable IPs if admin has provisioned portable public IPs at the region - level they are part of. These IPs can be use for any service within an advanced zone. You can - also use portable IPs for EIP services in basic zones. + provision a pool of portable public IPs at region level and are available for user + consumption. The users can acquire portable IPs if admin has provisioned portable IPs at the + region level they are part of. These IPs can be use for any service within an advanced zone. + You can also use portable IPs for EIP services in basic zones. The salient features of Portable IP are as follows: IP is statically allocated @@ -42,19 +42,17 @@ IP is transferable across both Basic and Advanced zones - IP is transferable across VPC, non-VPC Isolated and Shared networks - - - - - - + IP is transferable across VPC, non-VPC isolated and shared networks + + Guidelines + Before transferring to another network, ensure that no network rules (Firewall, Static + NAT, Port Forwarding, and so on) exist on that portable IP. +
Configuring Portable IPs - Log in to the &PRODUCT; UI as an administrator or end user. @@ -129,4 +127,16 @@
+
+ Transferring Portable IP + An IP can be transferred from one network to another only if Static NAT is enabled. + However, when a portable IP is associated with a network, you can use it for any service in + the network. + To transfer a portable IP across the networks, execute the following API: + http://localhost:8096/client/api?command=enableStaticNat&response=json&ipaddressid=a4bc37b2-4b4e-461d-9a62-b66414618e36&virtualmachineid=a242c476-ef37-441e-9c7b-b303e2a9cb4f&networkid=6e7cd8d1-d1ba-4c35-bdaf-333354cbd49810 + Replace the UUID with appropriate UUID. For example, if you want to transfer a portable IP + to network X and VM Y in a network, execute the following: + http://localhost:8096/client/api?command=enableStaticNat&response=json&ipaddressid=a4bc37b2-4b4e-461d-9a62-b66414618e36&virtualmachineid=Y&networkid=X + +