- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- routing tables
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
08-28-2008 12:32 AM
08-28-2008 12:32 AM
routing tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 01:05 AM
08-28-2008 01:05 AM
Re: routing tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 02:01 AM
08-28-2008 02:01 AM
Re: routing tables
Here you go:
start SAM
#sam
Select Networking and Communications
Select routes
Choose action from menu.
But I think it is easier to add routing using commands:
Use the route command to set the route and then manually edit /etc/rc.config.d/netcconf
to make it permanent.
For more info refer to man route
Regds..
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 02:20 AM
08-28-2008 02:20 AM
Re: routing tables
you can add using command line.
route add net networkip
== ====================================
you can make the entry in /etc/rc.config.d/netconf for route entry
===========================================
Then you can check the roting table using
#netstat -rn
Regards
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 04:42 PM
08-28-2008 04:42 PM
Re: routing tables
Deepak, if i want to use command line do i need to issue the route add command first and edit the /etc/rc.config.d/netconf or i just edit the config file without do the route add command.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 07:23 PM
08-29-2008 07:23 PM
Re: routing tables
Why we are editing netconf bcoz for making the permanent change.if u add using command line and some day u rebooted the system then change will not effective.So can use the command line also make the entry in netconf.
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 08:44 PM
08-29-2008 08:44 PM
Re: routing tables
First u make it using command line
#route add net
then edit netconf
========================================
if ur adding directly in netconf it will not effective until ur server will reboot or
making it effective u should stop/start the service.its given below
#/sbin/init.d/net stop
#/sbin/init.d/net start
but the problem is that u cant do it on production system bcos u r stoping the net service for a moment.
=========================================
So best way is add first using command line it will be effective till ur server will not reboot.when ur server will reboot then you have already make a change in netconf so it will take care and the change will be effective.
Hope this explanation clear ur doubts
Best Luck
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 09:32 PM
08-29-2008 09:32 PM
Re: routing tables
If u have already add the entry in netconf then u can check whether its effective or not using
#netstat -rn
Regards
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2008 07:21 PM
08-31-2008 07:21 PM
Re: routing tables
Pls read the How many points should I assign to replies? this topic on ITRC .
Regards
Prashant