Re: load balancing with two computers?

2003-09-24 Thread Jonathan Bartlett
wrote: > Hello, We've two servers, the first one is the primary dns server and the > second one is the secondary. Both servers are web servers too, both with the > same information and my question is: how can i configure them to have load > balancing? Are there any way to configure dns ser

Re: load balancing with two computers?

2003-09-24 Thread Timothy Stone
Salvador Santander wrote: Hello, We've two servers, the first one is the primary dns server and the second one is the secondary. Both servers are web servers too, both with the same information and my question is: how can i configure them to have load balancing? Are there any way to configur

load balancing with two computers?

2003-09-24 Thread Salvador Santander
Hello, We've two servers, the first one is the primary dns server and the second one is the secondary. Both servers are web servers too, both with the same information and my question is: how can i configure them to have load balancing? Are there any way to configure dns service for use the

Re: More ADSL links - bonding? load balancing? or?

2003-08-11 Thread Jason Dixon
On Mon, 2003-08-11 at 21:40, Michael Mansour wrote: > Hi, > > I've been using ADSL for a while but would like to > investigate for more bandwidth for the future, using > multiple ADSL links. > > I've heard of bonding and load balancing, and even > advanced rout

More ADSL links - bonding? load balancing? or?

2003-08-11 Thread Michael Mansour
Hi, I've been using ADSL for a while but would like to investigate for more bandwidth for the future, using multiple ADSL links. I've heard of bonding and load balancing, and even advanced routing techniques for this but before I investigate I was hoping if anyone here has any recom

Re: Load Balancing & Round Robin

2003-07-22 Thread Chris Wilson
On Mon, Jul 21, 2003 at 12:38:04PM -0700, Sevatio wrote: > What would I need to setup two Apache servers to serve the same domain > name using load balancing & round robin? Each user session must be > limited to one server. And it must be able to sense wh

Re: Load Balancing & Round Robin

2003-07-21 Thread Ed Wilts
On Mon, Jul 21, 2003 at 12:38:04PM -0700, Sevatio wrote: > What would I need to setup two Apache servers to serve the same domain > name using load balancing & round robin? Each user session must be > limited to one server. And it must be able to sense when one of the > serv

Re: Load Balancing & Round Robin

2003-07-21 Thread Ezra Nugroho
://www.linux-vs.org/ > > n8 > > > What would I need to setup two Apache servers to serve the same domain > > name using load balancing & round robin? Each user session must be > > limited to one server. And it must be able to sense when one of the > > servers ar

Re: Load Balancing & Round Robin

2003-07-21 Thread Nathan Wolfe
There is alot of good information here about what your options are. http://www.linux-vs.org/ n8 > What would I need to setup two Apache servers to serve the same domain > name using load balancing & round robin? Each user session must be > limited to one server. And it must be

Load Balancing & Round Robin

2003-07-21 Thread Sevatio
What would I need to setup two Apache servers to serve the same domain name using load balancing & round robin? Each user session must be limited to one server. And it must be able to sense when one of the servers are down and skip over that server and move on to a working server. th

Re: Out bound traffic Load Balancing Across 3 nic's.

2002-09-04 Thread David Busby
MAIL PROTECTED]> > Sent: Tuesday, August 27, 2002 1:52 AM > Subject: Re: Out bound traffic Load Balancing Across 3 nic's. > > > >>Matthew, >>I don't know of any software off hand but I needed a similar solution, >>what I did was read/learn from thi

RE: Out bound traffic Load Balancing Across 3 nic's.

2002-08-27 Thread Skuse, Phil
switch you type "set port channel /- on" (Cisco call this "fast etherchannel", if that helps). It's really very simple. -Original Message- From: Matthew Scarrow [mailto:[EMAIL PROTECTED]] Sent: 26 August 2002 20:03 To: RedHat List Subject: Out bound traffic Load

Re: Out bound traffic Load Balancing Across 3 nic's.

2002-08-26 Thread Teodor Georgiev
e tools is your friend for more complexed configurations. Read the "Advanced Routing howto" T.G. - Original Message - From: "David Busby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 1:52 AM Subject: Re: Out b

Re: Out bound traffic Load Balancing Across 3 nic's.

2002-08-26 Thread David Busby
Matthew, I don't know of any software off hand but I needed a similar solution, what I did was read/learn from this book: Unix Network Programming - Networking APIs: Sockets and XTI W. Richard Stevens ISBN: 0-13-490012-X Matthew Scarrow wrote: > Is it possible and what software could I

Out bound traffic Load Balancing Across 3 nic's.

2002-08-26 Thread Matthew Scarrow
Is it possible and what software could I use to Load Balance network traffic across 3 nic's. Also to build up some form of redundancy I would like to be able to redirect traffic if one of the cards fail or the line is down for some reason. Anyone have some good pointers for me. Thanks. Matthe

Re: Load balancing

2002-07-11 Thread Cameron Simpson
On 18:47 11 Jul 2002, Dan Sabo <[EMAIL PROTECTED]> wrote: | Pardon my ignorance, I'm a Linux newbie. What is Load balancing and why | would I need it? Load balancing is where you have more than one service that will do a job (eg multiple drives, multiple CPUs, multiple machines, mul

Load balancing

2002-07-11 Thread Dan Sabo
Pardon my ignorance, I'm a Linux newbie. What is Load balancing and why would I need it? Dan Sabo ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: iptables ~ load balancing

2002-06-26 Thread David Busby
iptables mangle? James Myers wrote: > I was wondering if anyone had any good ideas about how > to load balance two external network connections using > iptables/net filter? I have no ASN, but I've got two > network connections from different providers. I have > a block of IPs from one of the pr

iptables ~ load balancing

2002-06-26 Thread James Myers
I was wondering if anyone had any good ideas about how to load balance two external network connections using iptables/net filter? I have no ASN, but I've got two network connections from different providers. I have a block of IPs from one of the providers, but the other is pulling a dynamic.

Re: Apache Load Balancing

2002-01-23 Thread Peter Kiem
Hi Rahul, > Is there any (Open-source) module which helps in deploying apache with load > balancing and fault tolerance. Can any body help me out. How about http://www.ultramonkey.org/ for setting up web server clusters. I currently have in test 2 director computers load balancin

RE: Apache Load Balancing

2002-01-23 Thread Robert Finneran
route traffic in load balancing sort of way with using something like: iptables -t nat -A POSTROUTING -i eth1 -j DNAT --to 192.168.1.100-192.168.1.102 Personally, there wasn't enough of an explaination for me in the article and it did not go into any ideas for fault-tolerance. However, I like the

Apache Load Balancing

2002-01-23 Thread Rahul Torvi
Hi all, Is there any (Open-source) module which helps in deploying apache with load balancing and fault tolerance. Can any body help me out. - Rahul T ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo

Re: Load-Balancing in Linux

2001-04-03 Thread Jeffrey A Schoolcraft
www.linuxvirtualserver.org is another good site to check out. Jeffrey * Chuck Mead ([EMAIL PROTECTED]) wrote: > On Mon, 2 Apr 2001, Green, Aaron blurted out: > > GA>where could I find a good document on Load Balancing? I know what it is in > GA>Windows, but how would I g

Re: Load-Balancing in Linux

2001-04-02 Thread Chuck Mead
On Mon, 2 Apr 2001, Green, Aaron blurted out: GA>where could I find a good document on Load Balancing? I know what it is in GA>Windows, but how would I get this to work in linux? Because I think the GA>cheapest web farms are done with relatively cheap linux boxes. http://ha.r

Load-Balancing in Linux

2001-04-02 Thread Green, Aaron
where could I find a good document on Load Balancing? I know what it is in Windows, but how would I get this to work in linux? Because I think the cheapest web farms are done with relatively cheap linux boxes. Aaron ___ Redhat-list mailing list

Re: Internet Connection Load Balancing

2000-11-11 Thread John Aldrich
On Sat, 11 Nov 2000, Jamin Collins wrote: > I'm looking for any information/guides on how to go about load balancing two > Internet connections from two different providers. I have both DSL and > Cable Modem access and would like to utilize both when available to provide > Inte

Re: Internet Connection Load Balancing

2000-11-11 Thread John Aldrich
On Sat, 11 Nov 2000, Michael Jinks wrote: > I may be wrong here, but I think you can do this just by giving all of > your machines two gateways, one which points to the DSL IP address, and > one which points to the cable modem. The IP stack should be able to > figure out which one provides the sh

Re: Internet Connection Load Balancing

2000-11-11 Thread Michael Jinks
'd be interested in hearing from anybody who knows better, or who can provide better details... -m Jamin Collins wrote: > > I'm looking for any information/guides on how to go about load balancing two > Internet connections from two different providers. I have both DSL and > C

Internet Connection Load Balancing

2000-11-11 Thread Jamin Collins
I'm looking for any information/guides on how to go about load balancing two Internet connections from two different providers. I have both DSL and Cable Modem access and would like to utilize both when available to provide Internet access to my network. Can anyone point me in the

Re: Load Balancing

2000-05-20 Thread Steve Jardine
NAT will do this. Take a look at NAT on www.rustcorp.com for this. It will forward the connection to the system with the least amount of connections for that port. Else [all_the_same_#]; round_robin.. Steve On Tue, 16 May 2000, Rob Ruth wrote: > I have a webserver running Apache and mySQL and a

Load Balancing

2000-05-19 Thread Rob Ruth
I have a webserver running Apache and mySQL and am looking to setup a fault tolerant solution. First off I am going to run Apache and mySQL on seperate boxes. I want to run several webservers up front with several database servers sitting behind them. What I want to acheive is that an inbound requ

RE: Load balancing for Linux?

1998-09-09 Thread Soffen, Matthew
- Dilbert - == > -- > From: Jeremy Hansen[SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 09, 1998 1:38 PM > To: Soffen, Matthew > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Load

RE: Load balancing for Linux?

1998-09-09 Thread Jeremy Hansen
; -- > > From: Jeremy Hansen[SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, September 08, 1998 10:55 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject:Load balancing for Linux? > > > > I'm

Load balancing for Linux?

1998-09-09 Thread Jeremy Hansen
I'm looking for something that will provide load balancing features for web sites in Linux. Something with similar features of Firewall-1 from Checkpoint software. I should be able to load balancing between 2 or more web servers depending on network integrity, shortest routes, and overall