- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Default Gateway
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
02-13-2002 01:23 AM
02-13-2002 01:23 AM
Default Gateway
Can anyone tell me if it is possible to change the default gateway in SAM and if so, how.
(I know how to do it via routeadd or editing the netconf file but curious as I can't seem to find a way in SAM)
Cheers in advance
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 02:02 AM
02-13-2002 02:02 AM
Re: Default Gateway
In SAM select :
1 - Networking and communications
2 - through 'list' change to
Internet Adresses
3 - Click Actions and select modify default gateway
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 02:09 AM
02-13-2002 02:09 AM
Re: Default Gateway
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 02:33 AM
02-13-2002 02:33 AM
Re: Default Gateway
if you are looking for a menu based utility t specify the default gateway,
#setparms addl_netwrk
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 02:56 AM
02-13-2002 02:56 AM
Re: Default Gateway
The best way to change the default gateway is using set_parms command. First stop the applications which U are running thru network. Then
#set_parms addl_netwrk
this command will guid U how to set gateway. After that go to /etc/rc.config.d and follow this
#cd /etc/rc.config.d
#more netconf
It should show a line like this
ROUTE_GATEWAY[0]=xxx.xxx.xxx.xxx
Here xxx.xxx.... is ur new gateway address. If this is not showing edit this file and change this line as per ur requirement.
Best of luck
Shahul