Re: CARP IP level load balancing

2009-03-29 Thread Felix J. Ogris
Barney Cordoba wrote: --- On Sun, 3/8/09, Felix J. Ogris wrote: From: Felix J. Ogris Subject: Re: CARP IP level load balancing To: freebsd-net@freebsd.org Date: Sunday, March 8, 2009, 4:24 AM On 1/20/09 3:30 PM, "Alexey Ivanov" wrote: Is there any plans to port IP lev

Re: CARP IP level load balancing

2009-03-12 Thread pluknet
2009/3/13 Barney Cordoba : > > > > > --- On Sun, 3/8/09, Felix J. Ogris wrote: > >> From: Felix J. Ogris >> Subject: Re: CARP IP level load balancing >> To: freebsd-net@freebsd.org >> Date: Sunday, March 8, 2009, 4:24 AM >> On 1/20/09 3:30 PM,

Re: CARP IP level load balancing

2009-03-12 Thread Barney Cordoba
--- On Sun, 3/8/09, Felix J. Ogris wrote: > From: Felix J. Ogris > Subject: Re: CARP IP level load balancing > To: freebsd-net@freebsd.org > Date: Sunday, March 8, 2009, 4:24 AM > On 1/20/09 3:30 PM, "Alexey Ivanov" > wrote: > > > Is there any plans to

Re: CARP IP level load balancing

2009-03-08 Thread Felix J. Ogris
On 1/20/09 3:30 PM, "Alexey Ivanov" wrote: > Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be > ported to 7x and 6x? Feel free to port http://ogris.de/carp/carp_aa.patch to 7.x. Felix ___ freebsd-net@freebsd.org mailing l

Re: CARP IP level load balancing

2009-01-21 Thread Tom Judge
Luiz Otavio O Souza wrote: Date: Tuesday, January 20, 2009, 9:30 AM In FreeBSD there is only ARP level LB, that is in some cases just not enough for load balancing. Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be ported to 7x and 6x? In my opinion, full CARP

Re: CARP IP level load balancing

2009-01-21 Thread Luiz Otavio O Souza
Date: Tuesday, January 20, 2009, 9:30 AM In FreeBSD there is only ARP level LB, that is in some cases just not enough for load balancing. Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be ported to 7x and 6x? In my opinion, full CARP realization is one step towards LVS

Re: CARP IP level load balancing

2009-01-21 Thread Barney Cordoba
--- On Tue, 1/20/09, Alexey Ivanov wrote: > From: Alexey Ivanov > Subject: CARP IP level load balancing > To: freebsd-net@freebsd.org > Date: Tuesday, January 20, 2009, 9:30 AM > In FreeBSD there is only ARP level LB, that is in some cases > just not enough for load balanci

CARP IP level load balancing

2009-01-20 Thread Alexey Ivanov
In FreeBSD there is only ARP level LB, that is in some cases just not enough for load balancing. Is there any plans to port IP level LB from OpenBSD, and, if yes, will it be ported to 7x and 6x? In my opinion, full CARP realization is one step towards LVS-equal functionality

Re: Use lagg(4) or Use Layer-4 Load Balancing?

2008-06-22 Thread Vince Hoffman
been attempting to research what I have been informed is actually accomplished with layer-4 load balancing. I have seen many articles and reviews that indicate that lagg(4) will accomplish the teaming of multiple internet access sorces into a single logical pipe, however, I have tried this using a

Re: Use lagg(4) or Use Layer-4 Load Balancing?

2008-06-18 Thread Martes G Wigglesworth
Thompson wrote: > On Tue, Jun 17, 2008 at 04:32:03AM -0400, Martes G Wigglesworth wrote: > > Greetings all. > > > > I have been attempting to research what I have been informed is > > actually accomplished with layer-4 load balancing. I have seen many > > articl

Re: Use lagg(4) or Use Layer-4 Load Balancing?

2008-06-18 Thread Andrew Thompson
On Tue, Jun 17, 2008 at 04:32:03AM -0400, Martes G Wigglesworth wrote: > Greetings all. > > I have been attempting to research what I have been informed is > actually accomplished with layer-4 load balancing. I have seen many > articles and reviews that indicate that lagg(4) will

Use lagg(4) or Use Layer-4 Load Balancing?

2008-06-18 Thread Martes G Wigglesworth
Greetings all. I have been attempting to research what I have been informed is actually accomplished with layer-4 load balancing. I have seen many articles and reviews that indicate that lagg(4) will accomplish the teaming of multiple internet access sorces into a single logical pipe, however

Load Balancing with CARP

2008-03-06 Thread Christopher Cowart
Hello, I followed the instructions in carp(4) and set up a load balancing and failover configuration on vlan interfaces -- it's working fine (as long as I don't `ifconfig carp25 destroy'...). In order to really make use of this functionality, I need a user land method of figurin

RFC: net/hoststated port - Host status for server load-balancing

2007-01-31 Thread Florent Thoumie
I took a few minutes to make a port of it after Roman Divacky sent me an initial patchset for it. I made sure that it compiled/installed fine but don't have the chance to test it now. For those who don't know yet about hoststated: hoststated is the host status daemon for server load

Re: Load balancing for web servers

2006-08-30 Thread Philippe LAQUET
"The master of the address sends out CARP advertisement messages via multicast using the CARP protocol (IP Protocol 112) on a regular basis, and the backup hosts listen for this advertisement. If the advertisements stop, the backup hosts will begin advertising." I'm afraid CARP will not be ro

Re: Load balancing for web servers

2006-08-30 Thread Philippe LAQUET
You can also take a look on LVS/IPVS... http://kb.linuxvirtualserver.org/wiki/LVS/TUN_mode_with_FreeBSD_and_Solaris_realserver The software is also available for FreeBSD and works on WAN architectures. I didn't test it yet but used sucessfully on Lin boxes. Hope this helps... Philippe LAQUET

Re: Load balancing for web servers

2006-08-30 Thread Mike Jakubik
Max Laier wrote: On Wednesday 30 August 2006 18:52, Mike Jakubik wrote: Max Laier wrote: Have a look at: http://www.countersiege.com/doc/pfsync-carp/#big for one idea. All requirements (carp, pf and pfsync) are available in FreeBSD as well. You can load balance with CARP, but A

Re: Load balancing for web servers

2006-08-30 Thread Max Laier
On Wednesday 30 August 2006 18:52, Mike Jakubik wrote: > Max Laier wrote: > > Have a look at: http://www.countersiege.com/doc/pfsync-carp/#big for > > one idea. All requirements (carp, pf and pfsync) are available in > > FreeBSD as well. > > You can load balance with CARP, but AFAIK it only works

Re: Load balancing for web servers

2006-08-30 Thread Mike Jakubik
Max Laier wrote: Have a look at: http://www.countersiege.com/doc/pfsync-carp/#big for one idea. All requirements (carp, pf and pfsync) are available in FreeBSD as well. You can load balance with CARP, but AFAIK it only works on the local network segment, i.e. it wont work past a router.

Re: Load balancing for web servers

2006-08-30 Thread Gleb Smirnoff
On Wed, Aug 30, 2006 at 04:22:54PM +0200, Max Laier wrote: M> > > I'd like to set up a load balancing and resiliance system to M> > > load balance between a bunch of web servers running Apache tomcat M> > > (slow java stuff). Ideally I'd like each client IP to

Re: Load balancing for web servers

2006-08-30 Thread Max Laier
On Wednesday 30 August 2006 15:26, Phil Regnauld wrote: > Baldur Gislason (baldur) writes: > > I'd like to set up a load balancing and resiliance system to > > load balance between a bunch of web servers running Apache tomcat > > (slow java stuff). Ideally I'd like

Re: Load balancing for web servers

2006-08-30 Thread Vince
Phil Regnauld wrote: > Baldur Gislason (baldur) writes: >> I'd like to set up a load balancing and resiliance system to >> load balance between a bunch of web servers running Apache tomcat (slow java >> stuff). >> Ideally I'd like each client IP to get mapped

Re: Load balancing for web servers

2006-08-30 Thread Phil Regnauld
Baldur Gislason (baldur) writes: > I'd like to set up a load balancing and resiliance system to > load balance between a bunch of web servers running Apache tomcat (slow java > stuff). > Ideally I'd like each client IP to get mapped to a certain server and keep > that

Load balancing for web servers

2006-08-30 Thread Baldur Gislason
I'd like to set up a load balancing and resiliance system to load balance between a bunch of web servers running Apache tomcat (slow java stuff). Ideally I'd like each client IP to get mapped to a certain server and keep that mapping throughout the entire session. I'd also like to

Re: Load Balancing

2006-05-18 Thread Chuck Swiger
Michael Jeung wrote: We currently use DNS round-robin to balance traffic to servers. We've recently run into situations where multiple search engine spiders are crawling our webservers. They appear to be targeting specific webservers by IP address. This defeats DNS round-robin and as a resu

Re: Load Balancing

2006-05-18 Thread Marcin Jessa
g tools since it now looks > like all the traffic is coming from a single IP address. > > I'm sure this is a common problem. Does anyone have a good solution > to this? Essentially, I want all the benefits of load-balancing with > none o

Load Balancing

2006-05-18 Thread Michael Jeung
od solution to this? Essentially, I want all the benefits of load-balancing with none of the single-IP-traffic drawbacks. =) Regards, Michael Jeung ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To un

Re: Failover and load balancing using advanced NAT daemon

2006-01-26 Thread Oleg Tarasov
Hello, Jon Simola <[EMAIL PROTECTED]> wrote: > You may want to check out PF, the packet filter imported from OpenBSD. > I have it running on some large routers doing NAT out multiple > interfaces, load balancing and policy routing. Careful use of anchors > and some scripting

Re: Failover and load balancing using advanced NAT daemon

2006-01-25 Thread Jon Simola
passed through it. > > Using it in a combination with policy-routing would be a powerful > mechanism! You may want to check out PF, the packet filter imported from OpenBSD. I have it running on some large routers doing NAT out multiple interfaces, load balancing and policy routing. Care

Re: Failover and load balancing using advanced NAT daemon

2006-01-25 Thread G Bryant
rt natd daemon. The task: We have several interfaces connected to internet and all having static IPs and one (or more) interfaces to local network. We must provide NATed internet access to local network users load-balancing internet interfaces and providing failover. All session have to "

Failover and load balancing using advanced NAT daemon

2006-01-25 Thread Oleg Tarasov
all having static IPs and one (or more) interfaces to local network. We must provide NATed internet access to local network users load-balancing internet interfaces and providing failover. All session have to "remember" their outgoing interface as one session will break if packets start to

Client Load Balancing: LSNAT-router using IPFW and NATD on FreeBSD 6.0

2006-01-03 Thread Dennis Olvany
Client Load Balancing: LSNAT-router using IPFW and NATD on FreeBSD 6.0 The Internet gateways must reside in different logical networks for this configuration to work. 1. Compile Custom Kernel options IPFIREWALL options IPFIREWALL_FORWARD options IPDIVERT options IPFIREWALL_FORWARD_EXTENDED 2

Re: Load Balancing Outgoing, its possible ?

2005-10-31 Thread G Bryant
user of NAT or IP valid ? If it is possible, wanted to see examples with rules. It would be much better to do per flow load balancing then per packet. With per packet your TCP flows will arrive out of order which is a bad situation since it will lead to a large number of retransmissions and

Re: Load Balancing Outgoing, its possible ?

2005-10-31 Thread Rob Viau
es to problems with the navigation of the >> > user of NAT or IP valid ? >> > If it is possible, wanted to see examples with rules. >> > > > It would be much better to do per flow load balancing then per packet. > With per packet your TCP flows will arrive out of o

Re: Load Balancing Outgoing, its possible ?

2005-10-28 Thread G Bryant
... I need load balancing outgoing traffic from: 192.168.0.0/24 ( NAT ) and 64.XX.XX.0/24, 65.XX.XX.0/24 It is possible to make this balancing with the PF ? Exists some software that I make this ? Zebra can help me? This type of balancing gives to problems with the navigation of the

Re: Load Balancing Outgoing, its possible ?

2005-10-28 Thread Corey Smith
On Fri, 2005-10-28 at 14:03 -0200, Daniel Dias Gonçalves wrote: > It would be very good if could make this. > > Which the solution? Linux supports this feature if you build advanced routing options into the kernel. The only FreeBSD code I've seen to do something like this is at: http://www.dsm.f

Re: Load Balancing Outgoing, its possible ?

2005-10-28 Thread Daniel Dias Gonçalves
user of NAT or IP valid ? If it is possible, wanted to see examples with rules. It would be much better to do per flow load balancing then per packet. With per packet your TCP flows will arrive out of order which is a bad situation since it will lead to a large number of retransmissions and

Re: Load Balancing Outgoing, its possible ?

2005-10-28 Thread Corey Smith
gation of the > > user of NAT or IP valid ? > > If it is possible, wanted to see examples with rules. > > It would be much better to do per flow load balancing then per packet. With per packet your TCP flows will arrive out of order which is a bad situation since it will lead to a

Re: Load Balancing Outgoing, its possible ?

2005-10-28 Thread G Bryant
/ \ / \ IP: 192.168.0.10/24 IP: 64.XX.XX.6/30 GW: 192.168.0.254GW: 64.XX.XX.5 and more clients ... I need load balancing outgoing

Re: Load Balancing Outgoing, its possible ?

2005-10-28 Thread Łukasz Dudek
Dnia Fri, Oct 28, 2005 at 08:33:34AM -0200, Daniel Dias Gonçalves napisał(a): > > It is possible to make this balancing with the PF ? Exists some software > that I make this ? Zebra can help me? > This type of balancing gives to problems with the navigation of the user > of NAT or IP valid ? > I

Load Balancing Outgoing, its possible ?

2005-10-28 Thread Daniel Dias Gonçalves
/ \ / \ IP: 192.168.0.10/24 IP: 64.XX.XX.6/30 GW: 192.168.0.254GW: 64.XX.XX.5 and more clients ... I need load balancing outgoing traffic from: 192.168.0.0/24 ( NAT ) and 64

RE: Load Balancing

2004-12-17 Thread Mitch (Bitblock)
> -Original Message- > Totally true and problem get worse when you already have the equipament > and have to implement a solution over it. > We are also using a script at this moment but it doesn't do load > balance. What it only do is to check if the current provide > are okay, and if not,

Re: Load Balancing

2004-12-17 Thread Elton Machado
o out and buy one of those home dsl/cable modems that have 2 ports and provide load balancing instead. [Mitch says:] The only ones I've seen were rather expensive and aren't modem's - they are routers... so you have to still have your ADSL modem, your cable modem, your load bal

RE: Load Balancing

2004-12-16 Thread Mitch (Bitblock)
> > Why dont you all do yourselves a favor and go out and buy one of those > home dsl/cable modems that have 2 ports and provide load balancing > instead. > [Mitch says:] The only ones I've seen were rather expensive and aren't modem's - they are routers... so yo

RE: Load Balancing

2004-12-16 Thread Mike Jakubik
statements, you can make both links function at the same > time, using pf, you can supposedly do some sort of load sharing, but I > havne't used pf yet. > Why dont you all do yourselves a favor and go out and buy one of those home dsl/cable modems th

RE: Load Balancing

2004-12-16 Thread Mitch (Bitblock)
> NiY wrote: > > >Greetings! I have yet to find a definitive answer on this subject, so > >I was hoping someone would let me know the official way to go about > >this, or if it's even possible. > > > >We have two ADSL services coming into out building. We would like to > >use them both on one netw

Re: Load Balancing

2004-12-15 Thread Elton Machado
NiY wrote: Greetings! I have yet to find a definitive answer on this subject, so I was hoping someone would let me know the official way to go about this, or if it's even possible. We have two ADSL services coming into out building. We would like to use them both on one network, using a multi-home

Re: Load Balancing

2004-12-07 Thread Roman Kurakin
NiY wrote: Greetings! I have yet to find a definitive answer on this subject, so I was hoping someone would let me know the official way to go about this, or if it's even possible. We have two ADSL services coming into out building. We would like to use them both on one network, using a multi-homed

Load Balancing

2004-12-06 Thread NiY
Greetings! I have yet to find a definitive answer on this subject, so I was hoping someone would let me know the official way to go about this, or if it's even possible. We have two ADSL services coming into out building. We would like to use them both on one network, using a multi-homed FreeBSD b

pf load balancing

2004-08-25 Thread Muhammad Reza
Dear List I have one simple question regarding pf. Does pf load balancing outgoing internet conenction from LAN rules can work together with pf redirection rules are used to forward incoming connections from the Internet to a local server with a private address ? Please enlight me regards Reza

Load balancing 2 ADSL connetions with NATD

2003-06-10 Thread SKU
ehind the ears but would like to jump right in. The ng_onetomany seems like a good fit but I would need 2 connections from the same ISP since they both have different gateways? At any rate, if some others could share their experiences with Load Balancing from alternate ISP's(outgoing only

Load balancing /multipath

2003-03-06 Thread Michael DeMan
Hi All, Are there any plans to get load balancing our multipath routing in the BSD kernel similar to what iproute2 supports in linux? Thanks, - Mike Michael F. DeMan Director of Technology OpenAccess Internet Services 1305 11th St., 3rd Floor Bellingham, WA 98225 Tel 360-647-0785 x204 Fax 360

Redundant network connections & Load Balancing

2002-06-30 Thread Forrest Aldrich
In a Sysadmin (Jan 2002) article, there is explained how to use Linux as a "router" using redundant network connections (DSL + dialup), as well as load balancing between the two. I recall this required some special kernel configuration directives: CONFIG_IP_ADVANCE

Re: load balancing with 2 nic cards possible?

2002-04-28 Thread Terry Lambert
Matt wrote: > You may try some other kind of load balance and fail safe from > www.xgforce.com. It's a layer 3 and layer 7 global clustering software for > FreeBSD. Wrong kind of "load balancing". The original poster wanted channel bonding, not server load balanc

Re: load balancing with 2 nic cards possible?

2002-04-28 Thread Matt
PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 9:14 AM Subject: Re: load balancing with 2 nic cards possible? > I have tried that fec driver, no luck. I get the interface up, but when I try > to transmit packets over it I get "invalid

Re: load balancing with 2 nic cards possible?

2002-04-27 Thread Olafur Osvaldsson
I had grouped the > ports, and I've tried two types of network cards, 3com 905C and Intel > EtherExpress 100 > > Baldur Gislason > > On Saturday 27 April 2002 06:07, you wrote: > > Gary Stanley wrote: > > > Is it possible to split the load of IP traffic with

Re: load balancing with 2 nic cards possible?

2002-04-27 Thread Baldur Gislason
, 3com 905C and Intel EtherExpress 100 Baldur Gislason On Saturday 27 April 2002 06:07, you wrote: > Gary Stanley wrote: > > Is it possible to split the load of IP traffic with 2 ethernet cards on a > > 4.x machine? I'm new to "load balancing" in a sense, however,

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-21 Thread Rogier R. Mulhuijzen
At 02:48 19-2-2002 -0600, Nick Rogness wrote: >On Sun, 17 Feb 2002, Zviratko wrote: > > > >[SNIP] > > > > I will try that, but I guess default route has precedence over ipfw. > > Not in the case of ipfw fwd. The routing decision seems to be > made before ipfw fwd changes the packe

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-19 Thread Richard A Steenbergen
On Mon, Feb 18, 2002 at 01:44:05PM -0800, Sean Chittenden wrote: > > The only real "cisco only" protocol is the PAgP (Port Aggregation > > Protocol) which is essentially just a FEC auto-negiotation protocol they > > made up. AFAIK noone other then Cisco actually implements this though. > > Don'

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-19 Thread Nick Rogness
On Sun, 17 Feb 2002, Zviratko wrote: > [SNIP] > > I will try that, but I guess default route has precedence over ipfw. Not in the case of ipfw fwd. The routing decision seems to be made before ipfw fwd changes the packet. Nick Rogness <[EMAIL PROTECTED]> - Don't mind me...I

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-18 Thread Randy Bush
>> The only real "cisco only" protocol is the PAgP (Port Aggregation >> Protocol) which is essentially just a FEC auto-negiotation protocol they >> made up. AFAIK noone other then Cisco actually implements this though. > Don't forget to add EIGRP and CDP to the list. -sc actually, the one with

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-18 Thread Sean Chittenden
> The only real "cisco only" protocol is the PAgP (Port Aggregation > Protocol) which is essentially just a FEC auto-negiotation protocol they > made up. AFAIK noone other then Cisco actually implements this though. Don't forget to add EIGRP and CDP to the list. -sc -- Sean Chittenden To Un

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-18 Thread Richard A Steenbergen
> > ng_fec needs a cisco at the other end (or possibly another freebsd > > machine with ng_fec but I don't know that). Fast EtherChannel doesn't actually require a Cisco device on the other side, it is really just a "non-standardized standard" for the hashing that decides which physical interfa

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-17 Thread Zviratko
I just got it to work by using ng_one2many: ifconfig ed1 up lladdr 00:88:e8:83:63:c0 ifconfig ed2 up lladdr 00:88:e8:83:63:c0 kldload /modules/ng_ether.ko ngctl mkpeer ed1: one2many upper one ngctl connect ed1: ed1:upper lower many0 ngctl connect ed2: ed1:upper lower many1 ngctl msg ed2: setpromi

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-17 Thread Zviratko
> > > Hi, > > is there a preferred way to do ethernet load balancing? My situation is - 2 > > cable modems connected to two ethernet cards on with a machine functioning > > as a NAT gateway for LAN. I tried netgraph (ng_ether with round robin and > > ng_fec).

Re: Ethernet bonding/load balancing on fbsd 4-stable

2002-02-17 Thread Julian Elischer
On Sun, 17 Feb 2002, Zviratko wrote: > Hi, > is there a preferred way to do ethernet load balancing? My situation is - 2 > cable modems connected to two ethernet cards on with a machine functioning > as a NAT gateway for LAN. I tried netgraph (ng_ether with round robin and >

Ethernet bonding/load balancing on fbsd 4-stable

2002-02-16 Thread Zviratko
Hi, is there a preferred way to do ethernet load balancing? My situation is - 2 cable modems connected to two ethernet cards on with a machine functioning as a NAT gateway for LAN. I tried netgraph (ng_ether with round robin and ng_fec). With ng_ether, I achieved packets being sent via one

Re: load-balancing to multiple T1's

2001-10-16 Thread Archie Cobbs
Len Conrad writes: > Is anybody using netgraph and multilink ppp (recommended by PHK) to > load-balance outgoing traffic over multiple (4 or more) T1's? stable? > efficient enough to push the T1's towards practial limits? Should work no problem. If you have FreeBSD on both ends, you might als

load-balancing to multiple T1's

2001-10-14 Thread Len Conrad
Is anybody using netgraph and multilink ppp (recommended by PHK) to load-balance outgoing traffic over multiple (4 or more) T1's? stable? efficient enough to push the T1's towards practial limits? thanks Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for N

Re: outgoing traffic load balancing with multiple ISP

2001-05-09 Thread Wes Peters
Ted Mittelstaedt wrote: > > Our redundancy is at the point where we have more of a problem detecting > that links are actually down and notifying the admin! Once we went for 6 > hours with a feed down because the What's Up box was pinging the wrong IP > number, and no customers or administrators

RE: outgoing traffic load balancing with multiple ISP

2001-05-05 Thread Ted Mittelstaedt
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Kris Kirby >Sent: Saturday, May 05, 2001 12:04 AM >To: Ted Mittelstaedt >Cc: Wai Chan; [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: outgoing traffic load balancing with multip

RE: outgoing traffic load balancing with multiple ISP

2001-05-04 Thread Kris Kirby
On Fri, 4 May 2001, Ted Mittelstaedt wrote: > Wai's biggest problem is that ISP#1 sends all traffic to > ISP#2. While Wai can set up so that both routes are equal > cost to the NOC that ISP#2 is connected to, in effect > he is competing with his own traffic on the link from ISP#2 > to the rest of

RE: outgoing traffic load balancing with multiple ISP

2001-05-04 Thread Ted Mittelstaedt
TED]] >Sent: Friday, May 04, 2001 10:18 PM >To: Ted Mittelstaedt >Cc: Wai Chan; [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: outgoing traffic load balancing with multiple ISP > > >On Thu, 3 May 2001, Ted Mittelstaedt wrote: >> This gains ISP#1 multiple paths to ISP#2

RE: outgoing traffic load balancing with multiple ISP

2001-05-04 Thread Kris Kirby
On Thu, 3 May 2001, Ted Mittelstaedt wrote: > This gains ISP#1 multiple paths to ISP#2 - ie: More > Bandwidth. Plus, it gives them a redundant backup in case their > direct link to ISP#2 goes down. > > In exchange for this ISP#1 agrees to credit your bill to > zero - in effect, you are now servi

RE: outgoing traffic load balancing with multiple ISP

2001-05-04 Thread Wai Chan
I want load balancing on ISP1 and ISP2 (http traffic only for now). I don't want all the http traffic go through ISP1 (nor ISP2). I want: 50% http traffic go through ISP1 + 50% http traffic go through

Re: outgoing traffic load balancing with multiple ISP

2001-05-04 Thread Mike E. Matsnev
On Thu, May 03, 2001 at 03:26:18PM -1000, Wai Chan wrote: > We don't want to leave ISP 1's pipe empty. If the outgoing traffic is using > the IP provided by ISP 1, then the returned traffic will be using ISP 1 > provided pipe. It applies to ISP 2 also. That's why I am trying to force > half of

RE: outgoing traffic load balancing with multiple ISP

2001-05-03 Thread Ted Mittelstaedt
telstaedt >Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: outgoing traffic load balancing with multiple ISP > > >Our old network admin signed a stupid 5 years contract with ISP 1 >(the ISP 1 >uses ISP 2 for next hop), and we added ISP 2 when the new network admin >arriv

RE: outgoing traffic load balancing with multiple ISP

2001-05-03 Thread Wai Chan
contract. Anyway, stand BGP/route load balancing doesn't work very well for us because all the traffic goes out and in through ISP 2. We don't want to leave ISP 1's pipe empty. If the outgoing traffic is using the IP provided by ISP 1, then the returned traffic will be using ISP 1 pro

Re: outgoing traffic load balancing with multiple ISP

2001-05-03 Thread Ted Mittelstaedt
route IP numbers supplied by ISP #1, unless you have been given entire netblocks by both ISP's and are running BGP with both and are advertising those netblocks. Even then, load balancing is a tricky problem because it's almost entirely dependent on the destination IP numbers that traf

RE: outgoing traffic load balancing with multiple ISP

2001-05-03 Thread Wai Chan
trator, Network Technology Hawaii Pacific University +1 (808) 566-2423 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 01:06 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: outgoing tra

outgoing traffic load balancing with multiple ISP

2001-05-03 Thread Wai Chan
I have two ISPs (two different serial links to my router). I want 50% of all outgoing traffic go through ISP 1 with ISP 1 provided IP address as source address, and the other 50% of all outgoing traffic go through ISP 2 with ISP 2 provided IP address as source address. Will this work if I add th

Re: Multi-provider load balancing

2001-04-06 Thread Benjamin Gavin
Also, and perhaps I should be more clear: 1. I am load-balancing outbound connections from an internal (non-routable) network. 2. There are hardware solutions that do this. 3. There are Windows based programs that do this. I will look into that probability stuff for ipfw, thus far it looks

Re: Multi-provider load balancing

2001-04-05 Thread Geoff Mohler
You need a proper routing protocol to prevent asynchronous routing..badbadbadbad. *heh* Will routed let me run confederations too? On Thu, 5 Apr 2001, Nick Rogness wrote: > On Thu, 5 Apr 2001, Benjamin Gavin wrote: > > > Hi all, > > I've got a problem. I have two providers (cable modem/DS

Re: Multi-provider load balancing

2001-04-05 Thread Nick Rogness
On Thu, 5 Apr 2001, Benjamin Gavin wrote: > Hi all, > I've got a problem. I have two providers (cable modem/DSL) and I need > to load-balance the connection between them. I don't want to do BGP, and > would prefer something that is marginally easy to maintain. I don't care > about balancing

Multi-provider load balancing

2001-04-05 Thread Benjamin Gavin
an't randomly choose on of two rules (AFAIK) 2. ipnat + ipfilter: load-balancing rdr rules don't seem to want to load-balance prior to mapping, and map rules don't accept multiple destination choices. 3. Combinations of ipnat/natd + ipfilter/ipfw: I don't even know if this is

load balancing/failover multiple internet connections

2001-03-25 Thread Peter Blok
Hi, I have three possible ways to get to the internet from my FreeBSD gateway. 1) ADSL session via netgraph PPTP implementation. The interface used is ng0 2) ISDN dial-up via netgraph PPP. The interface used is ng1 3) direct connection (limited bandwidth), interface is sf3 Curr