Re: Server Redundancy

2003-08-14 Thread Jason Dixon
On Wed, 2003-08-06 at 13:39, Allan Liska wrote: > On 6 Aug 2003, Jason Greenberg wrote: > > > > Can I have some suggestions on how to load balance servers that are on > > seperate IP blocks? Is there any way to perform translation at this > > level? Exclude DNS based balancing please... > >

Re: Server Redundancy

2003-08-14 Thread Gerald
On Wed, 6 Aug 2003, Allan Liska wrote: > Two things to keep in mind: VRRP is not a load balancing solution, it is a > failover solution You are very correct sir. :-) The load balancing part from the same project is: http://www.bsdshell.net/hut_loadd.html > and (AFAIK) VRRP only operates within

RE: Server Redundancy

2003-08-14 Thread Austad, Jay
> I've used them all fairly heavily, except the Foundry gear. > Alteon's my > personal fave. Biggest problem with the F5: hard drive. In my book, > that means you instantly need two, doubling the price. Same thing with the Cisco CSS. Even without a hard drive, you should have 2 of them anyw

Re: Server Redundancy

2003-08-14 Thread Paul Vixie
[EMAIL PROTECTED] ("Jason Robertson") writes: > If you go out and spend a few thousand you can also get Allied Telesyn > L2-L4 products that now support Load Balancing. Actually the rapier > 24i is about $2000 Canadian. (I'd have to check the VAR pricing) how much would i have to pay to not

Re: Server Redundancy

2003-08-14 Thread Allan Liska
On Wed, 6 Aug 2003, Gerald wrote: > > vrrp on FreeBSD is supposed to be a free solution to allow machines to > watch each other and take over IP addressing if connectivity is lost. > Depending on how remote your IP blocks are and how much control you have > over the routing equipment in between,

RE: Server Redundancy

2003-08-14 Thread Gerald
On Wed, 6 Aug 2003, Austad, Jay wrote: > If they did that, how would they sell the CSS hardware? :) That was our concern. Cisco already had hardware to do as good or better than what ArrowPoint was doing. They would suck in the intellectual property, discontinue the CSS line, and roll out a sof

RE: Server Redundancy

2003-08-14 Thread variable
On Wed, 6 Aug 2003, Austad, Jay wrote: > As a side note, I've used Cisco's CSS, F5's stuff, Alteon, and Foundry. Out > of all of them that I've used, the Foundry had the least problems and had a > nicely structured config. Foundry seems to be fine for www traffic, but has serious issues with

Re: Server Redundancy

2003-08-14 Thread Nathan J. Mehl
In the immortal words of [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > On Wed, 6 Aug 2003, Austad, Jay wrote: > > As a side note, I've used Cisco's CSS, F5's stuff, Alteon, and Foundry. Out > > of all of them that I've used, the Foundry had the least problems and had a > > nicely structured config.

Re: Server Redundancy

2003-08-14 Thread Steve Francis
Austad, Jay wrote: We all hedged bets that Cisco was going to absorb the CSS and just make it a software feature on the Catalyst switches. I haven't heard of that actually happening yet though. If they did that, how would they sell the CSS hardware? :) I would think that the closest you ar

Re: Server Redundancy

2003-08-14 Thread John Kinsella
On Wed, Aug 06, 2003 at 01:50:33PM -0400, Jason Dixon wrote: > I second this suggestion. I worked briefly at F5 Networks in 2001 and > was responsible for supporting Big-IP and 3DNS. Both are very nice > products, but NOT cheap. I've used them all fairly heavily, except the Foundry gear. Alteo

Re: Server Redundancy

2003-08-14 Thread Jason Robertson
If you go out and spend a few thousand you can also get Allied Telesyn L2-L4 products that now support Load Balancing. Actually the rapier 24i is about $2000 Canadian. (I'd have to check the VAR pricing) Jason On 6 Aug 2003 at 22:59, Paul Vixie wrote: > > Using outboard appliances for "ser

RE: Server Redundancy

2003-08-14 Thread John Ferriby
Rob Pickering said: > I've used both the route hack based and commercial NAT load > balancers, and they both have their place. Yes, one size does not fit all. > Commercial NAT based load balancers are able to do things like > distribute requests according to actual measured server response

Re: Server Redundancy

2003-08-14 Thread Joe Abley
On Thursday, 7 August 2003, at 07:28AM, Rob Pickering wrote: Then you've just got your BGP convergence time and unequal load balancing effects to worry about. Whilst I'm not knocking Paul's solution in an application like running a root NS for which it is perfect, I'm not so sure it's necessa

RE: Server Redundancy

2003-08-14 Thread Ejay Hire
It really depends on the application. I've seen a couple of boxes (IIRC, the one that the client bought was from cisco) that do "sticky" load balancing that associates the source address with the NAT translation and does round-robin nat to several internal servers... Come to think of it, most ser

Re: Server Redundancy

2003-08-14 Thread Jack Bates
Gerald wrote: We all hedged bets that Cisco was going to absorb the CSS and just make it a software feature on the Catalyst switches. I haven't heard of that actually happening yet though. No, but there is some interesting new functionality in the latest revs of IOS which look awefully borrowed

RE: Server Redundancy

2003-08-14 Thread Gerald
On Wed, 6 Aug 2003, Austad, Jay wrote: > I would recommend the CSS, but it seems to have quite a few bugs in the > code that still need to be worked out, but the support for SSL > acceleration is nice. I was totally green to Cisco IOS when I was working on the Arrowpoint at the time. I liken the

Re: Server Redundancy

2003-08-11 Thread Rob Pickering
--On 07 August 2003 08:29 +0100 Simon Lockhart <[EMAIL PROTECTED]> wrote: The gated solution sounds interesting, but doesn't automatically have the feedback loop of stopping advertising itself when apache stops responding, but the box is still up (which is a fairly common occurrence in our Apach

Re: Server Redundancy

2003-08-09 Thread Simon Lockhart
On Thu Aug 07, 2003 at 12:14:43AM -0700, Bill Woodcock wrote: > > On 7 Aug 2003, Paul Vixie wrote: > > > If you go out and spend a few thousand you can also get Allied Telesyn > > > L2-L4 products that now support Load Balancing. Actually the rapier > > > 24i is about $2000 Can

Re: Server Redundancy

2003-08-08 Thread Gerald
On Wed, 6 Aug 2003, Jason Greenberg wrote: > > Can I have some suggestions on how to load balance servers that are on > seperate IP blocks? Is there any way to perform translation at this > level? Exclude DNS based balancing please... vrrp on FreeBSD is supposed to be a free solution to allow

RE: Server Redundancy

2003-08-07 Thread Austad, Jay
> We all hedged bets that Cisco was going to absorb the CSS and > just make it > a software feature on the Catalyst switches. I haven't heard of that > actually happening yet though. If they did that, how would they sell the CSS hardware? :) I would think that the closest you are going to get

Re: Server Redundancy

2003-08-07 Thread Bill Woodcock
> The gated solution sounds interesting, but doesn't automatically have the > feedback loop of stopping advertising itself when apache stops responding, > but the box is still up (which is a fairly common occurence in our Apache2 > testing). Most folks tie Big Brother or Netsaint

Re: Server Redundancy

2003-08-07 Thread Allan Liska
On 6 Aug 2003, Jason Greenberg wrote: > > Can I have some suggestions on how to load balance servers that are on > seperate IP blocks? Is there any way to perform translation at this > level? Exclude DNS based balancing please... > Take a look at Nortel's Alteon product line, Cisco's CSS p

RE: Server Redundancy

2003-08-07 Thread Don Mills
We've been using the Linux Virtual Server project (which a previous poster mentioned) to do load balancing (locally) on web based apps, pop3, smtp and now iptable firewalls. It scales well, has multiple lb algorithms (wlc, rr, lc, wrr, etc.) and even multicasts out the connection info if you w

Re: Server Redundancy

2003-08-07 Thread Andy Dills
On Wed, 6 Aug 2003, Gerald wrote: > > On Wed, 6 Aug 2003, Jason Greenberg wrote: > > > > > Can I have some suggestions on how to load balance servers that are on > > seperate IP blocks? Is there any way to perform translation at this > > level? Exclude DNS based balancing please... > > vrrp on

Re: Server Redundancy

2003-08-07 Thread Bill Woodcock
On 7 Aug 2003, Paul Vixie wrote: > > If you go out and spend a few thousand you can also get Allied Telesyn > > L2-L4 products that now support Load Balancing. Actually the rapier > > 24i is about $2000 Canadian. (I'd have to check the VAR pricing) > > how much would i

RE: Server Redundancy

2003-08-06 Thread Austad, Jay
econd place. For most people, any of the above will suffice and most of the features available in F5 and Cisco are just nice-to-have's and not a requirement. -jay > -Original Message- > From: Gerald [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 1:12 PM >

RE: Server Redundancy

2003-08-06 Thread Simon Hamilton-Wilkes
Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Austad, Jay Sent: Wednesday, August 06, 2003 11:51 AM To: 'Gerald'; Austad, Jay Cc: Jason Greenberg; [EMAIL PROTECTED] Subject: RE: Server Redundancy > We all hedged bets that Cisco was going to

Re: Server Redundancy

2003-08-06 Thread Paul Vixie
Using outboard appliances for "server load balancing" is unnecessary, and it adds more powered boxes (thus decreasing theoretical reliability). If your upstream router can speak OSPF and is made by either Cisco or Juniper then it will implement ECMP (equal cost multipath). If you put your "servi