Last change
on this file was 105335, checked in by vboxsync, 10 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
Author Date Id Revision
|
File size:
1.1 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="nat_host_resolver_proxy">
|
---|
4 | <title>Using the Host's Resolver as a DNS Proxy in NAT Mode</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>For resolving network names, the DHCP server of the NAT engine offers a list of registered DNS servers of the
|
---|
8 | host. If for some reason you need to hide this DNS server list and use the host's resolver settings, thereby
|
---|
9 | forcing the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> NAT engine to intercept DNS requests and forward
|
---|
10 | them to host's resolver, use the following command: </p>
|
---|
11 | <pre xml:space="preserve">$ VBoxManage modifyvm <varname>VM-name</varname> --natdnshostresolver1 on</pre>
|
---|
12 | <p>Note that this setting is similar to the DNS proxy mode, however whereas the proxy mode just forwards DNS
|
---|
13 | requests to the appropriate servers, the resolver mode will interpret the DNS requests and use the host's DNS API
|
---|
14 | to query the information and return it to the guest. </p>
|
---|
15 | </body>
|
---|
16 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.