Loading balancing with more than one ISP.

Antoine Jacoutot ajacoutot at lphp.org
Thu Jan 15 08:10:01 PST 2004


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



More information about the freebsd-questions mailing list