Networking Forums

Networking Forums > Computer Networking > Linux Networking > Not basic broadband sharing, balancing

Reply
Thread Tools Display Modes

Not basic broadband sharing, balancing

 
 
Alex Bird
Guest
Posts: n/a

 
      07-12-2005, 12:32 AM
Basically, for a short event, we wish to pay a local household to
upgrade their broadband for a month, and share this connection.
This might seem crazy unless you've seen what BT charge for short-term
leases, and how hard it would be on location.

One thing which concerns me is how we ensure we keep our part of the
bandwidth, say 1mbps, open. If they decide to download something from
a fast server, it could eat the connection! This would be v. bad!

How can we do a sort of reverse load-balancing ?

Cheers,
Alex

 
Reply With Quote
 
 
 
 
McSpreader
Guest
Posts: n/a

 
      07-12-2005, 12:45 AM
"Alex Bird" <(E-Mail Removed)> wrote in
news:(E-Mail Removed) oups.com:

> Basically, for a short event, we wish to pay a local household
> to upgrade their broadband for a month, and share this
> connection. This might seem crazy unless you've seen what BT
> charge for short-term leases, and how hard it would be on
> location.
>
> One thing which concerns me is how we ensure we keep our part of
> the bandwidth, say 1mbps, open. If they decide to download
> something from a fast server, it could eat the connection! This
> would be v. bad!
>
> How can we do a sort of reverse load-balancing ?
>
> Cheers,
> Alex
>
>


Alex,

Draytek have routers with features that might do the biz for you,
e.g. the 2600Plus:

"Virtual LAN (VLAN) & Bandwidth Throttling

The Vigor 2600Plus's VLAN facility enables you to segment each of
the router's four Ethernet ports, so that each is a separate
virtual LAN. You can create VLAN groups which include or exclude
any of the ports so that groups, departments and companies can
communicate with each other, or not. For example, two companies
could share the same broadband feed, without having access to each
other's networks. For more details of VLAN, see here. The
'Bandwidth Throttling' feature lets you set a maximum throughput
for each of the Vigor's four Ethernet ports, which can prevent a
particular user (or segment) from taking all of your bandwidth.
"
 
Reply With Quote
 
Alex Bird
Guest
Posts: n/a

 
      07-12-2005, 08:52 AM


McSpreader wrote:

> The
> 'Bandwidth Throttling' feature lets you set a maximum throughput
> for each of the Vigor's four Ethernet ports, which can prevent a
> particular user (or segment) from taking all of your bandwidth.
> "


That sounds ideal, I'll check it out, cheers,

Alex

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      07-12-2005, 10:50 AM
In comp.os.linux.networking Alex Bird <(E-Mail Removed)>:
> Basically, for a short event, we wish to pay a local household to
> upgrade their broadband for a month, and share this connection.
> This might seem crazy unless you've seen what BT charge for short-term
> leases, and how hard it would be on location.


> One thing which concerns me is how we ensure we keep our part of the
> bandwidth, say 1mbps, open. If they decide to download something from
> a fast server, it could eat the connection! This would be v. bad!


Setup a Linux box as firewall/router/proxy, force transparent
proxying (squid), now you can adjust bandwidth using squid's delay
pools.

[..]

BTW
If you are replying from google groups do not use its default way
which does not quote the text you are replying to. This makes it
harder for people not using google groups to help you. IIRC
there is an option to show text and then you can use the reply
button at the bottom. Please use that, thx.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 199: the curls in your keyboard cord are losing
electricity.
 
Reply With Quote
 
Rob Morley
Guest
Posts: n/a

 
      07-12-2005, 11:50 AM
In article <(E-Mail Removed) .com>,
"Alex Bird" (E-Mail Removed) says...
> Basically, for a short event, we wish to pay a local household to
> upgrade their broadband for a month, and share this connection.
> This might seem crazy unless you've seen what BT charge for short-term
> leases, and how hard it would be on location.
>
> One thing which concerns me is how we ensure we keep our part of the
> bandwidth, say 1mbps, open. If they decide to download something from
> a fast server, it could eat the connection! This would be v. bad!
>
> How can we do a sort of reverse load-balancing ?
>

That will be bandwidth shaping.
 
Reply With Quote
 
Alex Fraser
Guest
Posts: n/a

 
      07-12-2005, 12:03 PM
"Alex Bird" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Basically, for a short event, we wish to pay a local household to
> upgrade their broadband for a month, and share this connection.
> This might seem crazy unless you've seen what BT charge for short-term
> leases, and how hard it would be on location.
>
> One thing which concerns me is how we ensure we keep our part of the
> bandwidth, say 1mbps, open. If they decide to download something from
> a fast server, it could eat the connection! This would be v. bad!


Using HTB under Linux you should be able to allocate bandwidth as you see
fit, with the added benefit (to both "them" and "you") of "borrowing" spare
bandwidth.

Additional/excessive latency caused by upstream use/saturation (ie from
uploading) will probably be a much bigger problem than the opposite
direction.

Alex


 
Reply With Quote
 
PiLGRiM
Guest
Posts: n/a

 
      07-12-2005, 09:36 PM
On 11 Jul 2005 17:32:39 -0700, "Alex Bird"
<(E-Mail Removed)> wrote:

>Basically, for a short event, we wish to pay a local household to
>upgrade their broadband for a month, and share this connection.
>This might seem crazy unless you've seen what BT charge for short-term
>leases, and how hard it would be on location.
>
>One thing which concerns me is how we ensure we keep our part of the
>bandwidth, say 1mbps, open. If they decide to download something from
>a fast server, it could eat the connection! This would be v. bad!
>
>How can we do a sort of reverse load-balancing ?
>
>Cheers,
>Alex


Use the Draytek. Cheaper and quicker to setup than a Linux box; ie no
need to build a box, then install an OS, then the firewall/packet
shaper, then learn how to configure it.. etc). Just spend £120 on the
router, install it, then set the VLAN and the QOS in one menu. You'll
be up and running in minutes. Oh, and you'd still need to connect the
Linux box to the dsl line too, if you took that route....
 
Reply With Quote
 
Alex Bird
Guest
Posts: n/a

 
      07-15-2005, 11:00 PM


PiLGRiM wrote:
> On 11 Jul 2005 17:32:39 -0700, "Alex Bird"
> <(E-Mail Removed)> wrote:
>
> >Basically, for a short event, we wish to pay a local household to
> >upgrade their broadband for a month, and share this connection.
> >This might seem crazy unless you've seen what BT charge for short-term
> >leases, and how hard it would be on location.
> >
> >One thing which concerns me is how we ensure we keep our part of the
> >bandwidth, say 1mbps, open. If they decide to download something from
> >a fast server, it could eat the connection! This would be v. bad!
> >
> >How can we do a sort of reverse load-balancing ?
> >
> >Cheers,
> >Alex

>
> Use the Draytek. Cheaper and quicker to setup than a Linux box; ie no
> need to build a box, then install an OS, then the firewall/packet
> shaper, then learn how to configure it.. etc). Just spend £120 on the
> router, install it, then set the VLAN and the QOS in one menu. You'll
> be up and running in minutes. Oh, and you'd still need to connect the
> Linux box to the dsl line too, if you took that route....



Okay, what I think we might do is use a linux box after all, though
using the m0n0wall traffic shaper, which is f***ing simple to set up.
Once you find a CF card/bios it likes.

I'm running it in at the moment to check it's stable. It wasn't, but I
put the recommended amount of memory in it and it seems okay now...

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic setup - USB WiFi on 2 PCs for Internet Sharing... how??? Help! Adrian B Wireless Networks 0 09-07-2005 10:56 AM
Not basic broadband sharing, balancing Alex Bird Broadband 7 07-15-2005 11:00 PM
Not basic broadband sharing, balancing Alex Bird Home Networking 7 07-15-2005 11:00 PM
Sharing BT Basic Broadband des Broadband 9 03-03-2004 01:35 PM
load balancing / sharing internet connection query Jeroen Geilman Linux Networking 3 08-13-2003 05:03 PM



1 2 3 4 5 6 7 8 9 10 11