- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- add a routing 11.00 by using route and netconf fil...
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
07-12-2001 11:17 PM
07-12-2001 11:17 PM
add a routing 11.00 by using route and netconf file
"route add net 172.16.1.0 netmask 255.255.255.0 10.1.1.20"
In a HP-UX 11.0 machine, following information is shown: "add net 172.16.1.0: gateway 10.1.1.20: Network is unreachable "
What does it means? How it correct it?
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 11:20 PM
07-12-2001 11:20 PM
Re: add a routing 11.00 by using route and netconf file
What is the output of 'netstat -nr' ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 11:24 PM
07-12-2001 11:24 PM
Re: add a routing 11.00 by using route and netconf file
Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 11:29 PM
07-12-2001 11:29 PM
Re: add a routing 11.00 by using route and netconf file
To add a route your system need to know how to
access your gateway. I think this message
signified you have no route to access the
gateway (10.1.1.20). You can test with ping :
ping 10.1.1.20
If you have no results you have to add a route
to access your gateway and after add your new
route. If this gateway is on you local physical
network add a route for lan0 or if you can
access it by your default gw verify you have
a default route on your system.
I think the better way to resolve your problem
si to join the result of your netstat -rn (ie
previous reply from Laurent)
Regards,
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 11:45 PM
07-12-2001 11:45 PM
Re: add a routing 11.00 by using route and netconf file
1. 10.1.1.20 is residing at the same physical lan segment where is the server is (server ip 10.1.1.10) and it is reachable by server
2. netstat -rn:
Dest/Network Gateway Flags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 11:52 PM
07-12-2001 11:52 PM
Re: add a routing 11.00 by using route and netconf file
the result of "netstat -rn result"
was attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:06 AM
07-13-2001 12:06 AM
Re: add a routing 11.00 by using route and netconf file
What does "ifconfig lan0" show?
Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:14 AM
07-13-2001 12:14 AM
Re: add a routing 11.00 by using route and netconf file
lan0: flags=843
inet 10.1.1.10 netmask ffffff00 broadcast 10.1.1.255
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:18 AM
07-13-2001 12:18 AM
Re: add a routing 11.00 by using route and netconf file
# route add net 172.16.1.0 netmask 255.255.255.0 10.1.1.20 1
If the gateway is not localhost, you have to add a "count" value greater than 0 (see route command man page).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:45 AM
07-13-2001 12:45 AM
Re: add a routing 11.00 by using route and netconf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 01:25 AM
07-13-2001 01:25 AM
Re: add a routing 11.00 by using route and netconf file
Just have a look at your profile : you never
assigned points to reply ?
Laurent and other forumers solve problems, in
this forum the way to be grateful is assign points....
see http://europe-support.external.hp.com/estaff/bin/doc.pl/forward/screen=estaffAssistance/sid=dece065a181a2baddf?Page=file0002#forpoints
Regards
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 03:45 AM
01-27-2005 03:45 AM
Re: add a routing 11.00 by using route and netconf file
Laurent in this thread suggested this:
Try this one :
# route add net 172.16.1.0 netmask 255.255.255.0 10.1.1.20 1
--------------
I was wondering what 172.16.1.0 is? Is it a host? I believe 10.1.1.20 is the gateway
If I have to contact hotmail.com(64.4.32.7) Can I do this then?
# route add net 64.4.32.7 netmask 255.255.255.255
I am trying to add a new route to my system. I already have a default gateway.