- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- After adding a route in HP UX, can not ping the de...
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-2011 07:27 AM
10-27-2011 07:27 AM
After adding a route in HP UX, can not ping the destination.
Hi,
I add a route in HP UX with this command:
route add net 192.168.x.x netmask 255.255.255.255 10.1.x.x 1
but then I can not ping 192.168.x.x.
I can ping 10.1.x.x
Also I can ping 192.168.x.x from the router where the interface 10.1.x.x belongs.
Also I noticed smth strange that when I was trying to add the route I could not add it in the beggining with the error "destination network unreachable", I was able to add it only after I run the command: ping 10.1.x.x.
Can you help me please?
Thanks,
Flori
- Tags:
- ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2011 07:47 AM
10-27-2011 07:47 AM
Re: After adding a route in HP UX, can not ping the destination.
i'm pretty sure your netmask is wrong.
likely it should be 255.255.255.0, you need to check with someone on your networking team for the correct value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2011 09:50 AM
10-27-2011 09:50 AM
Re: After adding a route in HP UX, can not ping the destination.
Thank you for your reply.
I have tried that mask too, but nothing.
I have added the route even as a host and then as a subnet but still I can not ping the address.