VirtualBox

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

Last change on this file since 105335 was 105335, checked in by vboxsync, 5 months ago

FE/Qt: bugref:10705. Merging r6149 from doc team's repo.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 2.2 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>It is possible to remove networking modes from <ph conkeyref="vbox-conkeyref-phrases/product-name"/> GUI. To do
8 this, use the following command: </p>
9 <pre xml:space="preserve">VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes <varname>property</varname>[,<varname>property</varname>...]</pre>
10 <p><varname>property</varname> is one of the following:
11 </p>
12 <dl>
13 <dlentry>
14 <dt>
15 <codeph>NAT</codeph>
16 </dt>
17 <dd>
18 <p>Remove the <b outputclass="bold">NAT</b> option from the GUI. </p>
19 </dd>
20 </dlentry>
21 <dlentry>
22 <dt>
23 <codeph>NATNetwork</codeph>
24 </dt>
25 <dd>
26 <p>Remove the <b outputclass="bold">NAT network</b> option from the GUI. </p>
27 </dd>
28 </dlentry>
29 <dlentry>
30 <dt>
31 <codeph>BridgedAdapter</codeph>
32 </dt>
33 <dd>
34 <p>Remove the <b outputclass="bold">Bridged networking</b> option from the GUI. </p>
35 </dd>
36 </dlentry>
37 <dlentry>
38 <dt>
39 <codeph>InternalNetwork</codeph>
40 </dt>
41 <dd>
42 <p>Remove the <b outputclass="bold">Internal networking</b> option from the GUI. </p>
43 </dd>
44 </dlentry>
45 <dlentry>
46 <dt>
47 <codeph>HostOnlyAdapter</codeph>
48 </dt>
49 <dd>
50 <p>Remove the <b outputclass="bold">Host Only networking</b> option from the GUI. </p>
51 </dd>
52 </dlentry>
53 <dlentry>
54 <dt>
55 <codeph>GenericDriver</codeph>
56 </dt>
57 <dd>
58 <p>Remove the <b outputclass="bold">Generic networking</b> option from the GUI. </p>
59 </dd>
60 </dlentry>
61 </dl>
62 <p>This is a global setting. You can specify any combination of properties. To restore the default behavior, use the
63 following command: </p>
64 <pre xml:space="preserve">VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes</pre>
65 </body>
66
67</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