- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to add default gateway to ux server is not wor...
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
05-22-2007 09:11 PM
05-22-2007 09:11 PM
how to add default gateway to ux server is not work
i have ux server it is divided to npar and vpar the one of vpar i can't connect to it becuase not contain 'default gateway' but i can connect to another server. now how to solve this problem from another server.
thanks and regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 09:36 PM
05-22-2007 09:36 PM
Re: how to add default gateway to ux server is not work
If you want to add a default route:
route add default your.gateway.ip
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 09:37 PM
05-22-2007 09:37 PM
Re: how to add default gateway to ux server is not work
You can add gateway from "set_parms" or from command line.
1. #set_parms addl_netwrk and follow the instructions
2. #route add default
For permanent changes you have to modify this file "/etc/rc.config.d/netconf ".
vi /etc/rc.config.d/netconf
add the following lines
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="Your gw IP"
ROUTE_COUNT[0]=""
ROUTE_ARGS[0]=""
restart network service.
#/sbin/init.d/net stop
#/sbin/init.d/net start
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 09:42 PM
05-22-2007 09:42 PM
Re: how to add default gateway to ux server is not work
You can do it simply with SAM also.
#sam >Networking and Communications >Routes>Actions> Add Default Route> give here your IP address.
Your profile show you didn't assign any points.
I have assigned points to 0 of 18 responses to my questions.
If your problem solved please don't forget to assign points.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:01 PM
05-22-2007 10:01 PM
Re: how to add default gateway to ux server is not work
The easiest way to solve this problem is to set up a second address with the same subnet as the server you cannot access. Then the default gateway need not come into play, and you should be able to access that server and make what changes you need.
HTH
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:07 PM
05-22-2007 10:07 PM
Re: how to add default gateway to ux server is not work
The issue might not be due to not having a default gateway. If the two addresses are within the same subnet, a default gateway is not required as its on the sam LAN, thus should be communicating.
A default gateway or route is required for a destination subnet is different to the local.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:08 PM
05-22-2007 10:08 PM
Re: how to add default gateway to ux server is not work
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:09 PM
05-22-2007 10:09 PM
Re: how to add default gateway to ux server is not work
yours solutions from the same server, i am need solution from the server which i connect to it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:15 PM
05-22-2007 10:15 PM
Re: how to add default gateway to ux server is not work
connectng to 10.8.1.63 could not open connection on the host,on port 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:24 PM
05-22-2007 10:24 PM
Re: how to add default gateway to ux server is not work
This could mean a number of things, e.g. telnetd is disabled.
Can you ping 10.8.1.63? Even better can you traceroute to it?
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:28 PM
05-22-2007 10:28 PM
Re: how to add default gateway to ux server is not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:34 PM
05-22-2007 10:34 PM
Re: how to add default gateway to ux server is not work
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:35 PM
05-22-2007 10:35 PM
Re: how to add default gateway to ux server is not work
Please provide use your ip details of the machine you're telnetting from and the vPar HP-UX.
Did you ping it?
Jov