I can't seem to understand why my ruleset is not doing as it is supposed
to be.

firstly I have two lines in my ipnat.conf

rdr pppoe0 202.76.166.28/32 port 412 -> 192.168.0.1 port 412 tcp
rdr pppoe0 202.76.166.28/32 port 412 -> 192.168.0.1 port 412 udp

second I have the following in my ipf.conf

pass in quick on pppoe0 proto tcp from any to any port = 412 keep state
pass in quick on pppoe0 proto udp from any to any port = 412 keep state

the tcp side is making a connection
but the udp is being blocked.
I've already gone through my configuration and there is nothing in front
of these rules in the ruleset to 'contradict' them and it's definately
being blocked on that rule according to the logged information.  Yet
that rule says pass not block.

I am stumped.

Andy

Reply via email to