Hi all,
I recently installed Fedora 10 on VirtualBox (host OS is XP) for evaluation purpose and encounter connectivity issue.
In virtualized Fedora, eth0 is running on DHCP. I configure Firefox to use proxy (because I am in office), and it has no issue browsing.
But, in console (I use gnome-terminal), I am unable to ping google.com or yahoo.com.
Example, ping
www.yahoo.com
Code:
[root@localhost etc]# ping yahoo.com
PING yahoo.com (206.190.60.37) 56(84) bytes of data.
^C
--- yahoo.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2848ms
The ping just halts there until Control+C issue to break.
And if we do a nslookup on
www.google.com
Code:
[root@localhost etc]# nslookup www.google.com
Server: 10.0.2.3
Address: 10.0.2.3#53
Non-authoritative answer:
www.google.com canonical name = www.l.google.com.
Name: www.l.google.com
Address: 72.14.203.99
Name: www.l.google.com
Address: 72.14.203.103
Name: www.l.google.com
Address: 72.14.203.104
Name: www.l.google.com
Address: 72.14.203.147
It works.
In this config I manage to ping the proxy and it responses. So I presume the network config should be fine. I personally reckon the DNS setting is not properly set (limited understanding). Anyone please help?
Thank you.
Regards,
f1l3t0f1sh