VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/networkingmodes.dita@ 99797

最後變更 在這個檔案從99797是 99797,由 vboxsync 提交於 22 月 前

Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 9.3 KB
 
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="networkingmodes">
4 <title>Introduction to Networking Modes</title>
5
6 <body>
7 <p>
8 Each of the networking adapters can be separately configured to
9 operate in one of the following modes:
10 </p>
11 <ul>
12 <li>
13 <p><b outputclass="bold">Not attached.</b> In this mode,
14 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> reports to the guest that a network card is
15 present, but that there is no connection. This is as if no
16 Ethernet cable was plugged into the card. Using this mode, it
17 is possible to <i>pull</i> the virtual Ethernet
18 cable and disrupt the connection, which can be useful to
19 inform a guest operating system that no network connection is
20 available and enforce a reconfiguration.
21 </p>
22 </li>
23 <li>
24 <p><b outputclass="bold">Network Address Translation
25 (NAT)</b>. If all you want is to browse the Web,
26 download files, and view email inside the guest, then this
27 default mode should be sufficient for you, and you can skip
28 the rest of this section. Please note that there are certain
29 limitations when using Windows file sharing. See
30 <xref href="nat-limitations.dita#nat-limitations"/>.
31 </p>
32 </li>
33 <li>
34 <p><b outputclass="bold">NAT Network.</b> A NAT network is
35 a type of internal network that allows outbound connections.
36 See <xref href="network_nat_service.dita#network_nat_service"/>.
37 </p>
38 </li>
39 <li>
40 <p><b outputclass="bold">Bridged networking.</b> This is
41 for more advanced networking needs, such as network
42 simulations and running servers in a guest. When enabled,
43 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> connects to one of your installed network cards
44 and exchanges network packets directly, circumventing your
45 host operating system's network stack.
46 </p>
47 </li>
48 <li>
49 <p><b outputclass="bold">Internal networking.</b> This can
50 be used to create a different kind of software-based network
51 which is visible to selected virtual machines, but not to
52 applications running on the host or to the outside world.
53 </p>
54 </li>
55 <li>
56 <p><b outputclass="bold">Host-only networking.</b> This
57 can be used to create a network containing the host and a set
58 of virtual machines, without the need for the host's physical
59 network interface. Instead, a virtual network interface,
60 similar to a loopback interface, is created on the host,
61 providing connectivity among virtual machines and the host.
62 </p>
63 </li>
64 <li>
65 <p><b outputclass="bold">Cloud networking.</b> This can be
66 used to connect a local VM to a subnet on a remote cloud
67 service.
68 </p>
69 </li>
70 <li>
71 <p><b outputclass="bold"> Generic networking.</b> Rarely
72 used modes which share the same generic network interface, by
73 allowing the user to select a driver which can be included
74 with <ph conkeyref="vbox-conkeyref-phrases/product-name"/> or be distributed in an extension pack.
75 </p>
76 <p>
77 The following sub-modes are available:
78 </p>
79 <ul>
80 <li>
81 <p><b outputclass="bold">UDP Tunnel:</b> Used to
82 interconnect virtual machines running on different hosts
83 directly, easily, and transparently, over an existing
84 network infrastructure.
85 </p>
86 </li>
87 <li>
88 <p><b outputclass="bold">VDE (Virtual Distributed Ethernet)
89 networking:</b> Used to connect to a Virtual
90 Distributed Ethernet switch on a Linux or a FreeBSD host.
91 At the moment this option requires compilation of
92 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> from sources, as the Oracle packages do not
93 include it.
94 </p>
95 </li>
96 </ul>
97 </li>
98 </ul>
99 <p>
100 The following table provides an overview of the most important
101 networking modes.
102 </p>
103 <table id="table-networking-modes">
104 <title>Overview of Networking Modes</title>
105 <desc>Overview of Networking Modes</desc>
106 <tgroup cols="6">
107 <colspec align="left"/>
108 <colspec align="center"/>
109 <colspec align="center"/>
110 <colspec align="center"/>
111 <colspec align="center"/>
112 <colspec align="center"/>
113 <thead valign="middle">
114 <row>
115 <entry>
116 <b outputclass="bold">Mode</b>
117 </entry>
118 <entry>
119 <p>
120 <b outputclass="bold">VM→Host</b>
121 </p>
122 </entry>
123 <entry>
124 <p>
125 <b outputclass="bold">VM←Host</b>
126 </p>
127 </entry>
128 <entry>
129 <p>
130 <b outputclass="bold">VM1↔VM2</b>
131 </p>
132 </entry>
133 <entry>
134 <p>
135 <b outputclass="bold">VM→Net/LAN</b>
136 </p>
137 </entry>
138 <entry>
139 <p>
140 <b outputclass="bold">VM←Net/LAN</b>
141 </p>
142 </entry>
143 </row>
144 </thead>
145 <tbody valign="middle">
146 <row>
147 <entry>
148 <p>
149 Host-only
150 </p>
151 </entry>
152 <entry>
153 <p>
154 <b outputclass="bold">+</b>
155 </p>
156 </entry>
157 <entry>
158 <p>
159 <b outputclass="bold">+</b>
160 </p>
161 </entry>
162 <entry align="center">
163 <p>
164 <b outputclass="bold">+</b>
165 </p>
166 </entry>
167 <entry>
168 <p>
169
170 </p>
171 </entry>
172 <entry>
173 <p>
174
175 </p>
176 </entry>
177 </row>
178 <row>
179 <entry>
180 <p>
181 Internal
182 </p>
183 </entry>
184 <entry>
185 <p>
186
187 </p>
188 </entry>
189 <entry>
190 <p>
191
192 </p>
193 </entry>
194 <entry>
195 <p>
196 <b outputclass="bold">+</b>
197 </p>
198 </entry>
199 <entry>
200 <p>
201
202 </p>
203 </entry>
204 <entry>
205 <p>
206
207 </p>
208 </entry>
209 </row>
210 <row>
211 <entry>
212 <p>
213 Bridged
214 </p>
215 </entry>
216 <entry>
217 <p>
218 <b outputclass="bold">+</b>
219 </p>
220 </entry>
221 <entry>
222 <p>
223 <b outputclass="bold">+</b>
224 </p>
225 </entry>
226 <entry>
227 <p>
228 <b outputclass="bold">+</b>
229 </p>
230 </entry>
231 <entry>
232 <p>
233 <b outputclass="bold">+</b>
234 </p>
235 </entry>
236 <entry>
237 <p>
238 <b outputclass="bold">+</b>
239 </p>
240 </entry>
241 </row>
242 <row>
243 <entry>
244 <p>
245 NAT
246 </p>
247 </entry>
248 <entry>
249 <p>
250 <b outputclass="bold">+</b>
251 </p>
252 </entry>
253 <entry>
254 <p>
255 <xref href="natforward.dita#natforward">Port forward</xref>
256 </p>
257 </entry>
258 <entry>
259 <p>
260
261 </p>
262 </entry>
263 <entry>
264 <p>
265 <b outputclass="bold">+</b>
266 </p>
267 </entry>
268 <entry>
269 <p>
270 <xref href="natforward.dita#natforward">Port forward</xref>
271 </p>
272 </entry>
273 </row>
274 <row>
275 <entry>
276 <p>
277 NATservice
278 </p>
279 </entry>
280 <entry>
281 <p>
282 <b outputclass="bold">+</b>
283 </p>
284 </entry>
285 <entry>
286 <p>
287 <xref href="network_nat_service.dita#network_nat_service">Port forward</xref>
288 </p>
289 </entry>
290 <entry>
291 <p>
292 <b outputclass="bold">+</b>
293 </p>
294 </entry>
295 <entry>
296 <p>
297 <b outputclass="bold">+</b>
298 </p>
299 </entry>
300 <entry>
301 <p>
302 <xref href="network_nat_service.dita#network_nat_service">Port forward</xref>
303 </p>
304 </entry>
305 </row>
306 </tbody>
307 </tgroup>
308 </table>
309 <p>
310 The following sections describe the available network modes in
311 more detail.
312 </p>
313 </body>
314
315</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette