Updated Branches: refs/heads/4.0 adfb0b9d5 -> a02844b20
CLOUDSTACK-313: fixing cross-references in accessing-vms.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a02844b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a02844b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a02844b2 Branch: refs/heads/4.0 Commit: a02844b20b6b09b6db5f2482dfc3f6a279101dbd Parents: adfb0b9 Author: Joe Brockmeier <[email protected]> Authored: Sun Mar 3 22:48:21 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Sun Mar 3 22:48:21 2013 -0600 ---------------------------------------------------------------------- docs/en-US/accessing-vms.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a02844b2/docs/en-US/accessing-vms.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/accessing-vms.xml b/docs/en-US/accessing-vms.xml index c77ad4e..1d1e86b 100644 --- a/docs/en-US/accessing-vms.xml +++ b/docs/en-US/accessing-vms.xml @@ -33,9 +33,9 @@ </orderedlist> <para>To access a VM directly over the network:</para> <orderedlist> - <listitem><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.</para></listitem> + <listitem><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 <xref linkend="ip-forwarding-firewalling"/>.</para></listitem> <listitem><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 &PRODUCT; UI and enable ssh on the machine using the commands for the VMâs operating system.</para></listitem> - <listitem><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.</para></listitem> + <listitem><para>If the network has an external firewall device, you will need to create a firewall rule to allow access. See <xref linkend="ip-forwarding-firewalling"/>.</para></listitem> </orderedlist> </section>
