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 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. th

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
Gary Gatten escribió: Adding 2 more default routes with same weight to each dsl line won't work? I have another problem which I realized just now. I configured via rc.conf the ip and netmask below but when I do ifconfig the netmask appears as /24 calamardo# cat /etc/rc.conf | grep ifconfig

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 time

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