does the state of DHCP enabled or disabled play a role if a ping is successful toward these major site, like google, youtube, amazon. etc.?
The VM (virtual machine) i was using to ping sites was successful. But, the DHCP was disabled. So makes me wonder if it's possible the DHCP plays a role in if a ping is successful.
DHCP (Dynamic Host Configuration Protocol) is a network protocol used to configure network interfaces that support getting their config from a so called DHCP server (IP, Netmask, Gateway, DNS,...). If your VMs networ is statically configured (as of you manually set the IP, Netmaske, Gateway and DNS) than you do not need DHCP. That you were able to ping google tells me that a) your NIC is configured and b) DNS is working.
The DHCP is what hands out your dynamic ip address on your network. Its possible you have two DHCP servers running on your network and if the wrong one hands your computer or vm an ip address that can't reach the internet.. well then you cant reach the internet.
If you have an all-in-one router/modem thing from an ISP AND a wireless router on your network, you will need to either disable DHCP on the ISP device and give just your router a static ip, or you need to put your router in access point mode which basically disables DHCP on the router.
When i try to ping google on my personal computer it's is slightly successful, but i still get a "timed out message" reply, but i do get that google has 32 bytes of data. The thing is i then ping my computer with 127.0.0.1 and it works fine.
It is successful for let's call them smaller sites like let's say elance.com. I get a reply back that tells me the TTL
That is the loopback device... that is your local computers local address. That will always work. If ping only times out for the mayor sites but not for others the problem is a little more delicate it seems.
if you open the command prompt (CMD), what does ipconfig /all return?
That is the interesting part. So you get a valid IP assigned via DHCP or have set one manually that is valid on your local network? Well google.com does reply to ping requests for me.
My friend ping google and got the same response (time out" message). So scratching my head. I am wondering if something is just not configured correctly.
Well if you can access it otherwise, and its only a view sites you can not ping... well maybe.. maybe google has the servers nearest to wherever you are from to drop ICMP ping requests... or a router of your ISP does that... a
tracert google.com
Could also be tried, that will ping each hop between you and google. Maybe that shows where the ping is stopped
Seems to be going through smooth for elance.com the tracert... I am getting response back that goes from 1-9 after the 9th the tracert is complete. The google one even at the 19th it kept getting the same fail response. so i had to control-c to end command.