P pcboot Oct 15, 2011 #1 FreeBSD 8.2 ex: Code: em0 192.168.0.10 gateway 192.168.0.254 em1 192.168.1.10 gateway 192.168.1.254 Can web -> em0 -> web and web -> em1 -> web How to set up? Please help. Thank you.
FreeBSD 8.2 ex: Code: em0 192.168.0.10 gateway 192.168.0.254 em1 192.168.1.10 gateway 192.168.1.254 Can web -> em0 -> web and web -> em1 -> web How to set up? Please help. Thank you.
SirDice Administrator Staff member Administrator Moderator Oct 16, 2011 #2 Well, there's lagg(4), carp(4), setfib(1) and I believe you can also play around with pf(4). Depending on your needs.
Well, there's lagg(4), carp(4), setfib(1) and I believe you can also play around with pf(4). Depending on your needs.
V Vasikby Jun 1, 2012 #3 Try: pf.conf Code: pass in quick on $one_if reply-to ($one_if $oneif_gw) keep state pass in quick on $two_if reply-to ($two_if $twoif_gw) keep state
Try: pf.conf Code: pass in quick on $one_if reply-to ($one_if $oneif_gw) keep state pass in quick on $two_if reply-to ($two_if $twoif_gw) keep state