Re: Multiple DSL lines, load sharing / shaping (neon)

2006-01-23 Thread Gobbledegeek
I've looked it up, but found nothing. > > Maybe you know any details on BPF that can help me find the right > solution? > > > > Sincerely, > > Dyma Popovich > > > > -----Original Message- > > From: Gobbledegeek [mailto:[EMAIL PROTECTED] >

RE: Multiple DSL lines, load sharing / shaping (neon)

2006-01-23 Thread neon
ing 2 real IP's simultaneously. Best regards, Dyma Popovich -Original Message- From: Gobbledegeek [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 10:16 AM To: neon Subject: Re: Multiple DSL lines, load sharing / shaping (neon) Hi Search here please.. http://ww

Re: Multiple DSL lines, load sharing / shaping (neon)

2006-01-20 Thread Gobbledegeek
BPF should help you share multiple dsl lines from multiple isp's without bgp. Check out the bpf docs on the net... Rgrds > > > -- > > Hey Josh! > > Your question is a really good one. > > I am trying to find an answer to the sa

Re: Multiple DSL lines, load sharing / shaping

2006-01-19 Thread neon
Hey Josh! Your question is a really good one. I am trying to find an answer to the same question (the limitation that comes over a single DSL line). I've read that you need to fire up the BGP protocol on both sides. Maybe zebra under freeBSD. but that's too complicated, and not every ISP will p

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Max Laier
On Wednesday 18 January 2006 13:42, Sten Daniel Sørsdal wrote: > Moving to private only. > > >> Is it even possible in PF? > > > > I have no idea ;-) > > I don't think it is. http://www.openbsd.org/faq/pf/pools.html#outgoing Works for FreeBSD 6x ... 5x with some restrictions. -- /"\ Best regar

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Josh Finlay
- Original Message - From: "Greg Hennessy" <[EMAIL PROTECTED]> To: "'Josh Finlay'" <[EMAIL PROTECTED]>; "'Sten Daniel Sørsdal'" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 18, 2006 10:30 PM Subject: RE: Multiple

RE: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Greg Hennessy
> I should also mention that each downloaded part would come > from a different IP address > > so part 1 would be from IP1 > part 2 from IP2 > part 3 from IP3, etc etc > > All downloading concurrently, each part utilizing the 512kbps > of each line... > Then being possible to utilize the over

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Sten Daniel Sørsdal
Moving to private only. >> Is it even possible in PF? > > I have no idea ;-) I don't think it is. > >> Are you talking about a webserver on your end and IP1 meaning an user >> from the internet? Or the other way around? > > No sorry the other way around. IP1 is one of our lines, and by web >

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Josh Finlay
al Message - From: "Sten Daniel Sørsdal" <[EMAIL PROTECTED]> To: "Josh Finlay" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 18, 2006 10:09 PM Subject: Re: Multiple DSL lines, load sharing / shaping __

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Sten Daniel Sørsdal
Josh Finlay wrote: > Hi Sten, > > Ahh.. well that will be something for me to look into then. Give me a > starting point anyway. > > Don't suppose you've had experience doing it in PF? ;-) Is it even possible in PF? > Now here is what I don't get > We have 5x512=2560kbps (note: each line has a

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Josh Finlay
I should also mention that each downloaded part would come from a different IP address so part 1 would be from IP1 part 2 from IP2 part 3 from IP3, etc etc All downloading concurrently, each part utilizing the 512kbps of each line... Then being possible to utilize the overall bandwidth of all

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Josh Finlay
easier way of doing things that I just wasn't aware of yet? Look forward to hearing some responses... Regards, Josh Finlay - Original Message - From: "Sten Daniel Sørsdal" <[EMAIL PROTECTED]> To: "Josh Finlay" <[EMAIL PROTECTED]> Cc: Sent: Wedne

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Sten Daniel Sørsdal
Josh Finlay wrote: > Hi, > > Took a good look at that link, sounds like it might do the trick. > > However I am curious about something... > We have 5x 512kbps SDSL lines. > Totalling 2560kbps. > Is there any possible way to "bind" these lines together to make use of > a full 2560kbps at once? Be

Re: Multiple DSL lines, load sharing / shaping

2006-01-18 Thread Josh Finlay
ctions so we're trying to do this part a bit cheaper. Look forward to hearing any ideas you might have. Regards, Josh Finlay - Original Message - From: "Scott Ullrich" <[EMAIL PROTECTED]> To: "Josh Finlay" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, Janu

Re: Multiple DSL lines, load sharing / shaping

2006-01-16 Thread Scott Ullrich
On 1/16/06, Josh Finlay <[EMAIL PROTECTED]> wrote: [...snip...] > Can I use a "round-robin" NAT or something similar? Sure, you can use round-robin to send the traffic out. Take a look at http://www.openbsd.org/faq/pf/pools.html which helped me out quite a bit when building multiple WAN support i

Multiple DSL lines, load sharing / shaping

2006-01-16 Thread Josh Finlay
Hi, My scenario: Originally started out with 512Kbps SDSL, this wasn't enough bandwidth. We have no access to anything faster than this (except 1.5Mbps ADSL, but then our upstream drops to 256kbps - not acceptable), so we have had 4 additional lines installed... So what I now need to know, is