Load balancing DHCP (dsl and cable)

2004-09-28 Thread Matt Sellers
route-to ($ext_if2 $ext_gw2) from $ext_if2 to any pass out on $ext_if2 route-to ($ext_if1 $ext_gw1) from $ext_if1 to any -- Matt Sellers indigoblu (at) gmail.com

Load balancing DHCP (dsl and cable)

2004-09-28 Thread Matt Sellers
1 route-to ($ext_if2 $ext_gw2) from $ext_if2 to any pass out on $ext_if2 route-to ($ext_if1 $ext_gw1) from $ext_if1 to any -- Matt Sellers indigoblu (at) gmail.com

Re: Load balancing DHCP (dsl and cable)

2004-09-28 Thread Matt Sellers
ve an example of just doing round-robin statefull usage of two DHCP connections? Thanks! Matt Sellers indigoblu (at) gmail.com On Tue, 28 Sep 2004 21:49:21 -0300, Tiago Pierezan Camargo <[EMAIL PROTECTED]> wrote: > Em Ter, 2004-09-28 às 02:00, Matt Sellers escreveu: > > > B. Can I s

OBSD Load balancing.

2004-10-23 Thread Matt Sellers
Hello..! I know this has been brough up on the list as of recent and even address by Daniel himself, but im still lacking in the ability on how to manipulate PF to do some things with route-to "load bancing" setup. Im currently using the example: http://www.openbsd.org/faq/pf/pools.html#outexampl

PF and two interfaces

2004-11-04 Thread Matt Sellers
Hello everybody... Okay ive been trying to route a certain type of traffic over one interface and send all other traffic onto another interface.. I hope what I have posted below will at least illustrate what im trying to achieve but I have had no success so far. -matt INFO --->> network:

PF and two interfaces

2004-11-05 Thread Matt Sellers
0 tag INT_NET_HTTP keep state pass in quick on $int_if tagged INT_NET_HTTP route-to $ext_if_sbc, $ext_gw_sbc from $lan_net to any keep$ pass out all pass in all -- Forwarded message -- From: Matt Sellers <[EMAIL PROTECTED]> Date: Thu, 4 Nov 2004 18:54:58 -0600 Subject: PF