Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

log outgoing messages

Status
Not open for further replies.

reverseng

Technical User
Oct 3, 2011
1
EU
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top