- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- One IP One Web Site, or One IP Multi Web Site?
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-30-2001 11:15 AM
11-30-2001 11:15 AM
I would like to know what solution is better:
1) using one IP address for one web site, or
2) using one IP address for two web sites.
The condition is that there is only one NIC on the box.
Appreciated if someone comments it.
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 11:20 AM
11-30-2001 11:20 AM
SolutionThe main domain name has to be the same and you are setting up sub domains.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 11:36 AM
11-30-2001 11:36 AM
Re: One IP One Web Site, or One IP Multi Web Site?
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 03:26 PM
11-30-2001 03:26 PM
Re: One IP One Web Site, or One IP Multi Web Site?
Then you configure the domain name in your dns server.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2001 07:39 AM
12-01-2001 07:39 AM
Re: One IP One Web Site, or One IP Multi Web Site?
In the case of failure, there are a lot more questions: how critical is this web site? The answer directly relates to how much you can invest in the project. You start with the net connection redundancy, perhaps even separate ISP connections. These would come into separate switches, then dual cables to from each switch to separate computers (4 lan connections). And the computers would be setup with MC Service Guard with dual access to common disks using redundant I/O paths.
For pure speed goals, start with the ISP conection. It makes no sense to use Gigabit links from your computer to a firewall that connects to the Internet using a T1 (apx 1.5 Mbit max) link. If you have plenty of network speed, look at auto-port aggregation to allow dual or even quad LAN cards to work in parallel using a single IP address. Your switch must also support APA. Using APA is a way to provide load balancing, assuming your web server can keep up with the load.
For more information about APA, go to docs.hp.com and search for: aggregation
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2001 01:12 PM
12-01-2001 01:12 PM
Re: One IP One Web Site, or One IP Multi Web Site?
Two is better than one; Even with one NIC card , i would say TWO ip address for two web sites makes since, simply because it allows you to shut off one IP without affecting the functioning of the other. For eg, if you want to shut off websiteA, all you would need is to turn of the ifconfig on that IP.
On 11.x , ifconfig by default has options to configure two IP addresses to a NIC using
the lanx:0 addressing option.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2001 09:51 PM
12-02-2001 09:51 PM
Re: One IP One Web Site, or One IP Multi Web Site?
Doesn't really make any difference unless the customers wants an unique IP for their domain. As you are using one NIC card collisions or any network characterstic remains the same. So depnding upon the customer requirement use the policy. If the custmer doesn't insist on a unique IP, its good to save IP. and run both sites on same IP. Almost all of todays web servers support virtual hosting (multiple host on same IP one machine, multiple host on different IP one machine.)
Hope this answers your question
Manoj