Date: Thu, 3 May 2001 13:06:22 -1000 From: "Wai Chan" <waichan@hpu.edu> To: <freebsd-net@freebsd.org>, <freebsd-questions@freebsd.org> Subject: outgoing traffic load balancing with multiple ISP Message-ID: <LNEJKGADPHKMLOFLNLFLCEEIFAAA.waichan@hpu.edu>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] I have two ISPs (two different serial links to my router). I want 50% of all outgoing traffic go through ISP 1 with ISP 1 provided IP address as source address, and the other 50% of all outgoing traffic go through ISP 2 with ISP 2 provided IP address as source address. Will this work if I add the following ipfw rules? #forward 50% of the traffic /sbin/ipfw add prob 0.5 fwd 127.0.0.1 tcp from any to any 80 via fxp0 #forward everything which is missed by the "0.5" rule /sbin/ipfw add prob 1 fwd 127.0.0.1 tcp from any to any 80 via fxp1 I would appreciate it if someone could provide me comments/suggestions/corrections. Thanks! best wishes, Wai Chan [-- Attachment #2 --] x>" IPM.Microsoft Mail.Note 1 \ " # &
