I am currently using VirtualBox to run a virtual Ubuntu PC.
In my company, I can connect to the Internet using automatically obtained DNS and IP in Windows 7. However, my Ubuntu PC cannot.
In my home, both of them can connect to the internet normally.
One of the most significant difference between the two cases is that my company network requires "Obtaining DNS and IP automatically", while in my home, I use Google DNS.
Here is my configuration

Here is my ifconfig -a's result
eth3 Link encap:Ethernet HWaddr 08:00:27:00:b4:55
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe00:b455/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:115 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17757 (17.7 KB) TX bytes:14154 (14.1 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:20001 (20.0 KB) TX bytes:20001 (20.0 KB)
Please help. Thank you very much