I have Linux VM hosted on Windows7 machine. Linux version "ebs.vm.com 2.6.18-128.el5 #1 SMP Wed Jan 21 07:58:05 EST 2009 i686 i686 i386 GNU/Linux"
I can
ping
www.google.com was success
but wget can resolve host but timeout occurs as well in browser also not working.
wget
www.google.com
wget -6
www.google.com
wget -4
www.google.com
wget -T10
www.google.com
Windows : Ethernet adapter details.
###################################
Ethernet adapter VMware Network Adapter VMnet1:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 192.168.111.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter VMware Network Adapter VMnet8:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 192.168.124.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCP configuration was there to get the dynamic IP.
Linux "ifconfig" command values are
#######################
eth0 Link encap:Ethernet HWaddr 00:0C:29:25:08:29
inet addr:192.168.124.128 Bcast:192.168.124.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe25:829/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3225 errors:0 dropped:0 overruns:0 frame:0
TX packets:1531 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:327133 (319.4 KiB) TX bytes:345707 (337.6 KiB)
Interrupt:185 Base address:0x1424
############# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.124.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.124.2 0.0.0.0 UG 0 0 0 eth0
[root@ebs ~]#
Thanks,
Karai