mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-19 03:54:03 +01:00
22 lines
3.7 KiB
HTML
22 lines
3.7 KiB
HTML
<?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>10.5. Accessing VMs</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="virtual-machines.html" title="Chapter 10. Working With Virtual Machines" /><link rel="prev" href="creating-vms.html" title="10.4. Creating VMs" /><link rel="next" href="stopping-and-starting-vms.html" title="10.6. Stopping and Starting VMs" /></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="creating-vms.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="stopping-and-starting-vms.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="accessing-vms" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="accessing-vms">10.5. Accessing VMs</h2></div></div></div><div class="para">
|
||
Any user can access their own virtual machines. The administrator can access all VMs running in the cloud.
|
||
</div><div class="para">
|
||
To access a VM through the CloudStack UI:
|
||
</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
|
||
Log in to the CloudStack UI as a user or admin.
|
||
</div></li><li class="listitem"><div class="para">
|
||
Click Instances, then click the name of a running VM.
|
||
</div></li><li class="listitem"><div class="para">
|
||
Click the View Console button <img src="images/icon.png" />.
|
||
</div></li></ol></div><div class="para">
|
||
To access a VM directly over the network:
|
||
</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
|
||
The VM must have some port open to incoming traffic. For example, in a basic zone, a new VM might be assigned to a security group which allows incoming traffic. This depends on what security group you picked when creating the VM. In other cases, you can open a port by setting up a port forwarding policy. See IP Forwarding and Firewalling.
|
||
</div></li><li class="listitem"><div class="para">
|
||
If a port is open but you can not access the VM using ssh, it’s possible that ssh is not already enabled on the VM. This will depend on whether ssh is enabled in the template you picked when creating the VM. Access the VM through the CloudStack UI and enable ssh on the machine using the commands for the VM’s operating system.
|
||
</div></li><li class="listitem"><div class="para">
|
||
If the network has an external firewall device, you will need to create a firewall rule to allow access. See IP Forwarding and Firewalling.
|
||
</div></li></ol></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="creating-vms.html"><strong>Prev</strong>10.4. Creating VMs</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="stopping-and-starting-vms.html"><strong>Next</strong>10.6. Stopping and Starting VMs</a></li></ul></body></html>
|