Changeset 48385 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Sep 9, 2013 10:59:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Networking.xml
r47956 r48385 434 434 <para>To disable it again, use:</para> 435 435 <para><screen>VBoxManage natnetwork modify -t nat-int-network -h off</screen></para> 436 <para>A current limitation of the DHCP server is that it does not provide 437 nameserver information, so systems using it should be explicitly configured 438 to use the right DNS servers.</para> 436 <para>DHCP server provides list of registered nameservers, but doesn't map 437 servers from 127/8 network.</para> 439 438 <para>To start the NAT service, use the following command:</para> 440 439 <para><screen>VBoxManage natnetwork start -t nat-int-network</screen></para> … … 454 453 use:</para> 455 454 <para><screen>VBoxManage natnetwork modify -t nat-int-network -p delete ssh</screen></para> 455 <para>It's possible to bind NAT service to specified interface: <screen> 456 VBoxManage setextradata global "NAT/win-nat-test-0/SourceIp4" 192.168.1.185</screen></para> 456 457 <para>To see the list of registered NAT networks, use:</para> 457 458 <para><screen>VBoxManage list natnetworks</screen></para>
Note:
See TracChangeset
for help on using the changeset viewer.