Cannot ping localhost

  • Thread starter Thread starter Leif Arvidsson
  • Start date Start date
L

Leif Arvidsson

Original problem: could not access Internet

In the course of troubleshooting I tried
1. to ping the ISP. Ok
2. ping the computers static IP. Did not work (destination
host unreachable)
3. ping localhost. Did not work (request timed out)
The I checked net view with the follong results
4. net view \\localhost
Response: system error 1231 has occured
5. new view \\computer_name
Resonse: normal, completed successfully.

Anyone seen this before? If so how to fix it?

Regards
LA
 
make sure not firewall running.

--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Windows & Network Support, Tips and FAQs on http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
 
"Leif Arvidsson" said:
Original problem: could not access Internet

In the course of troubleshooting I tried
1. to ping the ISP. Ok
2. ping the computers static IP. Did not work (destination
host unreachable)
3. ping localhost. Did not work (request timed out)
The I checked net view with the follong results
4. net view \\localhost
Response: system error 1231 has occured
5. new view \\computer_name
Resonse: normal, completed successfully.

Anyone seen this before? If so how to fix it?

Regards
LA

Failure of a computer to ping itself is usually caused by a firewall
program that's improperly configured or partially un-installed.

What IP address are you pinging? Are you sure that it's the right
one?

What does the TCP/IP route table show? To see, go to a command prompt
and enter this command to write the route table to a file named
"route.txt":

route print >route.txt

If you reply to this message, please copy and paste the route table
into your reply.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Back
Top