- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to use package address for outbound traffi...
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
09-27-2001 04:13 PM
09-27-2001 04:13 PM
How to use package address for outbound traffic
Bob T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 04:28 PM
09-27-2001 04:28 PM
Re: How to use package address for outbound traffic
When you configure the packgae on the cluster you can define the ip forthe package which floats with the package itself. When your users want to use that package they can access the package (login etc) using the package ip and the outbound traffic will also be through that ip only.
the package ip is defined in the package control script and the varibale is
IP[0]=a.b.c.d
SUBNET[0]=a.b.c.0 # Netmask = 255.255.255.0
Here a.b.c.d is the package ip which floats with the package i.e it moves with the package from one node to another.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 07:57 PM
09-27-2001 07:57 PM
Re: How to use package address for outbound traffic
If I was on the node and telneted out to another box, that box would see me coming from the node's "permenant" address and not the package address.
Bob T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 08:15 PM
09-27-2001 08:15 PM
Re: How to use package address for outbound traffic
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 11:35 PM
09-27-2001 11:35 PM
Re: How to use package address for outbound traffic
I believe there is a section in the Managing MC/ServiceGuard manual that may be of interest to you :
http://docs.hp.com/hpux/onlinedocs/B3936-90045/B3936-90045.html
Designing Applications to Run on Multiple Systems
-> Bind to Relocatable IP Addresses
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 01:14 PM
09-28-2001 01:14 PM
Re: How to use package address for outbound traffic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 02:08 PM
09-28-2001 02:08 PM
Re: How to use package address for outbound traffic
-Sri