- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lan setup
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
11-04-2003 07:29 PM
11-04-2003 07:29 PM
lan setup
1.Use both NIC for incoming and outgoing with load sharing
2.Use 1 NIC for incoming only
3.Use 1 NIC for outgoing only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 07:40 PM
11-04-2003 07:40 PM
Re: lan setup
You need a product called:APA ( Auto Port Aggregation )
to bind two physical network card to single Logical interface.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 08:14 PM
11-04-2003 08:14 PM
Re: lan setup
Thayanidhi has given you the answer for 1.
the answers for 2. and 3. are NO.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 12:34 PM
11-05-2003 12:34 PM
Re: lan setup
cheers:>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 12:51 PM
11-05-2003 12:51 PM
Re: lan setup
For 2 and 3, which I suspect are to be considered together, if you configure two physical (from the standpoint of the transport) NICs into the same IP subnet, the way routing works by default under HP-UX, both will be used for inbound (based on the IP address in the packet) and only one will be used for outbound.
Now, in that two NICs in the one subnet case you can start to control which interface is used for outbound by adding explicit static routes. Or you can set ip_strong_es_model in which case, both nics will be used for inbound and outbound, based (very) strictly on the IP addresses in the headers.