Why is my server not pinging?

Why is my server not pinging?

If it won’t respond to PING on a local network (ethernet, usually), then it could be a Firewall setting. I assume you are running Windows? In Windows XP, you can disable/enable ICMP packets. When you PING it sends an ICMP packet, which some some firewalls will filter.

How do I enable ping on Windows Server?

Click Advanced Settings on the left. From the left pane of the resulting window, click Inbound Rules. In the right pane, find the rules titled File and Printer Sharing (Echo Request – ICMPv4-In). Right-click each rule and choose Enable Rule.

How do I find my IP address on Windows Server 2003?

Browse to Start | Control Panel | Network Connections | network connection>, and choose the Support tab on the Network Adapter Status window. The Support window shows the current IP address, subnet mask, and gateway; it also indicates whether the system delivered the address via DHCP.

How do I know if my ICMP is blocked?

1 Answer

  1. change 1 to 0 in the above file.
  2. Or run the command: iptables -I INPUT -i ech0 -p icmp -s 0/0 -d 0/0 -j ACCEPT.

Why are the pings not successful?

The reason the first ping usually fails is that the remote router in that LAN has to put the ping request on hold to send out an ARP broadcast to learn the MAC address of the remote device, then wait for a response, and then send the first ping through. This delay is usually too long.

How do you check if Windows 2003 is 32 or 64 bit?

Method 1: View System Properties in Control Panel

  1. Click Start, and then click Run.
  2. Type sysdm. cpl, and then click OK.
  3. Click the General tab. The operating system is displayed as follows: For a 64-bit version operating system, Windows Server 2003 Enterprise x64 Edition appears under System.

How do I setup a network connection in Windows Server 2003?

Configure the Windows client

  1. Click Start, click Control Panel, and then double-click Network Connections.
  2. Right-click Local Area Connection, and then click Properties.
  3. Click the General tab, and then verify that Client for Microsoft Networks and Internet Protocol (TCP/IP) are displayed and selected.

What happens if ICMP is disabled?

With ICMP disabled, the host will not be aware of the most optimal route to the destination — causing the host to send data through excessive network devices, consuming unnecessary resources which leads to the reduction of network performance.