I am using FreeBSD 8.1 with
Is it possible to use divert (to nat) and tag at the same time ?
For example,
or
It looks for me the tag is gone away after diversion.
Code:
options IPFIREWALL_FORWARD
Is it possible to use divert (to nat) and tag at the same time ?
For example,
Code:
divert 8668 ip from any to any tagged 10000
count ip from any to any tagged 10000
Code:
divert 8668 tag 1111 ip from any to any tagged 10000
count ip from any to any tagged 1111