This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

'Log Allow' not logging

I was recently troubleshooting a connectivity issue when I noticed that my packet filter logs have ONLY drops and not ANY of my 'LOG ALLOW' rules which should be generating traffic.  To test my theory about missing 'log allow' i disabled the proxy and created http rules with 'log allow' which should record my packets going out.  No dice...

What's wrong?   


This thread was automatically locked due to age.
Parents
  • Should be named "ACCEPT" in kernellog. Could you please check if the logs entries are also missing in /var/log/kernel?

    You can check that in realtime by typing in 'tail -f /var/log/kernel' or
    'tail -f /var/log/kernel |grep "ACCEPT"' if you would like to see only the ACCEPT entries.

    Xeno 
Reply
  • Should be named "ACCEPT" in kernellog. Could you please check if the logs entries are also missing in /var/log/kernel?

    You can check that in realtime by typing in 'tail -f /var/log/kernel' or
    'tail -f /var/log/kernel |grep "ACCEPT"' if you would like to see only the ACCEPT entries.

    Xeno 
Children
No Data