Quote:>I would like to purchase a permanent connection to the Internet to allow our
>internal network to access the Internet. I know I could use one 33.6 modem
>but I don't believe this will be fast enough for our needs. ISDN is not an
>option because here in Australia ISDN is VERY expensive. What I want to find
>out was if it is possible to run Linux with two 33.6k modems (two different IP
>addresses) and run 2 default gateways (one out each modem) with some type of
>switching between each gateway based on the load on each modem. I think that
>this would effectively give 67.2kbps which would be comparable to a basic 64k
>ISDN line.
There is a hardware solution to your dilemma - inverse multiplexing. The
Telebit Netblazer, for instance, will support 2 serial connections (with
dial-on-demand and load-levelling) and effectively give you the full
bandwidth of both modems with a single IP address. The catch? You need 2
Netblazers, and four modems.
A software solution to simply route data evenly through two distinct modem
connections and IP's is potentially do-able, but will yield a max bandwidth
for a single user of 33.6K (for up to two users) - a single user won't be
able to grab it all for a single process.
There exists load-balancing software for Linux, which would provide double
bandwidth over two (perhaps more?) modems with a single IP address, but
your ISP would need a similar setup on their end - something they probably
won't be willing to set up on their internal network.
You might be able to build a Linux box to do your inverse multiplexing and
load balancing (single IP address), which the ISP would allow you to
connect to their network, so they could route to it as the default gateway
for your internal network, and you'd have a similar box connected to your
local network. Depending on the price of PC's in Australia, the Netblazers
(or other inverse multiplexer) might be cheaper, and will certainly be
simpler.