On 2013/01/14 15:30, Johan Helsingius wrote:
> Hi!
> 
> I have a small network, connected by 2 ADSL connections, and
> want to load-share the connections. All examples of route-to
> round-robin that I have seen have used 2 separate interfaces,
> but as both my ADSL modems are on the same "no-mans-land"
> network, I have been (so far unsuccessfully) trying to do
> something like this:
> 
> pass in on $int_if from $int_net \
>       route-to { ($ext_if $isp1_gw), ($ext_if $isp2_gw) } \
>       round-robin sticky-address
> 
> Is that supposed to work, or does route-to round-robin only
> work with 2 separate interfaces?
> 
> Appreciate any input...
> 
>       Julf

I haven't checked, but that *should* be okay. Are you certain your
packets are hitting this rule? You can check the 'state creation'
counter in pfctl -sr -vv.

Reply via email to