- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multiple NIC's on same server
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
тАО08-01-2002 11:08 AM
тАО08-01-2002 11:08 AM
Multiple NIC's on same server
I want to know if I can force certain out going traffic to use a certain NIC card.
I have software the uses the MAC address of my MIC and the MAC address of the remote NIC to cumminicate.
The remote system will only answer the correct MAC address.
hostname 172.xxx.xxx.200
hostname2 172.xxx.xxx.206
hostname3 172.xxx.xxx.207
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2002 11:17 AM
тАО08-01-2002 11:17 AM
Re: Multiple NIC's on same server
Can you elaborate a bit on what you are doing?
Good luck,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2002 11:21 AM
тАО08-01-2002 11:21 AM
Re: Multiple NIC's on same server
You could check the TKB document - KBRC00006961:
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=500000000092418
OR do a search on the ITRC forums with "multiple+network+card+same+system"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2002 11:25 AM
тАО08-01-2002 11:25 AM
Re: Multiple NIC's on same server
Then traffic to 192.168.xxx.xxx gos out the NIC with a 192.168.xxx.xxx IP.
Traffic to 172.xxx.xxx.xxx goes out the NIC with a 172.xxx.xxx.xxx address assigned to it.
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2002 09:56 AM
тАО08-02-2002 09:56 AM
Re: Multiple NIC's on same server
if you mean to say that you send and receive IP traffic, but the IP traffic is only accepted from a given MAC then...
...in general, it is not a good idea to configure multiple physical NICs into the same IP subnet. by default, all will be used for inbound, only one (the first ifconfig'd iirc) will be used for outbound.
you can use Auto Port Aggregation to put all three NICs into a single logical NIC. that NIC will be given one MAC address, based on the MAC address of one of the interfaces. That may change if the NIC used to select the MAC goes down.
...you can setup explicit host routes for machines, pointing at the specific local interface. if the number of machines is small, this is tractable.
...if your application binds to a local IP before calling connect() (on the multiple-NIC system) or if your application accepts connections from remote systems, you could set ip_strong_es_model to one - in this case, source IP address is used as part of route selection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 04:33 AM
тАО08-05-2002 04:33 AM
Re: Multiple NIC's on same server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 04:55 AM
тАО08-05-2002 04:55 AM
Re: Multiple NIC's on same server
Segment the network in subnetworks (and use VLAN in the backbpone switch to improve performance avoiding flooding)or use APA software to aggregate it
Segmenting the net you ensure that each card always communicate with the correct system
With the aggregation (APA) it doesn??t work beacuse the MAC address will be changed