- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- route add error :Network unreachable
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
Discussions
Discussions
Discussions
Forums
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
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-16-2005 02:46 PM
тАО04-16-2005 02:46 PM
route add error :Network unreachable
My lan interface are 10.210.21.x with netmask 255.255.255.248 . I want to add the route : 10.210.21.148 with netmask 255.255.255.248 to routing table.
I execute :
route add 10.210.21.148 255.255.255.248 10.210.21.1
(I will return error "Network Unreachable")
If I execute :
route add 10.210.21.148 255.255.255.248 10.210.21.1 1
(I added 1 hop,it will return the command back and i think it's a syntax error ).
Please advice or any document that could help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2005 03:04 PM
тАО04-16-2005 03:04 PM
Re: route add error :Network unreachable
If I put the route add,does the system will probe/ping the added route and if it failed and it will gave "Network Unreachable" ...
Uhm .. or how does this worked
Any help ..
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2005 03:11 PM
тАО04-16-2005 03:11 PM
Re: route add error :Network unreachable
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2005 03:53 PM
тАО04-16-2005 03:53 PM
Re: route add error :Network unreachable
That's won't work.Try that before.It gave the command back with command syntax.
Thanks for replying.
But does the system will ping the gateway before putting in the route?.
regards
Arman Rahim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2005 05:48 PM
тАО04-16-2005 05:48 PM
Re: route add error :Network unreachable
any syntax error.
# route add
usage: add destination [netmask mask] gateway [metric]
The gateway must be reachable from the host on
which you are running "route add" command.
Otherwise, there is no way the system can route
those packets.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2005 06:06 PM
тАО04-16-2005 06:06 PM
Re: route add error :Network unreachable
The commands look good and there may be a problem with how the VLAN is done or the routers on the system you are trying to connect.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2005 10:48 AM
тАО04-17-2005 10:48 AM
Re: route add error :Network unreachable
10.210.21.1 with a 248 mask is part of the subnet zero and is unusable on most HPUX without turning off subnet checking in ndd.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2005 06:39 PM
тАО04-17-2005 06:39 PM
Re: route add error :Network unreachable
Example of subnet calculation:
11111 | 000 = 248
10010 | 000 = 144
10010 | 111 = 151