From e12c0c4e43b6862aaaf192803cfd0b2da73b0095 Mon Sep 17 00:00:00 2001 From: radhikap Date: Mon, 2 Sep 2013 14:27:30 +0530 Subject: [PATCH] CLOUDSTACK-4565 sheng's comments --- docs/en-US/guest-traffic.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/en-US/guest-traffic.xml b/docs/en-US/guest-traffic.xml index c55c7e1b97d..943073ebc97 100644 --- a/docs/en-US/guest-traffic.xml +++ b/docs/en-US/guest-traffic.xml @@ -31,12 +31,13 @@ guest-traffic-setup.png: Depicts a guest traffic setup - 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. + 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. 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. Source NAT is automatically configured in the virtual router to forward outbound traffic for all guest VMs