Last change
on this file since 99497 was 99497, checked in by vboxsync, 2 years ago |
manual: Split out the topics of converted manpages into separate files and generate ditamap files for each manpage to avoid needing to hardcode anything in UserManual.xml. This means that the topics inside a manpage can be supressed from the toc, but otoh, they get numbered (with 4.x). The per-topic files are named by refentry/refsect1/refsect2 @id and are currently not cleaned up by 'kmk clean'. bugref:10302
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="network_cloud">
|
---|
4 | <title>Cloud Networks</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | Cloud networks can be used for connections from a local VM to a
|
---|
9 | subnet on a remote Oracle Cloud Infrastructure instance. See
|
---|
10 | <xref href="network-manager-cloud-network-tab.dita#network-manager-cloud-network-tab"/> for details of
|
---|
11 | how to create and configure a cloud network using the Network
|
---|
12 | Manager tool in VirtualBox Manager.
|
---|
13 | </p>
|
---|
14 | <p>
|
---|
15 | To enable a cloud network interface for a virtual machine, do
|
---|
16 | either of the following:
|
---|
17 | </p>
|
---|
18 | <ul>
|
---|
19 | <li>
|
---|
20 | <p>
|
---|
21 | Go to the <b outputclass="bold">Network</b> page in the
|
---|
22 | virtual machine's <b outputclass="bold">Settings</b>
|
---|
23 | dialog and select an <b outputclass="bold">Adapter</b>
|
---|
24 | tab. Ensure that the <b outputclass="bold">Enable Network
|
---|
25 | Adapter</b> check box is selected and choose
|
---|
26 | <b outputclass="bold">Cloud Network</b> for the
|
---|
27 | <b outputclass="bold">Attached To</b> field.
|
---|
28 | </p>
|
---|
29 | </li>
|
---|
30 | <li>
|
---|
31 | <p>
|
---|
32 | On the command line, use <userinput>VBoxManage modifyvm
|
---|
33 | vmname --nic <varname>x</varname> cloud</userinput>. See
|
---|
34 | <xref href="vboxmanage-modifyvm.dita"/>.
|
---|
35 | </p>
|
---|
36 | </li>
|
---|
37 | </ul>
|
---|
38 | </body>
|
---|
39 |
|
---|
40 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.