- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Two Network Cards Query
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
10-18-2001 08:23 PM
10-18-2001 08:23 PM
Two Network Cards Query
Say 192.168.0.1 and 192.168.0.2 in HP-UX 11.0
How can I control using which IP to telnet / ping to other host? Is there any Primary / Secondary concept on these two IP?
Can I config one network card to be a stand-by of another?
Can I config to use two network cards for load balancing? (2 NIC using the same IP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 09:16 PM
10-18-2001 09:16 PM
Re: Two Network Cards Query
As far as load balancing or having the 2 cards behave as one, you should check HPs Auto Port Aggregation software. It is a product you have to purchase separately.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J4240AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 09:30 PM
10-18-2001 09:30 PM
Re: Two Network Cards Query
if you have 2 network cards, you can assign 2 different IP's with same or different subnetmask. you can force ftp/telnet/ping to use particular interface by downing the another one(ifconfig lanx down). anyway the load balancing on both interfaces i haven't heard till now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 09:53 PM
10-18-2001 09:53 PM
Re: Two Network Cards Query
To force establishing connection by dowing another interface is not a good way.
As for example, if I run two web services using two IP, the method is not pratical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 11:14 PM
10-18-2001 11:14 PM
Re: Two Network Cards Query
as far as know there is no 'build in' functionality to use one nw-card as a stand-by for another.
The HP Product MC/Service Guard allows you to build high available applications and one of the functioinalites of MC/SG allows you to configure hot stand-by network cards.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 12:01 AM
10-19-2001 12:01 AM
Re: Two Network Cards Query
Just as you say, MC/Service Guard is used for cluster of application. It seems no one will use it just for a stand-by network card. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 12:09 AM
10-19-2001 12:09 AM
Re: Two Network Cards Query
Just an FYI, you don't need to have two cards to have two IP addresses...you can bind multiple IP addresses to the same card using the ifconfig
ifconfig lan0 192.168.0.1
ifconfig lan0:1 192.168.0.2
Having multiple NICs on the same subnet doesn't really buy you much. If you're looking to get the extra bandwidth, look into the APA product from HP. This product allows you combine multiple NICs into one "supre" NIC. For example, you can combine 3 100BT lan cards to get an effect 300BT lan card.
You c an get more info on APA from the following links:
http://docs.hp.com/hpux/onlinedocs/netcom/hp_apa_using11i.pdf
http://docs.hp.com/hpux/onlinedocs/J4240-90005/J4240-90005.html
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 04:59 AM
10-19-2001 04:59 AM
Re: Two Network Cards Query
(If you add more than one default route to a Cisco router where the default routes point out different interfaces, Cisco will load balance on a packet by packet basis or on a destination by destination basis).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2001 05:10 AM
10-19-2001 05:10 AM
Re: Two Network Cards Query
Many modern IP servers (httpd, ftpd, etc.) bind to specific, configurable IPs in multiple IP configurations; that's how many of the "virtual" servers work. Older implementations use the IN_ADDR_ANY constant to bind/listen to ANY IP available on that host.
Outbound traffic will look like it's coming from the systems base IP.