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