Re: Gateway load balance

2009-06-18 Thread Wojciech Puchar
use ipfw and fwd command. for example with output section add 1 fwd gw1_IP from DSL1_subnet to any via gw1_ethernet add 10001 fwd gw2_IP from DSL2_subnet to any via gw2_ethernet add 10002 fwd gw3_IP from DSL3_subnet to any via gw3_ethernet for my scenario I asume gwX_IP the IP address of

Re: Gateway load balance

2009-06-18 Thread Raul I. Becette
I had a proxy server (Squid + Dansguardian) under Slackware on the LAN which, via 'ip route' I make it use 3 gateways connected each one to an ADSL line and balance the requests. Unfortunately my server crashed and I took the oportunity to install a new one under FreeBSD 7.0-RELEASE. Squid and

Re: Gateway load balance

2009-06-18 Thread Gelsema, P (Patrick)
us: active > > This makes impossible to use 192.168.30.100 and 192.168.30.1 since they > are on different networks and are unreachable (according to ifconfig). > > > - Original Message - >> From: owner-freebsd-questi...@freebsd.org >> >> To: FreeBSD Users >

Re: Gateway load balance

2009-06-18 Thread Nikos Vassiliadis
Raul I. Becette wrote: ifconfig_nfe0="192.168.10.9 255.255.0.0" If I recall correctly the correct syntax would be: ifconfig_nfe0="192.168.10.9 netmask 255.255.0.0" or (the syntax I prefer) ifconfig_nfe0="192.168.10.9/16" ___ freebsd-questions@freebsd

Re: Gateway load balance

2009-06-18 Thread Raul I. Becette
Nikos Vassiliadis escribió: Raul I. Becette wrote: ifconfig_nfe0="192.168.10.9 255.255.0.0" If I recall correctly the correct syntax would be: ifconfig_nfe0="192.168.10.9 netmask 255.255.0.0" or (the syntax I prefer) ifconfig_nfe0="192.168.10.9/16" Yes. that was the problem. Forgot the "ne

Re: Gateway load balance

2009-06-18 Thread Raul I. Becette
Wojciech Puchar escribio': I am a long time Linux user (desktop and server) and started with FreeBSD a year ago. Thanks to the book Absolute FreeBSD 2nd Edition I learned a lot about the OS and how to configure different services I used in Linux (Slackware). very rare case today - someone t

Re: Gateway load balance

2009-06-18 Thread Raul I. Becette
ive This makes impossible to use 192.168.30.100 and 192.168.30.1 since they are on different networks and are unreachable (according to ifconfig). - Original Message - From: owner-freebsd-questi...@freebsd.org To: FreeBSD Users Sent: Wed Jun 17 12:18:07 2009 Subject: Gateway load

Re: Gateway load balance

2009-06-18 Thread Raul I. Becette
Gary Gatten escribió: PS: kudos for actually reading all that stuff! A lot of time free in my former user support job... - Original Message - From: owner-freebsd-questi...@freebsd.org To: FreeBSD Users Sent: Wed Jun 17 12:18:07 2009 Subject: Gateway load balance Hi all First

Re: Gateway load balance

2009-06-18 Thread Wojciech Puchar
I've not yet had the luck with assigning more than one default gateway in BSD, simply use ipfw. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questio

Re: Gateway load balance

2009-06-17 Thread Tim Judd
I've not yet had the luck with assigning more than one default gateway in BSD, compared to Windows and my crash course with Linux (which my opinion still stands as it was when I first used it). See my thread I started earlier.. http://lists.freebsd.org/pipermail/freebsd-questions/2009-May/199653.h

Re: Gateway load balance

2009-06-17 Thread Nikos Vassiliadis
Gary Gatten wrote: I meant, the original source flows are nat'd to whatever outbound interface ip they are RRLB to. That way any internal flow can use any isp connection. Most of my interesting routing, NAT, etc I do with Ci$co so not all that up on BSD's options. Yes, works with ci$co, doe

Re: Gateway load balance

2009-06-17 Thread Gary Gatten
rom: owner-freebsd-questi...@freebsd.org To: Gary Gatten Cc: freebsd-questions@freebsd.org ; raulbece...@unp.edu.ar Sent: Wed Jun 17 13:13:59 2009 Subject: Re: Gateway load balance > Adding 2 more default routes with same weight to each dsl line won't work? No, because you have to route thi

Re: Gateway load balance

2009-06-17 Thread Wojciech Puchar
eBSD Users Sent: Wed Jun 17 12:18:07 2009 Subject: Gateway load balance Hi all First time posting. I am a long time Linux user (desktop and server) and started with FreeBSD a year ago. Thanks to the book Absolute FreeBSD 2nd Edition I learned a lot about the OS and how to configure different servi

Re: Gateway load balance

2009-06-17 Thread Wojciech Puchar
I am a long time Linux user (desktop and server) and started with FreeBSD a year ago. Thanks to the book Absolute FreeBSD 2nd Edition I learned a lot about the OS and how to configure different services I used in Linux (Slackware). very rare case today - someone that read books FIRST :)))

Re: Gateway load balance

2009-06-17 Thread Gary Gatten
PS: kudos for actually reading all that stuff! - Original Message - From: owner-freebsd-questi...@freebsd.org To: FreeBSD Users Sent: Wed Jun 17 12:18:07 2009 Subject: Gateway load balance Hi all First time posting. I am a long time Linux user (desktop and server) and started with

Re: Gateway load balance

2009-06-17 Thread Gary Gatten
Adding 2 more default routes with same weight to each dsl line won't work? - Original Message - From: owner-freebsd-questi...@freebsd.org To: FreeBSD Users Sent: Wed Jun 17 12:18:07 2009 Subject: Gateway load balance Hi all First time posting. I am a long time Linux user (deskto

Gateway load balance

2009-06-17 Thread Raul I. Becette
Hi all First time posting. I am a long time Linux user (desktop and server) and started with FreeBSD a year ago. Thanks to the book Absolute FreeBSD 2nd Edition I learned a lot about the OS and how to configure different services I used in Linux (Slackware). My post is regarding something I