Changeset 78532 in vbox
- Timestamp:
- May 15, 2019 1:33:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r76786 r78532 4812 4812 </sect2> 4813 4813 4814 <sect2 id="restrict-network-attachments"> 4815 4816 <title>Removing Certain Modes of Networking from the GUI</title> 4817 4818 <para> 4819 It is possible to remove networking modes from 4820 &product-name; GUI. To achieve this: 4821 </para> 4822 4823 <screen>VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes OPTION[,OPTION...]</screen> 4824 4825 <para> 4826 where <computeroutput>OPTION</computeroutput> is one of the 4827 following keywords: 4828 </para> 4829 4830 <variablelist> 4831 4832 <varlistentry> 4833 <term> 4834 <computeroutput>NAT</computeroutput> 4835 </term> 4836 4837 <listitem> 4838 <para> 4839 Remove the <emphasis role="bold">NAT</emphasis> option 4840 from the GUI. 4841 </para> 4842 </listitem> 4843 </varlistentry> 4844 4845 <varlistentry> 4846 <term> 4847 <computeroutput>NATNetwork</computeroutput> 4848 </term> 4849 4850 <listitem> 4851 <para> 4852 Remove the <emphasis role="bold">NAT network</emphasis> option 4853 from the GUI. 4854 </para> 4855 </listitem> 4856 </varlistentry> 4857 4858 <varlistentry> 4859 <term> 4860 <computeroutput>BridgetAdapter</computeroutput> 4861 </term> 4862 4863 <listitem> 4864 <para> 4865 Remove the <emphasis role="bold">Bridged networking</emphasis> option 4866 from the GUI. 4867 </para> 4868 </listitem> 4869 </varlistentry> 4870 4871 <varlistentry> 4872 <term> 4873 <computeroutput>InternalNetwork</computeroutput> 4874 </term> 4875 4876 <listitem> 4877 <para> 4878 Remove the <emphasis role="bold">Internal networking</emphasis> option 4879 from the GUI. 4880 </para> 4881 </listitem> 4882 </varlistentry> 4883 4884 <varlistentry> 4885 <term> 4886 <computeroutput>HostOnlyAdapter</computeroutput> 4887 </term> 4888 4889 <listitem> 4890 <para> 4891 Remove the <emphasis role="bold">Host Only networking</emphasis> option 4892 from the GUI. 4893 </para> 4894 </listitem> 4895 </varlistentry> 4896 4897 <varlistentry> 4898 <term> 4899 <computeroutput>GenericDriver</computeroutput> 4900 </term> 4901 4902 <listitem> 4903 <para> 4904 Remove the <emphasis role="bold">Generic networking</emphasis> option 4905 from the GUI. 4906 </para> 4907 </listitem> 4908 </varlistentry> 4909 4910 </variablelist> 4911 4912 4913 <para> 4914 This is a global setting. Any combination of the above is 4915 allowed. To restore the default behavior, use 4916 </para> 4917 4918 <screen>VBoxManage setextradata global GUI/RestrictedNetworkAttachmentTypes</screen> 4919 4920 4921 </sect2> 4814 4922 </sect1> 4815 4923
Note:
See TracChangeset
for help on using the changeset viewer.