- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how many virtual IPs can be binded on a NIC
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
03-01-2004 04:08 AM
03-01-2004 04:08 AM
I'm configuring iPlanet webserver on a A500 box with multiple URL supporting. each URL with https need a dedicated IP.
could anyone please let me know how many IP address I can configure on a single network adapter (like lan0:1, lan0:2 ...) -- we are using HPUX 11.0 with HP PCI 10/100BaseTX.
thanks,
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:11 AM
03-01-2004 04:11 AM
Solutionif the netmask for the interface is 255.255.255.0 then the most virtual interfaces you can have in addition to main is 252. That is for a total of 153.
Of course there comes a point where the configuration file becomes unmanagable.
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
03-01-2004 04:13 AM
03-01-2004 04:13 AM
Re: how many virtual IPs can be binded on a NIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:17 AM
03-01-2004 04:17 AM
Re: how many virtual IPs can be binded on a NIC
I too have never heard of any such limit.
As a side note, if your network connection supports, you can have a different IP than the primary interface for the virtual interface using 'ifconfig lanx:#' command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:28 AM
03-01-2004 04:28 AM
Re: how many virtual IPs can be binded on a NIC
That last number was supposed to be 253
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
03-01-2004 07:55 PM
03-01-2004 07:55 PM
Re: how many virtual IPs can be binded on a NIC
I imagine that the performance would also be terrible as the amount of processing done by the kernel would climb exponentially?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 12:53 AM
03-02-2004 12:53 AM
Re: how many virtual IPs can be binded on a NIC
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 05:49 AM
03-02-2004 05:49 AM
Re: how many virtual IPs can be binded on a NIC
The kernel tunable tcphashsz may alter the size of some of the related hash tables. A description of that tunable may be in SAM, and there shoudl be one in some of the "tuning descriptions" online at www.spec.org for HP-UX SPECweb9* benchmark disclosures.
As for performance, I'm not familiar with the https performance of iPlanet. The https performance of ZWS can be quite good. There are a number of SPECweb99_SSL disclsoures, including some rather old ones on an A500 :) at www.spec.org. Youi may find some other useful tuning ideas in those disclosures.
I believe the only iPlanet SSL number there used a hardware crypto accelerator card.
I have a question about the wording of your intitial question though...
When you say "each URL wqith https need a dedicated IP" do you _really_ mean _each_ distinct URL on the system?!? That is a separate virtual server for every separate URL? Or do you mean you need to support many virtual https servers, each serving a number of URLs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 07:03 AM
03-02-2004 07:03 AM
Re: how many virtual IPs can be binded on a NIC
Yes, with iplanet, if you don't want to see the ssl cert warnings in browser, you need to use IP based virtual server for each URL, but with version 6, you don't really need to configure a bounch of virtual servers, it can be achieved by just adding virtual "class" associated to the IP based listener sockets, inside a server configuration.