- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: default router
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
11-21-2008 07:28 AM
11-21-2008 07:28 AM
I'm trying to add a default route on server, the interface is configure as
192.168.244.136
255.255.255.240
But when I try to add a default route I get the following error.
#route add default 192.168.244.129
add net default: gateway 192.168.244.129: Network is unreachable
Output of netstat is shown below for reference.
#netstat -in
Name Mtu Network Address Ipkts Opkts
lan0 1500 192.168.244.128 192.168.244.136 589522 218958
lo0 4136 127.0.0.0 127.0.0.1 154021 154021
Thanks
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2008 08:43 AM
11-21-2008 08:43 AM
Re: default router
#route add default 192.168.244.129 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2008 09:06 AM
11-21-2008 09:06 AM
Solution# vi /etc/rc.config.d/netconf
ROUTE_DESTINATION[0]="default"
ROUTE_GATEWAY[0]="192.168.244.129"
ROUTE_COUNT[0]="1"
or you can use
SAM - NETWORK CONFIGURATION -> ADD DEFAULT ROUTE,
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 01:27 AM
11-22-2008 01:27 AM
Re: default router
Apologies on assigning the points, I clicked to quickly I ment to give both of you 10 points.
Thanks
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 01:28 AM
11-22-2008 01:28 AM