On 02/03/06 21:32 D said the following:
on freebsd box such a simple situation(see below) seems to be pretty complicated: ISP1[10.10.10.1][1Mbps]<-------------------->[ME-em0][10.10.10.10] ISP2[11.11.11.1][8Mbps]---------------------->[ME-em1][11.11.11.11] default route 10.10.10.1 any traffic "from ME to ISP2" will fail or will be redirected via ISP1.
what exactly does 'netstat -rn' show ?
alternative routing function should allow us to add another static route: default route 11.11.11.1
freebsd doesnt yet support multiple default routes, though you could use something like CARP and pf to implement some sort of load balancing/redundant link architecture.
-- Regards, /\_/\ "All dogs go to heaven." [EMAIL PROTECTED] (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"