26 QP5P=QQP1QQ 2011, 19:50 P>Q "Gonzalo L. R." <gonz...@x61.com.ar>:
> Maybe you can use trunk(4)
> 
so, I need this:

# ifconfig trunk0 trunkproto loadbalance  trunkport fxp0 trunkport fxp1 \
                  trunkport fxp2 trunkport fxp3 \
                   192.168.1.1 netmask 255.255.255.0

and in pf.conf

match out on trunk0 from $local_net to any nat-to $trunk0
set skip on $local_if
pass out on $ext0
pass out on $ext1
pass out on $ext2
pass out on $ext3
pass out on trunk0

I feel than something wrong in this way, isn't it?

man page say:

     The trunk protocols loadbalance and roundrobin require a switch which
     supports IEEE 802.3ad static link aggregation; otherwise protocols such
     as inet6(4) duplicate address detection (DAD) cannot properly deal with
     duplicate packets

But I know nothing about what devices run after several my $ext_if.

Reply via email to