PING

I am unable to ping my remote server.My server is unable to ping the same. both are able to ping the gateway. both the ip's are on same network.i use a proxy tunnel on my remote server.Help if any clues.

Firewall refuse ping?

I hav ubuntu in VM and windows . windows has firewall ubuntu does not but i am unable to ping windows from ubuntu and ubuntu from windows

sounds like an app controlled access list. try checking your firewall app?

try to check both firewall configuration. It seems to block inbound icmp packet.

Use either of below hope it will help any ..

In your case resume below for your VM base netwrok setting

Change Virtual machine setting --> Network Setting --> select Bridge with replicate physical network state both

Else ..

1> Give same range IP to your both of your VM network adapter (my network)
2> Change Virtual machine setting --> Network Setting --> Host-Only

--Shirish

you are using windows as physical machine and ubuntu in vmware(virtual machine)
and you want to ping windows from ubuntu and vice versa.
SOLUTION:
1-disable firewall in windows
2-hdwwiz.exe(hardware wizard to add loopback adapter)
3-go to adapter option and then windows and then loopback adapter
4-it will install loopback adapter in your network
5-provide the ip address to loopback adapter, it will work as interface between your
window and ubuntu (ipaddress like 192.168.1.12)
6- go to ubnutu and give it a ip of same range lke 192.168.1.13
7-restart the ubuntu
8-disable the loopback adapter and then enable
9-go to cmd and type ubuntu ip (it will work now)
10-go to ubuntu and then type window ip (it will work now)
if still have issue mail me at <email address removed>