On 2014-10-14 09:33:44 (+0000), Spenst, Aleksej <aleksej.spe...@harman.com> 
wrote:
> It is clear that if the IP fragments are not reassembled at the server
> they cannot be redirected since the redirection rule is written for
> UDP packets. That is why I have this scrub rule at the very beginning
> of my pf.conf:
> 
> scrub in on wlan0 all
> 
> I thought that this rule should reassemble all the incoming fragments.
> The reassembled UDP packets should be then correctly passed through
> the rdr rule and redirected to my PC. But this does not happen.
> 
I think that you want 'scrub in on wlan0 all fragment reassemble'.

Regards,
Kristof
_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Reply via email to