VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/restrict-network-attachments.dita@ 105293

Last change on this file since 105293 was 99797, checked in by vboxsync, 21 months ago

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 2.5 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="restrict-network-attachments">
4 <title>Removing Certain Modes of Networking From the GUI</title>
5
6 <body>
7 <p>
8 It is possible to remove networking modes from <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
9 GUI. To do this, use the following command:
10 </p>
11 <pre xml:space="preserve">VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes <varname>property</varname>[,<varname>property</varname>...]</pre>
12 <p><varname>property</varname> is one of the following:
13 </p>
14 <dl>
15 <dlentry>
16 <dt>
17 <codeph>NAT</codeph>
18 </dt>
19 <dd>
20 <p>
21 Remove the <b outputclass="bold">NAT</b> option
22 from the GUI.
23 </p>
24 </dd>
25 </dlentry>
26 <dlentry>
27 <dt>
28 <codeph>NATNetwork</codeph>
29 </dt>
30 <dd>
31 <p>
32 Remove the <b outputclass="bold">NAT network</b>
33 option from the GUI.
34 </p>
35 </dd>
36 </dlentry>
37 <dlentry>
38 <dt>
39 <codeph>BridgedAdapter</codeph>
40 </dt>
41 <dd>
42 <p>
43 Remove the <b outputclass="bold">Bridged
44 networking</b> option from the GUI.
45 </p>
46 </dd>
47 </dlentry>
48 <dlentry>
49 <dt>
50 <codeph>InternalNetwork</codeph>
51 </dt>
52 <dd>
53 <p>
54 Remove the <b outputclass="bold">Internal
55 networking</b> option from the GUI.
56 </p>
57 </dd>
58 </dlentry>
59 <dlentry>
60 <dt>
61 <codeph>HostOnlyAdapter</codeph>
62 </dt>
63 <dd>
64 <p>
65 Remove the <b outputclass="bold">Host Only
66 networking</b> option from the GUI.
67 </p>
68 </dd>
69 </dlentry>
70 <dlentry>
71 <dt>
72 <codeph>GenericDriver</codeph>
73 </dt>
74 <dd>
75 <p>
76 Remove the <b outputclass="bold">Generic
77 networking</b> option from the GUI.
78 </p>
79 </dd>
80 </dlentry>
81 </dl>
82 <p>
83 This is a global setting. You can specify any combination of
84 properties. To restore the default behavior, use the following
85 command:
86 </p>
87 <pre xml:space="preserve">VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes</pre>
88 </body>
89
90</topic>
Note: See TracBrowser for help on using the repository browser.

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