- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: i can not ping 127.0.0.1, what can be the prob...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 07:36 PM
04-02-2003 07:36 PM
I met one situation what has never not been, one of my server suddenly down in networking connection, and even if i restart all networking successful, i can not ping every thing at all, even if it self. no other computer can access again. I check flag in proc, icmp_echo_ignore_all is 0. I do not know what the problem is, who can help me in tips? friends.
Best Regards,
Frederick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 08:35 PM
04-02-2003 08:35 PM
Solutiona peculiar problem. just guessing.
the tcp stack is not initialised or something that like i guess. this is because, u say that u r not able to ping the local host.
can u check out /proc/net and see if anything useful is there. did u recompile your kernel recently or something like that.
can this server be restarted. if yes, can u see if it helps.
and before you do all this have a look at dmesg and /var/log/messages. hope u find some useful info there.
and pls post the results how u fixed this problem.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:55 PM
04-02-2003 10:55 PM
Re: i can not ping 127.0.0.1, what can be the problem?
Best regards,
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 05:24 AM
04-03-2003 05:24 AM
Re: i can not ping 127.0.0.1, what can be the problem?
regards
balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 05:37 PM
04-03-2003 05:37 PM
Re: i can not ping 127.0.0.1, what can be the problem?
no kernel recompile but apache recompiled before.
I restart it, caught none unnormal message, but either can not ping. where is the initial about the tcp stack?
Best Regards,
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 07:27 PM
04-03-2003 07:27 PM
Re: i can not ping 127.0.0.1, what can be the problem?
in the dmesg or in /var/adm/messages are u getting any related messages. something like this.
+++++++++++++++++++++++++++++
sudo dmesg | grep -i tcp
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
TCP: Hash tables configured (established 16384 bind 32768)
+++++++++++++++++++++++++++++++
also, forgot to ask, is some firewall running? and what does the output of ifconfig -a shows.
just guessing as i dont have any clues?
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 07:55 PM
04-03-2003 07:55 PM
Re: i can not ping 127.0.0.1, what can be the problem?
I use redhat, found none directory as /var/adm;
One more thing, I found suddenly it can work after I restart it again.
i do not know why, however, thanks very much to your help.
Best Regards,
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 08:14 PM
04-03-2003 08:14 PM
Re: i can not ping 127.0.0.1, what can be the problem?
-balaji