Updated Branches: refs/heads/4.0 5f6cffc60 -> 2163c14d8
CLOUDSTACK-397: Fixed guest traffic diagram. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2163c14d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2163c14d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2163c14d Branch: refs/heads/4.0 Commit: 2163c14d88f2b95d0e38decdee97012a26509aed Parents: 5f6cffc Author: Joe Brockmeier <[email protected]> Authored: Thu Mar 7 00:03:41 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Thu Mar 7 00:03:41 2013 -0600 ---------------------------------------------------------------------- docs/en-US/guest-traffic.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2163c14d/docs/en-US/guest-traffic.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/guest-traffic.xml b/docs/en-US/guest-traffic.xml index 96f9c06..0c31adb 100644 --- a/docs/en-US/guest-traffic.xml +++ b/docs/en-US/guest-traffic.xml @@ -25,12 +25,12 @@ <section id="guest-traffic"> <title>Guest Traffic</title> <para>A network can carry guest traffic only between VMs within one zone. Virtual machines in different zones cannot communicate with each other using their IP addresses; they must communicate with each other by routing through a public IP address.</para> - <para>Figure 1 illustrates a typical guest traffic setup:</para> + <para>This figure illustrates a typical guest traffic setup:</para> <mediaobject> <imageobject> - <imagedata fileref="./images/basic-deployment.png" /> + <imagedata fileref="./images/guest-traffic-setup.png" /> </imageobject> - <textobject><phrase>guesttraffic.png: Depicts a guest traffic setup</phrase></textobject> + <textobject><phrase>Depicts a guest traffic setup</phrase></textobject> </mediaobject> <para>The Management Server automatically creates a virtual router for each network. A virtual router is a special virtual machine that runs on the hosts. Each virtual router has three network interfaces. Its eth0 interface serves as the gateway for the guest traffic and has the IP address of 10.1.1.1. Its eth1 interface is used by the system to configure the virtual router. Its eth2 interface is assigned a public IP address for public traffic.</para> <para>The virtual router provides DHCP and will automatically assign an IP address for each guest VM within the IP range assigned for the network. The user can manually reconfigure guest VMs to assume different IP addresses.</para>
