- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing Source address HP-UX 11.xx
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-25-2005 04:24 AM
05-25-2005 04:24 AM
Changing Source address HP-UX 11.xx
The ojective here, is to be able to virtualize an application so that it can be tied to a virtual address for both outbound, and inbound traffic.
Thanks
Neil,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:29 AM
05-25-2005 04:29 AM
Re: Changing Source address HP-UX 11.xx
You set up a virtual ip address in /etc/rc.config.d/netconf, then you tell your application what its home is.
In truth, if you look at a packet sniffer, the packets are not really going through the virtual interface. You can see them all going through the main address.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:37 AM
05-25-2005 04:37 AM
Re: Changing Source address HP-UX 11.xx
We have interface program's that communicate using specific Source and destination address's, as well as ports. What I would like to be able to do, here is the ability to use a virtual source address, that would allow me to move the interface application from server to server, with the use of the virtual Address. This works fine for destination, but the source (as it is now) will always be the physical interface address.
Thanks
Neil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:47 AM
05-25-2005 04:47 AM
Re: Changing Source address HP-UX 11.xx
Virtualization makes the IP address work for the client. You can connect to it, it even shows up in netstat -an output.
Since the IP address is completely valid, you can tell your appplication to use it. I'd have to know what the application is to provide specific advice on how to convert its configuration.
Example: httpd.conf for apache can be told to Listen on a virtualized IP address. Then you restart it and all appears to go through the virtual interface.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:54 AM
05-25-2005 04:54 AM
Re: Changing Source address HP-UX 11.xx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:56 AM
05-25-2005 04:56 AM
Re: Changing Source address HP-UX 11.xx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 01:58 AM
05-26-2005 01:58 AM
Re: Changing Source address HP-UX 11.xx
By default, a udp application, or a tcp application doing outbound "connect()" calls implicitly bind to the primary IP of the outbound interface.
The serviceguard manuals talk about this here:
http://www.docs.hp.com/en/B3936-90073/apcs03.html#d0e20909
In the section titled:
Bind to Relocatable IP Addresses
It doesn't matter that you are not using serviceguard, the principles apply.
If you do not have control of the source , you can play some games with routing in some cases. The downside is that ALL the packets to the destination IP are affected and will come from the virtual IP. Changing the source code is the best solution if you can do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 04:31 PM
05-26-2005 04:31 PM