PF blocks passing rule again. Hi,
I have upgraded the system to 5.4 Release with PF/CARP enabled.
There is some traffic blocked by PF, which supposed to be passed thru.
eg. the PF configuration is shown as follow:
block log all
pass in on bge0 proto tcp from any to any port 13:600 keep state
pass in on bge0 proto udp from any to any port 13:600 keep state
pass in on bge1 proto tcp from any to any port 1024:10000 keep state
pass in on bge1 proto udp from any to any port 1024:10000 keep state
....
But the following traffic is blocked by PF:
000000 rule 0/0(match): block in on bge0: IP 10.8.99.255.3995 >
10.3.0.4.3389: S 2292736159:2292736159(0) win 64676 <mss 1326,nop,wscale
0,[|tcp]>
Did I configured PF incorrectly?
Thanks
Sam |