- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- route add command give odd error
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
12-07-2007 01:30 PM
12-07-2007 01:30 PM
I see:
add net 10.10.10: gateway 10.1.1.2: Network is unreachable"
But I can ping the IP and traceroute to both the a server on the 10.10.10 and the router.
I'm also followings an ITRC post, what is the issue here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 01:52 PM
12-07-2007 01:52 PM
Solutionroute add 10.10.10 10.1.1.2 1
to
route add 10.10.10.0 10.1.1.2 1
so that I am certain that you are specifying a network address.
What are you subnet masks for each interface?
It would probably be helpful to post the output of netstat -r.
It would also be helpful to see the output of "ifconfig lan0", "ifconfig lan1", ... for all of your active NIC's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 02:01 PM
12-07-2007 02:01 PM
Re: route add command give odd error
Where do I add mask?
mask is 255.255.255.0 for both.
Can't send other info as it is a company network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 02:13 PM
12-07-2007 02:13 PM
Re: route add command give odd error
>>But I can ping the IP and traceroute to both the a server on the 10.10.10 and the router.
Where are you pinging from ? You need to be able to ping the router ( 10.1.1.2 ) from the server you are adding the route to. When the route is added an ICMP packet is sent. The message is saying that route is not responding.
I am also assuming that your lan interface IP is 10.1.1.something.
This is why the output of ifconfig or netstat -in and netstat -rvn was requested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 03:38 PM
12-07-2007 03:38 PM
Re: route add command give odd error
# netstat -rnv
# netstat -in
# traceroute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 03:57 PM
12-07-2007 03:57 PM
Re: route add command give odd error
Without the data I requested, it's not possible to know.
because this is a 10.X.X.X network (and thus a private network), you really aren't risking anything (other than attack from someone within your owm 10.X.X.X network) by posting the output of netstat and ifconfig.
At the very least, execute those commands yourself and you will probably see why you can ping with a static route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 04:39 PM
12-07-2007 04:39 PM
Re: route add command give odd error
> both the a server on the 10.10.10 and the
> router.
As usual, showing the actual commands used
and their output would probably reveal more
than your summary of what you think happened
when you did some unknown thing.
> I'm also followings an ITRC post [...]
Which one? Some are more relevant and/or
helpful than others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 05:48 PM
12-07-2007 05:48 PM
Re: route add command give odd error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 08:05 AM
12-10-2007 08:05 AM
Re: route add command give odd error
Thanks for your help all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 10:35 AM
12-10-2007 10:35 AM
Re: route add command give odd error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 11:29 AM
12-10-2007 11:29 AM
Re: route add command give odd error
> enviroment.
If you're living in fear of hijacked Windows
systems in China attacking your 10.x.x.x
networks, then you have more problems than
one bad route.