CLOUDSTACK-4565 sheng's comments

This commit is contained in:
radhikap 2013-09-02 14:27:30 +05:30
parent e61db3371f
commit e12c0c4e43
1 changed files with 7 additions and 6 deletions

View File

@ -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>