﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
7864,Guest OS resolving doesn't work if host OS DNS is set to 127.0.0.1,Artem S. Tashkinov,,"On Linux host (Fedora 14) I run Windows XP SP3 guest (default configuration) with NAT networking.

My host reads its DNS this way (I run a local DNS forwarder daemon):
{{{
[birdie@localhost ~]$ cat /etc/resolv.conf
127.0.0.1
}}}

But unfortunately in this case guest doesn't get any DNS server:
{{{
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\User>ipconfig /all

Windows IP Configuration

        Host Name . . . . . . . . . . . . : xpv
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection 1:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : AMD PCNET Family PCI Ethernet Adapter #1
        Physical Address. . . . . . . . . : 08-00-27-75-16-63
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 10.0.2.15
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 10.0.2.2
        DHCP Server . . . . . . . . . . . : 10.0.2.2
        Lease Obtained. . . . . . . . . . : 18 December 2010 22:43:05
        Lease Expires . . . . . . . . . . : 19 December 2010 22:43:05
}}}

This bug affects VirtualBox 3.2.12 and 4 beta 4.",defect,closed,network/NAT,VirtualBox 3.2.12,invalid,dns,,Windows,Linux
