| Author |
Message |
beexo Occasional Member


Joined: Oct 06, 2004 Posts: 78
|
Posted: Fri Oct 15, 2004 10:04 pm Post subject: 127.0.0.1 |
|
|
Hi,
Strange thing is happening with my PCMCIA card (Xircom 10/100). It's working properly. But When I Ping with 127.0.0.1 It doesn't respond.
Anyone want to guess why? |
|
| Back to top |
|
 |
FallenZer0 Enthusiastic Member


Joined: Sep 07, 2004 Posts: 259 Location: Los Angeles - California
|
Posted: Sat Oct 16, 2004 3:44 pm Post subject: |
|
|
What OS? Do you have a Firewall? _________________ -There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle |
|
| Back to top |
|
 |
beexo Occasional Member


Joined: Oct 06, 2004 Posts: 78
|
Posted: Mon Oct 18, 2004 9:00 pm Post subject: |
|
|
Mandrake 10.
Using the command: ping 127.0.0.1 |
|
| Back to top |
|
 |
senior New Member


Joined: Dec 24, 2003 Posts: 8
|
Posted: Mon Oct 18, 2004 11:30 pm Post subject: |
|
|
| If you're using a firewall, it's probably blocking ICMP. |
|
| Back to top |
|
 |
FallenZer0 Enthusiastic Member


Joined: Sep 07, 2004 Posts: 259 Location: Los Angeles - California
|
Posted: Tue Oct 19, 2004 1:27 pm Post subject: |
|
|
| beexo wrote: |
Mandrake 10.
Using the command: ping 127.0.0.1 |
--See if there is an entry in the Routing table for 127.0.0.1 I think the command is route -n.
Also, use ifconfig lo and see if it says UP LOOPBACK RUNNING.
Let us know. _________________ -There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle |
|
| Back to top |
|
 |
beexo Occasional Member


Joined: Oct 06, 2004 Posts: 78
|
Posted: Wed Oct 20, 2004 12:01 pm Post subject: |
|
|
No firewall installed in this computer.
When I "route -n", the address 127.0.0.1 does not appear. In fact, if I switch on the computer without a lan connection, thre routing table is completely blank.
"ifconfig lo" does show "UP LOOPBACK RUNNING". |
|
| Back to top |
|
 |
FallenZer0 Enthusiastic Member


Joined: Sep 07, 2004 Posts: 259 Location: Los Angeles - California
|
Posted: Fri Oct 22, 2004 8:03 pm Post subject: |
|
|
Use the command
route add 127.0.0.1 which should include an entry in the routing table that tells IP that it may use this interface as a route to destination 127.0.0.1
Issue the Ping command and it should be able to Ping. Let us know. _________________ -There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle |
|
| Back to top |
|
 |
beexo Occasional Member


Joined: Oct 06, 2004 Posts: 78
|
Posted: Mon Oct 25, 2004 1:27 pm Post subject: |
|
|
| When I "route add 127.0.0.1", I get: "SIOCADDRT: No such device" |
|
| Back to top |
|
 |
FallenZer0 Enthusiastic Member


Joined: Sep 07, 2004 Posts: 259 Location: Los Angeles - California
|
Posted: Mon Oct 25, 2004 5:49 pm Post subject: |
|
|
Use ifconfig lo 127.0.0.1 and that should activate the loop back interface.
Post the output of /sbin/ifconfig.
Use route add 127.0.0.1 and see if you still get the same error. _________________ -There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle |
|
| Back to top |
|
 |
Mandark New Member


Joined: Nov 13, 2004 Posts: 3 Location: Viet Nam
|
Posted: Sat Nov 13, 2004 5:11 pm Post subject: |
|
|
| have u install TCP/IP in ur PC???l |
|
| Back to top |
|
 |
|
|