Computer Does NOT Ping


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Computer Does NOT Ping
# 1  
Old 05-03-2009
Computer Does NOT Ping

Hi,

I cannot ping my IP address on the following settings and was wondering if anyone knows a solution to make the computer pingable.

Windows XP
Media Centre Edition
Service Pack 3
Wireless Router DLINK DSL-G604Tv2
Wireless Connection
Windows Firewall - disabled completely by "stopped in services" and still not pingable
No Third Party Firewall installed
No Antivirus software installed
_______________________________________________________________________________________
This is the output from ipconfig/all:

Windows IP Configuration

Host Name . . . . . . . . . . . . : LAPTOP
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Wireless Network Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/Wireless 3945ABG Network Connection
Physical Address. . . . . . . . . : 00-13-02-6D-58-C8
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.1.1.130
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . : 10.1.1.1
DHCP Server . . . . . . . . . . . : 10.1.1.1
DNS Servers . . . . . . . . . . . : 10.1.1.1
Lease Obtained. . . . . . . . . . : Saturday, 2 May 2009 5:35:46 PM
Lease Expires . . . . . . . . . . : Saturday, 2 May 2009 6:35:46 PM


I am running a static IP address of 10.1.1.130, which I cannot ping:

Pinging 10.1.1.130 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 10.1.1.130:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

I can ping the routers default of 10.1.1.1:

Pinging 10.1.1.1 with 32 bytes of data:

Reply from 10.1.1.1: bytes=32 time=8ms TTL=255
Reply from 10.1.1.1: bytes=32 time=9ms TTL=255
Reply from 10.1.1.1: bytes=32 time=9ms TTL=255
Reply from 10.1.1.1: bytes=32 time=8ms TTL=255

Ping statistics for 10.1.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 8ms, Maximum = 9ms, Average = 8ms

I can ping the IP address 127.0.0.1 (hostname):

Pinging 127.0.0.1 with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

I can ping another computer on the network:

Pinging 10.1.1.3 with 32 bytes of data:

Reply from 10.1.1.3: bytes=32 time=12ms TTL=128
Reply from 10.1.1.3: bytes=32 time=10ms TTL=128
Reply from 10.1.1.3: bytes=32 time=10ms TTL=128
Reply from 10.1.1.3: bytes=32 time=9ms TTL=128

Ping statistics for 10.1.1.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 9ms, Maximum = 12ms, Average = 10ms
____________________________________________________________________________________________

The other computer CANNOT ping my IP of 10.1.1.130. Also all other computers on the network have no ping problems suggesting that the router setting are not blocking packets and it must be an internal computer setting. I have tried disabling the windows firewall completely, restoring the windows firewall default settings and disabling the routers firewall and none of these made any difference to the cause. I have made sure that the "allow incoming echo request" box is ticked under the firewall settings. I have run the "RegCure" program and repaired all the scanned problems, still no go. I have no problem browsing the web, it's just that I cannot set up the computer for home networking or in that case any networking places.

I have had previous third party antivirus software including McFee, Windows One Care and Kaspersky. All these programs have been uninstalled from the computer and no signs of them exist when running a search. Is it possible that their previous firewall setting may still exist within windows? I have been trying to fix this problem for a long time now searching all the possibilities on the net but can't find a solution.

So as I mentioned earlier the problem seems to be a setting applied within this computer as all other computers using the router have no difficulty. If you could provide any feedback it would be much appreciated and would stop me from pulling my hair out!!!

Regards,

Tim
# 2  
Old 05-03-2009
hello,

even if you have the firewall disabled, i think you have to specifically enable icmp messages on your machine. i think this is in the network connections dialog under advanced or what-not..........i think i'm correct

i'm not around windows machines much except occasionally at work.
hope this helps
# 3  
Old 05-04-2009
You may want to make sure that there is not an IPSec policy in place, it may have been put in to circumvent an XP TCP/IP vulnerability. Below is a link that talks about.


Block Ping Traffic with IPSec
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Ping test sends mail when ping fails

help with bash script! im am working on this script to make sure my server will stay online, so i made this script.. HOSTS="192.168.138.155" COUNT=4 pingtest(){ for myhost in "$@" do ping -c "$COUNT" "$myhost" &&return 1 done return 0 } if pingtest $HOSTS #100% failed... (4 Replies)
Discussion started by: mort3924
4 Replies

2. Shell Programming and Scripting

How to get reason for ping failure using perls Net::Ping->new("icmp");?

Hi I am using perl to ping a list of nodes - with script below : $p = Net::Ping->new("icmp"); if ($p->ping($host,1)){ print "$host is alive.\n"; } else { print "$host is unreacheable.\n"; } $p->close();... (4 Replies)
Discussion started by: tavanagh
4 Replies

3. Shell Programming and Scripting

Animation Ping on Solaris Like Cisco Ping

Hi, I develop simple animation ping script on Solaris Platform. It is like Cisco ping. Examples and source code are below. bash-3.00$ gokcell 152.155.180.8 30 Sending 30 Ping Packets to 152.155.180.8 !!!!!!!!!!!!!.!!!!!!!!!!!!!!!. % 93.33 success... % 6.66 packet loss...... (1 Reply)
Discussion started by: gokcell
1 Replies

4. Windows & DOS: Issues & Discussions

Which Computer to buy?

I currently own a macbook which I am happy with. I will be starting CS coursework in august, is it ok to buy a netbook just for programming purposes. The largest file would be the compiler; I do not see the actual programs taking up that much space. Thanks. (4 Replies)
Discussion started by: N-Training
4 Replies

5. What is on Your Mind?

What was your first computer?

Hey, the What Do You Do for a Living thread got me thinking about this. My first "computer" was a Timex Sinclair that I built from a kit. I also spent many hours painstakingly programming a Commodore Vic20 to display graphics and sound (and save them on that slooooow tape drive). My first "real"... (26 Replies)
Discussion started by: dday
26 Replies

6. UNIX for Advanced & Expert Users

who - PC Computer name

Does anyone know of a way of identifying the PC / client name rather than IP address via who or some other AIX command (5.3). (4 Replies)
Discussion started by: gefa
4 Replies

7. OS X (Apple)

Change Computer Name

I am trying to change my computer name (located in system prefs-> sharing) using unix i've tried Macbook-Pro:~ user$ hostname Macbook-Pro.local Macbook-Pro:~ user$ sudo hostname hello Password: Macbook-Pro:~ user$ hostname hello It seems to work, but my computer is still called... (2 Replies)
Discussion started by: CBarraford
2 Replies

8. Programming

getting computer name

Hi all! Is there any function to get the name from a computer by the IP adresse? Thank you in advance! Greetings Mario (2 Replies)
Discussion started by: coredump2003
2 Replies

9. News, Links, Events and Announcements

computer forums

hey guys. i just started of with a new website and i was looking for computer people to visit it and get it going. http://technoworms.com/forums/index.php sorry for the spam (not trying to be rude), i just think it would be better the faster we get it started of and rollin. also mods are... (1 Reply)
Discussion started by: cyko
1 Replies

10. Filesystems, Disks and Memory

how do you get 2 windows off your computer

i have windows 2000 professional and windows 98 on my computer but i onle want 1:confused: (3 Replies)
Discussion started by: binary_king
3 Replies
Login or Register to Ask a Question