- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need help
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
01-01-2006 06:47 PM
01-01-2006 06:47 PM
one can ping servers on the subnet his workstation is on, but not other subnets. What is wrong?
Mridul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 07:06 PM
01-01-2006 07:06 PM
Re: Need help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 08:35 PM
01-01-2006 08:35 PM
SolutionFor resloving a IP outside your own subnet you need route to the destination subnets. If the routes are not defined the name resolution to the destination IP will not take place relusting in no ping/telnet or anything else to the destination IP.
The error from ping will help you to find more about it. It will show "destination host unreachable". A better option will be to use tracert to find out at which point it is not be able to preceed further. This will be important if you have more than one subnets in your network and one of the network through which the traffic is routed is down.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 08:39 PM
01-01-2006 08:39 PM
Re: Need help
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=987846
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 08:47 PM
01-01-2006 08:47 PM
Re: Need help
Based on that it will differ,
If ip-address ping is not working then,
Routing setting is the problem. You have to setup proper routing with route command.
If ip-address ping is working but not hostname ping then,
Your hostname resolvation setting in /etc/nsswitch.conf hosts: entries are not having enough informations in /etc/hosts or /etc/resolv.conf file.
You have to put hostname ip-address information in /etc/hosts file or DNS entry of nameserver in /etc/resolv.conf file.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 08:49 PM
01-01-2006 08:49 PM
Re: Need help
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 08:54 PM
01-01-2006 08:54 PM
Re: Need help
-Arun