- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: i need to add 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
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
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-20-2007 09:37 PM
тАО05-20-2007 09:37 PM
i need to add gateway
i need to add gateway to specific ip address in hpux server
thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 09:52 PM
тАО05-20-2007 09:52 PM
Re: i need to add gateway
Welcome to the forums !
Do you want to add a default gateway, or do you need to route traffic for one specific host to a particular place ?
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 09:55 PM
тАО05-20-2007 09:55 PM
Re: i need to add gateway
you can use/test with 'route add
Check 'man route' for detailed infos.
To make it permanent (after a reboot) you have to edit /etc/rc.config.d/netconf
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:10 PM
тАО05-20-2007 10:10 PM
Re: i need to add gateway
the problems
i am need to connect from ux server to windows server, two servers in the same network.
the windows server can to telnet to ux server but on the contrary no.
therefore i need to add gateway of windows server to ux server to solution my proplem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:23 PM
тАО05-20-2007 10:23 PM
Re: i need to add gateway
can you ping the ip-address of the windows server? If yes, then you don't have a route problem!
How do you want to connect? telnet?
Do you have the rights to connect?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:31 PM
тАО05-20-2007 10:31 PM
Re: i need to add gateway
If you need to add default gateway..do it simply with SAM.
#sam>Networking and Communications ->Routes>Actions> Add Default Route> give here your IP address.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:31 PM
тАО05-20-2007 10:31 PM
Re: i need to add gateway
Two servers in the same network usually don't need routing information to connect to each other.
As Volkmar said, try to ping both ways. If that works, you don't need to meddle with routes.
Also, it might be worth to try 'telnet localhost' on the windows machine to check whether the service is running ok.
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:33 PM
тАО05-20-2007 10:33 PM
Re: i need to add gateway
telnet windows server (what message you get)
Did you start the telnet server on windows server. If the telnet server is not started you will not be able to telnet to a windows server.
Just give us the correct error message.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:51 PM
тАО05-20-2007 10:51 PM
Re: i need to add gateway
but i can't ping from ux server to windows server
the two server in the same network and don't need to meddle with routes.
ip of ux server:10.8.1.63
ip of windows server: 10.8.1.108
the gateway of windows server 10.8.1.1
in sam i can't add gateway
by using #route add 10.8.1.108 10.8.1.1
i am not try to use >MP co
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:57 PM
тАО05-20-2007 10:57 PM
Re: i need to add gateway
if you use this gateway, you've to add the
Is ping working now?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 10:57 PM
тАО05-20-2007 10:57 PM
Re: i need to add gateway
If you want the unix box to have the same default gateway than the windows box:
# route add default 10.8.1.1 1
Strange your ping is only working one way, though..
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 11:19 PM
тАО05-20-2007 11:19 PM
Re: i need to add gateway
thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 11:24 PM
тАО05-20-2007 11:24 PM
Re: i need to add gateway
Option one: add the IP address of the windows server into your DNS system (or have it done).
Option two: put the windows server into /etc/hosts on your unix, like this:
10.8.1.108 windowshostname.yourplace.com windowshostname
After saving the /etc/hosts with the above line in it, you should be able to ping the windows hostname.
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2007 11:55 PM
тАО05-20-2007 11:55 PM
Re: i need to add gateway
well - pinging the ip-address is the first thing!
As Wout said, you have to tell the hp ws to resolve the win server's name with an ip-address.
For Wout's first option you have to configure DNS at your hp - shorter is to add the win server to the hp hosts file.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2007 04:08 AM
тАО05-21-2007 04:08 AM
Re: i need to add gateway
Thanks for letting us know how it works out, it's always nice to know how a story ends :-)
Cheers,
Wout
PS - Thanks for also checking out http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward points to useful answers.