LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Reply
 
LinkBack Search this Thread
Old 08-14-2004, 05:30 PM   #1
familyman
LQ Newbie
 
Registered: May 2004
Distribution: Redhat/Debian
Posts: 10

Rep: Reputation: 0
Need to create a Linux Dual WAN Router


At work we have been using Xincom Dual WAN Routers to "aggregate" our DSLs based on session. Below is an example:

[Site Address] thickair.com/drwng.GIF [Site Address]

This is getting more and more expensive as we get more DSLs and there are more points of failure. Besides, we are to a point where we can implement better security in Linux based routers.

SO...........

I've been looking all over for a way to make a N-WAN Linux-based router. I didn't think it would to hard since there seems to be a plethora of dual wan routers out there. Unfortunately I've been looking around for weeks and have not found a solution.

The only things I've found that are close are solutions that require software installed on both ends of the connection/link. The dual WAN routers don't require this and that doesn't solve our problem.

Please, any suggestions or leads would be much appreciated. Thanks
 
Old 08-15-2004, 01:27 PM   #2
bastard23
Member
 
Registered: Mar 2003
Distribution: Debian
Posts: 275

Rep: Reputation: 30
Does this work for you: http://lartc.org/howto/lartc.rpdb.multiple-links.html? Then add a round robin DNS to "balance" betwen links? This should give different users, different IP address, so it goes over the different links. Not a perfect solution, but very work able.

Do you have multiple IP address? Are you using multiple ISPs? Does it use round-robin DNS?

"aggregate" our DSLs based on session.
You mean http session, right. Does your current router talk http or have a special link with the http servers?

You'll need some ISP support if you want two 1mb/s dsl links to allow you to transfer at 2mb/s.
 
Old 08-16-2004, 03:47 AM   #3
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 46
Go to freshmeat.net and search for router. There are several distros that are designed specifically to be used as routers, stick the floppy in the drive and boot the computer and you got a router.
 
Old 08-16-2004, 08:05 AM   #4
leckie
Member
 
Registered: Dec 2003
Location: Australia
Distribution: Mandrake 9.2
Posts: 151

Rep: Reputation: 30
so are you trying to balance inbound requests or outbound requests
 
Old 08-19-2004, 01:55 PM   #5
familyman
LQ Newbie
 
Registered: May 2004
Distribution: Redhat/Debian
Posts: 10

Original Poster
Rep: Reputation: 0
Bastard23

Thank you for the link. This is closer to what we need than I've found. I will explore it more very soon.

We do have multiple IPs from multiple ISPs. I'm not familiar with round-robin DNS. Do you happen to have a link for that off hand (If not, don't look I will look later). Thanks very much for your input.

bin/bash

Thanks for your reply. Our Linux boxes already pass/filter traffic, we are just having a problem putting multiple DSLs into it.

leckie

We have people surfing the internet from within our LAN, so we would need to put new http sessions (someone starting up a browser and going to blah.com) on the DSL with the least amount of traffic on it. So this would be outgoung connections I guess.

Thanks
 
Old 08-30-2004, 02:46 PM   #6
albatroz
LQ Newbie
 
Registered: Aug 2004
Location: Lima, Peru
Posts: 8

Rep: Reputation: 0
I am also looking for a way to balance 2 outbound Internet connections,
however havenīt found too much.

In the meantime, I found this products that the manufacturer says is based on Linux.

This router seems to handle what you wants
http://www.redsonic.com/products/lb.htm
 
Old 04-02-2009, 01:32 AM   #7
SiliconViper
LQ Newbie
 
Registered: Apr 2009
Posts: 4

Rep: Reputation: 1
Quote:
Originally Posted by albatroz View Post
I am also looking for a way to balance 2 outbound Internet connections,
however havenīt found too much.
Up until recently, I was using a dual WAN setup with Cable and DSL. The info on what I did is up there for anyone who could benefit from it. Hope it helps!

Last edited by SiliconViper; 10-15-2010 at 07:27 PM. Reason: Fixed broken links.
 
Old 12-28-2009, 02:41 PM   #8
jbarbieri
LQ Newbie
 
Registered: Apr 2008
Posts: 7

Rep: Reputation: 0
I have been using this setup for months:

http://ubuntuforums.org/showthread.php?p=8129464
 
1 members found this post helpful.
Old 12-28-2009, 03:42 PM   #9
Jim Bengtson
Member
 
Registered: Feb 2009
Location: Iowa
Distribution: Ubuntu 9.10
Posts: 164

Rep: Reputation: 38
Quote:
Originally Posted by familyman View Post
At work we have been using Xincom Dual WAN Routers to "aggregate" our DSLs based on session.
Take a look at Vyatta It's a commercial firewall/router, but they open-source every release roughly 6 months after the commercial release. You can try the community edition for free, and if you like it you can pay to move up to the commercial edition...or not. According to the BGP Routing documentation (registration required), it supports aggregating connections.
 
Old 06-26-2011, 12:52 AM   #10
MetalheadGautham
LQ Newbie
 
Registered: Jul 2008
Posts: 17

Rep: Reputation: 0
I know this thread is rather old, but here is a small task I am trying to accomplish thats relevant to the topic of the thread:

I have two internet sources at home: connecting to my wired ADSL modem via ethernet port and through bluetooth via my phone.

Is there any way to connect both and assign individual applications to use an individual connection ? Like my browser to the phone and the download manager to the ethernet port ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Capturing packets from my WAN/Router {O_o} Linux - Security 4 10-12-2005 04:56 PM
Find WAN ip from behind router Rizla Linux - Networking 7 05-27-2005 04:19 AM
Linux router WAN Issue trees Linux - Networking 2 04-13-2004 02:20 PM
twin wan linux router?? tekhead2 Linux - Networking 0 04-12-2004 04:05 PM
How to create a Linux Router choad Linux - Networking 15 06-21-2003 11:27 PM


All times are GMT -5. The time now is 08:51 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration