DNS problem: cannot reach Google

Discussions related to using VirtualBox on Linux hosts.
Post Reply
PdKingz
Posts: 1
Joined: 3. Feb 2016, 16:02

DNS problem: cannot reach Google

Post by PdKingz »

Hi,

I installed Windows 10 64bit in VirtualBox 4.3.34 on a Ubuntu 14 64bit host.
The external IP of the server is xx.xx.38.166 where xx=11 for this example post, makes 11.11.38.166.

My NIC settings are:

Code: Select all

NIC 1: MAC: 08002799BDC2, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
My IP configs are:

Code: Select all

IPv4 Address: 10.0.2.15
Default Gateway: 10.0.2.2
DHCP Server: 10.0.2.2
DNS Servers: 8.8.8.8
nslookup google. com gives me:

Code: Select all

Addresses: 11.11.10.151
11.11.10.151
11.11.10.181
11.11.10.162
11.11.10.143
11.11.10.173
11.11.10.172
11.11.10.166
11.11.10.157
11.11.10.177
11.11.10.185
11.11.10.147
11.11.10.155
11.11.10.170
11.11.10.187
11.11.10.158
nslookup example. com gives me:

Code: Select all

Addresses: 93.184.216.34
The system seems to rewrite the Google DNS with a part of my external IP Address. This is only happening with Google. I tried OpenDNS but that did not work.
I've done these too:

Code: Select all

VBoxManage modifyvm "vmname" --natdnshostresolver1 off
VBoxManage modifyvm "vmname" --natdnsproxy1 off
Anybody knows why I can reach the world but not Google?
Post Reply