https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215041
Max <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Max <[email protected]> --- (In reply to bsd from comment #3) int_if="em0" ext_if="re0" rdr on $int_if inet proto tcp from any to any port www -> 127.0.0.1 port 3128 pass in quick on $int_if route-to lo0 inet proto tcp from any to 127.0.0.1 port 3128 keep state pass all Why "route-to"?.. It's just rdr pass on $int_if inet proto tcp from any to any port www -> 127.0.0.1 port 3128 or rdr on $int_if inet proto tcp from any to any port www -> 127.0.0.1 port 3128 pass in quick on $int_if inet proto tcp from any to 127.0.0.1 port 3128 or rdr on $int_if inet proto tcp from any to any port www tag PROXY -> 127.0.0.1 port 3128 pass in quick on $int_if tagged PROXY And there is something weird in your pflog-filtered.pcap... Can you show full network and PF configs? ...and bridge0 dump? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
