cloudstack/docs/tmp/en-US/html/guest-traffic.html

14 lines
3.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>15.1. Guest Traffic</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="Apache_CloudStack-Admin_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Administrator's Guide" /><link rel="up" href="networks.html" title="Chapter 15. Managing Networks and Traffic" /><link rel="prev" href="networks.html" title="Chapter 15. Managing Networks and Traffic" /><link rel="next" href="networking-in-a-pod.html" title="15.2. Networking in a Pod" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="http://docs.cloudstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="networks.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="networking-in-a-pod.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="guest-traffic" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="guest-traffic">15.1. Guest Traffic</h2></div></div></div><div class="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.
</div><div class="para">
Figure 1 illustrates a typical guest traffic setup:
</div><div class="mediaobject"><img src="./images/basic-deployment.png" alt="guesttraffic.png: Depicts a guest traffic setup" /></div><div class="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.
</div><div class="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.
</div><div class="para">
Source NAT is automatically configured in the virtual router to forward outbound traffic for all guest VMs
</div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="networks.html"><strong>Prev</strong>Chapter 15. Managing Networks and Traffic</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="networking-in-a-pod.html"><strong>Next</strong>15.2. Networking in a Pod</a></li></ul></body></html>