Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2004 17:10:01 +0100
From:      Antoine Jacoutot <ajacoutot@lphp.org>
To:        dirk.meyer@dinoex.sub.org (Dirk Meyer), freebsd-questions@freebsd.org
Subject:   Re: Loading balancing with more than one ISP.
Message-ID:  <200401151710.01743.ajacoutot@lphp.org>
In-Reply-To: <VEJofc39tg@dmeyer.dinoex.sub.org>
References:  <20040114163043.GL415@seekingfire.com> <200401141827.30569.ajacoutot@lphp.org> <VEJofc39tg@dmeyer.dinoex.sub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 15 January 2004 16:41, Dirk Meyer wrote:
> Thats easy on your router:
> #!/bin/sh
> gateway1="10.10.10.1"
> gateway2="10.10.10.2"
> dmz="10.10.20.0/24"
> lan="10.10.30.0/24"
> ipfw add fwd ${gateway2} ip from ${dmz} to any
> ipfw add fwd ${gateway1} ip from ${lan} to any

Thanks... but the thing is that I already tried this, but I have dynamic IPs 
and I need NAT...
I just sent a new mail to the list, if you can check it out, my configuration 
is explained.

Regards,

Antoine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401151710.01743.ajacoutot>