CLOUDSTACK-4565 sheng's comments
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e12c0c4e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e12c0c4e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e12c0c4e Branch: refs/heads/disk-cache Commit: e12c0c4e43b6862aaaf192803cfd0b2da73b0095 Parents: e61db33 Author: radhikap <radhika.puthiyet...@citrix.com> Authored: Mon Sep 2 14:27:30 2013 +0530 Committer: radhikap <radhika.puthiyet...@citrix.com> Committed: Mon Sep 2 14:27:30 2013 +0530 ---------------------------------------------------------------------- docs/en-US/guest-traffic.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e12c0c4e/docs/en-US/guest-traffic.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/guest-traffic.xml b/docs/en-US/guest-traffic.xml index c55c7e1..943073e 100644 --- a/docs/en-US/guest-traffic.xml +++ b/docs/en-US/guest-traffic.xml @@ -31,12 +31,13 @@ </imageobject> <textobject><phrase>guest-traffic-setup.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 in an isolated - network has three network interfaces. If multiple public VLAN is used, the router will have - multiple public 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>Typically, 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 in an + isolated network has three network interfaces. If multiple public VLAN is used, the router will + have multiple public 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. If + multiple public VLAN is used, the router will have multiple public interfaces.</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> </section>