Changeset 105335 in vbox for trunk/doc/manual/en_US/dita/topics/restrict-network-attachments.dita
- Timestamp:
- Jul 16, 2024 8:01:22 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/restrict-network-attachments.dita
r99797 r105335 5 5 6 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> 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> 11 9 <pre xml:space="preserve">VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes <varname>property</varname>[,<varname>property</varname>...]</pre> 12 10 <p><varname>property</varname> is one of the following: … … 18 16 </dt> 19 17 <dd> 20 <p> 21 Remove the <b outputclass="bold">NAT</b> option 22 from the GUI. 23 </p> 18 <p>Remove the <b outputclass="bold">NAT</b> option from the GUI. </p> 24 19 </dd> 25 20 </dlentry> … … 29 24 </dt> 30 25 <dd> 31 <p> 32 Remove the <b outputclass="bold">NAT network</b> 33 option from the GUI. 34 </p> 26 <p>Remove the <b outputclass="bold">NAT network</b> option from the GUI. </p> 35 27 </dd> 36 28 </dlentry> … … 40 32 </dt> 41 33 <dd> 42 <p> 43 Remove the <b outputclass="bold">Bridged 44 networking</b> option from the GUI. 45 </p> 34 <p>Remove the <b outputclass="bold">Bridged networking</b> option from the GUI. </p> 46 35 </dd> 47 36 </dlentry> … … 51 40 </dt> 52 41 <dd> 53 <p> 54 Remove the <b outputclass="bold">Internal 55 networking</b> option from the GUI. 56 </p> 42 <p>Remove the <b outputclass="bold">Internal networking</b> option from the GUI. </p> 57 43 </dd> 58 44 </dlentry> … … 62 48 </dt> 63 49 <dd> 64 <p> 65 Remove the <b outputclass="bold">Host Only 66 networking</b> option from the GUI. 67 </p> 50 <p>Remove the <b outputclass="bold">Host Only networking</b> option from the GUI. </p> 68 51 </dd> 69 52 </dlentry> … … 73 56 </dt> 74 57 <dd> 75 <p> 76 Remove the <b outputclass="bold">Generic 77 networking</b> option from the GUI. 78 </p> 58 <p>Remove the <b outputclass="bold">Generic networking</b> option from the GUI. </p> 79 59 </dd> 80 60 </dlentry> 81 61 </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> 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> 87 64 <pre xml:space="preserve">VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes</pre> 88 65 </body>
Note:
See TracChangeset
for help on using the changeset viewer.