- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Two default gateways
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
03-18-2005 07:27 AM
03-18-2005 07:27 AM
Two default gateways
I have noted something unusual and was wondering if anyone could shed some light on it.
In SAM, I show the default gateway as the IP address of the F5 box, which is what I tried setting it to. Yet if I run /sbin/set_parms addl_netwrk, it shows the default gateway as the original gateway. In the /etc/rc.config.d/netconf file, the gateway for the interface lan0 is the original gateway.
Also, both gateways show when doing a 'netstat -r'
When I implement the F5 the lan0 interface will be disabled via SAM and the eight additional nics that I have in the system will be running (each with its own IP in its own subnet)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 07:31 AM
03-18-2005 07:31 AM
Re: Two default gateways
through console do
/sbin/init.d/net stop;/sbin/init.d/net start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 07:51 AM
03-18-2005 07:51 AM
Re: Two default gateways
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 07:58 AM
03-18-2005 07:58 AM
Re: Two default gateways
route add net "network" netmask "xx" "router" 1
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 10:23 AM
03-18-2005 10:23 AM
Re: Two default gateways
the [x] index as necessary.
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="192.168.0.1"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
Per RAC example,
You can do
ROUTE_DESTINATION[1]="net 192.168.0.0"
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]="192.168.0.1"
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""
run, /sbin/init.d/net start
check with netstat -rn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2005 05:32 AM
03-19-2005 05:32 AM