Are you saying that you want two seperate boxes to share the same IP  
address?

If this is the case, the closest thing I know of is QuickDNS Server for  
OS 9. It will allow you to setup a special load balance record that is  
much better than round robin load sharing.

Assume you have two servers at ip addresses 1.1.1.1 and 1.1.1.2

Round Robin load sharing is to have multiple "A" records for one  
canonical name so that when someone asks for www.myserver.com, the dns  
server returns both address, with one of them first, and it randomly  
decides which to put first. Since the requestor only cares about 1, it  
goes to the first. You essentially get a 50% share of traffic between  
the servers with no fail over.

With QuickDNS on OS 9 (the OS X version only does round robin) you have  
a special load balance record. You can set what percentage you want  
each server to handle. So if server 1 is faster, give it 60% of the  
load. Also, QuickDNS has a small sentry that constantly pings the  
servers to see if they are up. It will only direct a requestor to your  
server if it is up, so if one goes down, the other gets 100% of the  
traffic.

I don't know of a way to have two boxes share the same IP address, but  
I think you want them to share the same canonical name, which the  
methods above will allow you to do. Both require access to your DNS  
server.

Robert Garcia

On Monday, August 19, 2002, at 12:17  PM, run run wrote:

> Greetings list,
>
> As of now I am searching through apache.org website
> reading on documents about virtual servers..
>
> I have apache http server runing on nt5 as a main
> server box. I have 4 virtual(host) servers running
> .taf files and etc. okay..
>
> My goal is to configure a 2nd box to be exactly like
> my main box sharing 1 public ip address. But I have
> not been into this realm before. I know I will figure
> it out but I thought It would be faster if I ask
> for some input from the list.
>
> I thank you in advance for any suggestion..
>
> Tabi
>
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> _______________________________________________________________________ 
> _
> TO UNSUBSCRIBE: send a plain text/US ASCII email to  
> [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body
>

-- 

Robert Garcia
BigHead Technology
2781 N Carlmont Pl
Simi Valley, CA 93065
Phone 805.501.1390
Fax 805.522.8557
http://www.bighead.net/
[EMAIL PROTECTED]

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to