Updated Branches:
  refs/heads/master bd904df02 -> d15c50657

CLOUDSTACK-397 - removed image that wasn't conveying networking layout properly


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d15c5065
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d15c5065
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d15c5065

Branch: refs/heads/master
Commit: d15c5065719b5c18adec17de6fa4992891dccad4
Parents: bd904df
Author: David Nalley <[email protected]>
Authored: Fri Nov 16 18:50:45 2012 -0500
Committer: David Nalley <[email protected]>
Committed: Fri Nov 16 18:50:45 2012 -0500

----------------------------------------------------------------------
 docs/en-US/guest-traffic.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d15c5065/docs/en-US/guest-traffic.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/guest-traffic.xml b/docs/en-US/guest-traffic.xml
index 96f9c06..8404968 100644
--- a/docs/en-US/guest-traffic.xml
+++ b/docs/en-US/guest-traffic.xml
@@ -25,13 +25,6 @@
 <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>
-    <mediaobject>
-        <imageobject>
-            <imagedata fileref="./images/basic-deployment.png" />
-        </imageobject>
-        <textobject><phrase>guesttraffic.png: 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>
     <para>Source NAT is automatically configured in the virtual router to 
forward outbound traffic for all guest VMs</para>

Reply via email to