Hi,
I want to setup PF for round-robin NAT and ipfw for traffic shaping and filtering, but I can't find an appropriate description of a packet trip through firewalls in FreeBSD.
So if I'll specify in rc.conf:
will it mean that packet will go through ipfw first, and then will be forwarded to pf?
For me it matters, because I want to do filtering/shaping first of all, and then proceed to NAT.
Thanks.
I want to setup PF for round-robin NAT and ipfw for traffic shaping and filtering, but I can't find an appropriate description of a packet trip through firewalls in FreeBSD.
So if I'll specify in rc.conf:
Code:
firewall_enable="YES"
dummynet_enable="YES"
pf_enable="YES"
For me it matters, because I want to do filtering/shaping first of all, and then proceed to NAT.
Thanks.