HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Isolate application traffic to a particular la...
Operating System - HP-UX
1832609
Members
2499
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-31-2004 09:04 AM
08-31-2004 09:04 AM
Isolate application traffic to a particular lan card
Does anyone know if there is a way to isolate network traffic for a particular application to a single nic on a server with multiple nics?
If all else fails...read the manual!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 09:17 AM
08-31-2004 09:17 AM
Re: Isolate application traffic to a particular lan card
hmm..you will have to manipulate the network routes unless if you can hardcode the application to bind to a certain interface while creating sockets for outbound connections.
Other than that, I cannot think of any other way to do it.
Other than that, I cannot think of any other way to do it.
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 09:27 AM
08-31-2004 09:27 AM
Re: Isolate application traffic to a particular lan card
The important thing to remember is the HPUX doesn't support two seperate physical NICs in the same IP subnet, so unless you can add an additional IP subnet and setup a router to handle traffic to/from the subnet, you're on a hiding to nothing.
HTH
Duncan
I am an HPE Employee
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 12:19 PM
08-31-2004 12:19 PM
Re: Isolate application traffic to a particular lan card
If you want to constrain all traffic for a particular application to a particular NIC, you need to bind() that application to the IP address of that NIC (ie the application has to be induced to call bind() with that IP) and set ip_strong_es_model such that datagrams with that as the destination IP address are only accepted on that NIC, and outbound route selection for trafic coming from that IP address selects routes associated with that NIC.
At that point, I'm not sure it would matter if the NICs were configured into the same or separate IP subnets.
At that point, I'm not sure it would matter if the NICs were configured into the same or separate IP subnets.
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP