Please find below virtual network editor for vmnet1 and vmnet8
[root@bharathkumar ~]# ping -b 192.168.80.0
WARNING: pinging broadcast address
PING 192.168.80.0 (192.168.80.0) 56(84) bytes of data.
64 bytes from 192.168.80.2: icmp_seq=1 ttl=128 time=0.786 ms
64 bytes from 192.168.80.2: icmp_seq=2 ttl=128 time=0.448 ms
64 bytes from 192.168.80.2: icmp_seq=3 ttl=128 time=0.358 ms
64 bytes from 192.168.80.2: icmp_seq=4 ttl=128 time=0.364 ms
64 bytes from 192.168.80.2: icmp_seq=5 ttl=128 time=0.157 ms
^C
--- 192.168.80.0 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4446ms
rtt min/avg/max/mdev = 0.157/0.422/0.786/0.206 ms
[root@bharathkumar ~]# ping -b 192.168.122.0
PING 192.168.122.0 (192.168.122.0) 56(84) bytes of data.
From 192.168.122.1 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.122.0 ping statistics ---
24 packets transmitted, 0 received, +1 errors, 100% packet loss, time 23213ms
[root@bharathkumar ~]#
I doubt i have about firewall here is bcoz your system is able to resolve google.com to IP.. as per above output.
TY/SA
These are the adresses of the Virtual NAT interface and the DHCP server.
Be careful, if you have changed the Virtual Networks configuration (for instance by bridging your NAT adapter to some other adapter) this could result in a messy configuration.
What I would do, if I was you:
- Make sure all your VM guests are shutdown
- Open VMWare Virtual Networks Editor
- Click "Restore Defaults"
- Check that your CentOS is using a a NAT'ed adapter
- Disable the host Firewall (Windows' or any firewall you have)
- Start the CentOS guest
- Make sure the CentOS guest is using DHCP
- try to ping 8.8.8.8
- if that works, enable the firewall again
- try to ping 8.8.8.8
- If that doesn't work anymore, the issue is with the Firewall !
Duncan
Dear Sir,
When i changed the ip to dhcp form static ping is taking time and at last shown as 100% loss anyway
eth0 Link encap:Ethernet HWaddr 00:0C:29:2B:D2:FF
inet addr:192.168.80.130 Bcast:192.168.80.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe2b:d2ff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14644 errors:0 dropped:0 overruns:0 frame:0
TX packets:15371 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2501316 (2.3 MiB) TX bytes:2216701 (2.1 MiB)
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:68 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10348 (10.1 KiB) TX bytes:10348 (10.1 KiB)
Could you define "NOT working" meaning ?
Duncan
changed ti dhcp also but still internet is not working?
in fact ping is taking more time...as below..
[root@bharathkumar ~]# /etc/init.d/network restart
Shutting down interface eth0: Device state: 3 (disconnected)
[ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/7
state: activated
Connection activated
[ OK ]
[root@bharathkumar ~]# ping google.com
PING google.com (74.125.130.139) 56(84) bytes of data.
^C
--- google.com ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6338ms
[root@bharathkumar ~]#
Thank you !!! i installed vmware tools .. but i am using static ip...let me change it to dhcp and check it again
Have you installed the VMware tools in your CentOS VM? They are needed to give your VM better performance and proper access to the VMware's virtual device drivers. Also use DHCP and not static IP's, at least to start off with.
Duncan
I am sorry. here after i will use code snippet
rindi,
EE Topic Advisor
Duncan




