On 10/19/06, Raja Subramanian <[EMAIL PROTECTED]> wrote:
The PF Pools FAQ: http://www.openbsd.org/faq/pf/pools.htmlsection "Load Balance Outgoing Traffic", mentions the following: To ensure that packets with a source address belonging to $ext_if1 are always routed to $ext_gw1 (and similarly for $ext_if2 and $ext_gw2), the following two lines should be included in the ruleset: pass out on $ext_if1 route-to ($ext_if2 $ext_gw2) from $ext_if2 to any pass out on $ext_if2 route-to ($ext_if1 $ext_gw1) from $ext_if1 to any I have a dual WAN setup with pfSense, but I don't find such rules in /tmp/rules.debug. How does pfSense implement this?
We don't. This is the same issue you asked about months ago in regards to squid and ftp-proxy. --Bill
