Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Ubuntu machine not responding to ping from Windows machine on same network

Writer Andrew Mclaughlin

I want to fix this because it seems the reason why I cannot share ubuntu folders with my Windows machine.

Windows 7 machine network configuration:

IP: 192.168.2.2
Subnet Mask: 255.255.255.0
Gateway: 192.168.2.1
dns: 8.8.8.8, 4.4.4.4

Ubuntu machine network configuration:

IP: 192.168.2.3
Subnet Mask: 255.255.255.0
Gateway: 192.168.2.1
dns: 8.8.8.8, 4.4.4.4

I can ping my Windows machine from Ubuntu but I cannot ping my Ubuntu machine from Windows.

Any suggestions?

2

2 Answers

Maybe your iptables (aka Firewall) has rule for blocking ping requests.
You can check it easily by disabling the iptables with the command sudo ufw disable. Run the ping test again.
Enable it again with sudo ufw enable.

2

4.4.4.4 is not a Google DNS, Google now has established public DNS servers at 8.8.8.8, and 8.8.4.4 can additionally be used.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy