[leaf-devel] Multi-WAN

2012-10-05 Thread Mike Noyes
Everyone,
Is Bering-uClibc capable of Multi-WAN like:

Peplink - Dual-WAN, Multi-WAN Internet Link Load Balancing Routers
http://www.peplink.com/
-or-
Cisco RV Series Multi-WAN VPN Router
http://www.cisco.com/en/US/products/ps9924/index.html

-- 
Mike Noyes
http://sourceforge.net/users/mhnoyes
https://plus.google.com/u/0/113364780158082152468


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] Multi-WAN

2012-10-05 Thread Mike Noyes
On 10/05/2012 07:14 AM, Mike Noyes wrote:
 Everyone,
 Is Bering-uClibc capable of Multi-WAN like:

 Peplink - Dual-WAN, Multi-WAN Internet Link Load Balancing Routers
 http://www.peplink.com/
 -or-
 Cisco RV Series Multi-WAN VPN Router
 http://www.cisco.com/en/US/products/ps9924/index.html

Here are two Multi-WAN tutorial/howto for linux routers:

Dual WAN Configuration with Linux
http://chris.olstrom.com/howto/setup-dual-wan/

MultiWAN Linux Router
http://andrewbevitt.com/tutorials/linux-multiwan-router/

-- 
Mike Noyes
http://sourceforge.net/users/mhnoyes
https://plus.google.com/u/0/113364780158082152468

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] Multi-WAN

2012-10-05 Thread Mike Noyes
On 10/05/2012 09:31 AM, Mike Noyes wrote:
 On 10/05/2012 07:14 AM, Mike Noyes wrote:
 Everyone,
 Is Bering-uClibc capable of Multi-WAN like:

 Peplink - Dual-WAN, Multi-WAN Internet Link Load Balancing Routers
 http://www.peplink.com/
 -or-
 Cisco RV Series Multi-WAN VPN Router
 http://www.cisco.com/en/US/products/ps9924/index.html

 Here are two Multi-WAN tutorial/howto for linux routers:

 Dual WAN Configuration with Linux
 http://chris.olstrom.com/howto/setup-dual-wan/

 MultiWAN Linux Router
 http://andrewbevitt.com/tutorials/linux-multiwan-router/


ClearOS Multi-WAN - code
http://www.clearcenter.com/support/documentation/clearos_enterprise_5.1/user_guide/multi-wan
http://code.clearfoundation.com/svn/listing.php?repname=ClearOSpath=%2Fwebconfig%2Fapps%2Fmultiwan%2F#a05fdb74ab0bc034e3350194722859ad7


-- 
Mike Noyes
http://sourceforge.net/users/mhnoyes
https://plus.google.com/u/0/113364780158082152468

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] BuC 4.3 interface naming

2012-10-05 Thread Erich Titl
Hi Folks

I have gotten at a point where I want to push my stuff.

@Yves could you have a look at my merge output to just _guess_ if it
looks OK

mega@luna:~/leaf/devel/leaf.new/bering-uclibc git branch
  maint
  master
* nameif
mega@luna:~/leaf/devel/leaf.new/bering-uclibc git checkout maint
M   conf/.gitignore
M   conf/buildtool.conf
Switched to branch maint
mega@luna:~/leaf/devel/leaf.new/bering-uclibc git merge nameif
Auto-merged conf/sources.cfg
Merge made by recursive.
 conf/sources.cfg|   11 ++
 repo/bbnameif/buildtool.cfg |   75
+++
 repo/bbnameif/buildtool.mk  |   31 ++
 repo/bbnameif/mactab|6 +++
 repo/bbnameif/mactab.tmp|8 
 repo/bbnameif/nameif|   38 ++
 repo/busybox/.config|4 +-
 7 files changed, 171 insertions(+), 2 deletions(-)
 create mode 100644 repo/bbnameif/buildtool.cfg
 create mode 100644 repo/bbnameif/buildtool.mk
 create mode 100644 repo/bbnameif/mactab
 create mode 100644 repo/bbnameif/mactab.tmp
 create mode 100644 repo/bbnameif/nameif

This is how the log looks

commit a9ab81c9ea572139a01649b33989ef0e2624497f
Merge: 5424f54... 4cbad44...
Author: mega erich.t...@think.ch
Date:   Fri Oct 5 19:02:13 2012 +0200

Merge branch 'nameif' into maint

commit 4cbad44466ba316b7cbcec3d9912dc1f3fe94896
Author: mega erich.t...@think.ch
Date:   Fri Oct 5 16:27:58 2012 +0200

Small fix on the nameif start script

commit 0f2d204322e95c57f87c1fab560ed74103c684b5
Author: mega erich.t...@think.ch
Date:   Fri Oct 5 14:46:30 2012 +0200

Added a little bit of comment to the mactab files

commit 18100f0ae798d18eb0b65f40640a03b2e8f3feb8
Author: mega erich.t...@think.ch
Date:   Fri Oct 5 14:37:21 2012 +0200

Added new code to enable and use the Busybox nameif applet
which enables control for network interface naming

commit 9b048d4d36d7bff3fdfbb93808a83122ce83f579
Author: mega m...@luna.think.ch
Date:   Wed Oct 3 13:31:58 2012 +0200

enabled nameif applet

commit 5424f54d3e8752243dacccfbe670486c44fb8d46
Author: kapeka kap...@users.sourceforge.net
Date:   Thu Sep 27 20:44:31 2012 +0200

squid depends on openssl

.

Thanks

Erich



smime.p7s
Description: S/MIME Kryptografische Unterschrift
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] Multi-WAN

2012-10-05 Thread Mike Noyes
On 10/05/2012 09:49 AM, Mike Noyes wrote:
 On 10/05/2012 09:31 AM, Mike Noyes wrote:
 On 10/05/2012 07:14 AM, Mike Noyes wrote:
 Everyone,
 Is Bering-uClibc capable of Multi-WAN like:

 Peplink - Dual-WAN, Multi-WAN Internet Link Load Balancing Routers
 http://www.peplink.com/
 -or-
 Cisco RV Series Multi-WAN VPN Router
 http://www.cisco.com/en/US/products/ps9924/index.html

 Here are two Multi-WAN tutorial/howto for linux routers:

 Dual WAN Configuration with Linux
 http://chris.olstrom.com/howto/setup-dual-wan/

 MultiWAN Linux Router
 http://andrewbevitt.com/tutorials/linux-multiwan-router/


 ClearOS Multi-WAN - code
 http://www.clearcenter.com/support/documentation/clearos_enterprise_5.1/user_guide/multi-wan
 http://code.clearfoundation.com/svn/listing.php?repname=ClearOSpath=%2Fwebconfig%2Fapps%2Fmultiwan%2F#a05fdb74ab0bc034e3350194722859ad7

Guide for setting up Multi-WAN (Load balancing, failover, etc) on 
pfSense 2.0
http://doc.pfsense.org/index.php/Multi-WAN_2.0


-- 
Mike Noyes
http://sourceforge.net/users/mhnoyes
https://plus.google.com/u/0/113364780158082152468

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] Multi-WAN

2012-10-05 Thread Andrew
On 05/10/12 17:14, Mike Noyes wrote:
 Everyone,
 Is Bering-uClibc capable of Multi-WAN like:

 Peplink - Dual-WAN, Multi-WAN Internet Link Load Balancing Routers
 http://www.peplink.com/
 -or-
 Cisco RV Series Multi-WAN VPN Router
 http://www.cisco.com/en/US/products/ps9924/index.html

I'm not sure about shorewall, but for Linux there is no problem to 
handle multiple channels with NAT on each - in many variations, from 
simple multi-target route (ip route add default nexthop ... nexthop ... 
) to complex routing table to route each host/subnet to it's own 
outgoing iface.

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel