guerrerolor / android-x86

Automatically exported from code.google.com/p/android-x86
2 stars 1 forks source link

Ethernet doesn't work propperly on VirtualBox #876

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Android to virtual machine
2. Try to connect to Internet
3. No connection

What is the expected output? What do you see instead?
I would expected (appreciated) if network was reachable after startup.

What version of the product are you using? On what operating system?
v3.2

Please provide any additional information below.
A've followed how-to VirtualBox instructions when installing and setting. I'm 
able to DHCP bridged Eth interface, but I have to set DNS and gateway manually. 
For now, I would be satisfied, if there was any possibility to create some sh 
script, and run it automatically at startup.

Original issue reported on code.google.com by vaclav.k...@gmail.com on 24 May 2012 at 4:33

GoogleCodeExporter commented 9 years ago
try this commando on alt+f1 for set your dns

setprop net.dns1 <dns ip address>

You can get your dns ip address from your router

Original comment by primoit...@gmail.com on 27 Sep 2012 at 7:32