I have a lot of outgoing pass rules but for some reason some outgoing messages are blocked.
therefor I added as the last of the outgoing rules:
pass out log quick from any to any
doing so I hoped to see all the outgoing messages that were not
covered by the other outgoing rules.
is this reasoning correct?
the outgoing rule which were already in place are:
pass out quick on e1000g2 proto tcp from any to any keep state keep frags
pass out quick on e1000g2 proto udp from any to any keep state keep frags
pass out quick on e1000g2 proto udp from any to any with frag-body
and this for every interface in the system.
The messages, which are udp messages all com in on the same interface but are going out on another. the incoming rule is:
block in log quick on e1000g1 all head 40
pass in quick on e1000g2 proto udp from any to 10.10.10.0/25 port = 2222 keep state keep frags group 40
the same on e1000g5 interface. messages port 2222 are coming in on interface e1000g5 and going out on e1000g1.
some of these are blocked. I would like to log these blocked messages. any idea of how to do that?
BTW: there is no problem when ipf is disabled.
tnx in advance
therefor I added as the last of the outgoing rules:
pass out log quick from any to any
doing so I hoped to see all the outgoing messages that were not
covered by the other outgoing rules.
is this reasoning correct?
the outgoing rule which were already in place are:
pass out quick on e1000g2 proto tcp from any to any keep state keep frags
pass out quick on e1000g2 proto udp from any to any keep state keep frags
pass out quick on e1000g2 proto udp from any to any with frag-body
and this for every interface in the system.
The messages, which are udp messages all com in on the same interface but are going out on another. the incoming rule is:
block in log quick on e1000g1 all head 40
pass in quick on e1000g2 proto udp from any to 10.10.10.0/25 port = 2222 keep state keep frags group 40
the same on e1000g5 interface. messages port 2222 are coming in on interface e1000g5 and going out on e1000g1.
some of these are blocked. I would like to log these blocked messages. any idea of how to do that?
BTW: there is no problem when ipf is disabled.
tnx in advance