- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ping to localhost failed
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
10-27-2003 06:08 PM
10-27-2003 06:08 PM
Ping to localhost failed
I can't ping from my server to it's localhost.
I've checked to files /etc/hosts and /etc/rc.config.d/netconf and the entry localhost already in there.
Pls help me to resolve this problem.
thanks,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:15 PM
10-27-2003 06:15 PM
Re: Ping to localhost failed
Could you check your route table (netstat -rn)?
And try 'ping 127.0.0.1' to make sure that the problem is not DNS/NIS related.
Also make sure there is no firewall software installed dropping icmp packats on all interfaces, including your loopback interface.
If you can't solve it with this info, send us the output of netstat -rn, your localhost entry from /etc/host and the ifconfig output for lo0 and other interfaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:30 PM
10-27-2003 06:30 PM
Re: Ping to localhost failed
check /etc/nsswitch.conf file also.
it should have an entry for hosts.
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:35 PM
10-27-2003 06:35 PM
Re: Ping to localhost failed
You mention that you have looked in netconf and the entry localhost is in there, is this under the entry LOOPBACK_ADDRESS. Also does a "netstat -i" command show something like
lo0 4136 127.0.0.0 localhost 16057352 16057353
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:37 PM
10-27-2003 06:37 PM
Re: Ping to localhost failed
The problem has been solved by shutting down lo0 and the start again lo0 by ifconfig command. But the problem occurs again and again.
what should i do ? what can cause this problem ?
thanks
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:43 PM
10-27-2003 06:43 PM
Re: Ping to localhost failed
I don't know by head, but there is a ndd parameter to disable the checking of gateways HP-ux 11 does by default. A way for someone else to score some extra points...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:49 PM
10-27-2003 06:49 PM
Re: Ping to localhost failed
Should be disabled.
But that should have any effet on loopback.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 06:51 PM
10-27-2003 06:51 PM
Re: Ping to localhost failed
BR,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 07:15 PM
10-27-2003 07:15 PM
Re: Ping to localhost failed
We had remove PHNE_28895 and installed PHNE_28089 patch when we faced this similar problem.
This is for hpux11i.
Hope this helps.
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 08:25 PM
10-27-2003 08:25 PM
Re: Ping to localhost failed
Edit the /etc/auth/system/devassign file and add the following entry for the lo0 loopback interface:
lo0:v_type=nic:v_cursl=WILDCARD:chkent:
Save the changes to the /etc/auth/system/devassign file.
# ifconfig lo0 up
look at the HP TKB# PAJ970708001
Hope this help
Thanks