Rosli Sukri wrote:
hiscenario: users---->[lan]freebsdpf[wan]----->{gw1,gw2} where gw1 goes to isp1, and gw2 goes to isp2. requirements: ftp, http, https traffic goes to gw1 telnet, ssh, mail and pop goes to gw2 can freebsdpf do this? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[EMAIL PROTECTED]"
yes, it can look for "reply-to" and "route-to" options in pass rules. for example: pass out route-to ($wan_if $gw1) from $wan_if to any port http keep state here all http traffic from freebsd host goes to gw1 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[EMAIL PROTECTED]"
