You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psadwatchd does indeed start and run, but stops running after a few seconds.
Problem 2:
I still have an issue with firewall as mentioned by psad:
psad --fw-analyze
[+] Parsing INPUT chain rules.
[+] Parsing INPUT chain rules.
[-] Errors found in firewall config.
emailed to root@localhost
[+] Results in /var/log/psad/fw_check
[+] Exiting.
I have added the rules following this scheme:
-A INPUT -j LOG --log-tcp-options --log-prefix "[IPTABLES] "
-A FORWARD -j LOG --log-tcp-options --log-prefix "[IPTABLES] "
# don't delete the 'COMMIT' line or these rules won't be processed
COMMIT
Unfortunately, psad still find errors. I don't know what to do as I'm a perfect dum with iptables as I only use ufw front-end.
Problem 3:
Why do I keep having 2 psad processes at the same time:
2275815 ? 00:00:00 psad
2275835 ? 00:00:00 psad
Thanks for your help.
The text was updated successfully, but these errors were encountered:
faxotherapy
changed the title
psadwatchd still not running after configuration and still firewall error
psadwatchd still not running and still firewall error after what I did
Nov 8, 2023
Problem 1 doesn't seem to be an issue.
Problem 2 solved: this is due to the fact I set IPV6 to no in /etc/default/ufw file.
Problem 3: still puzzled as to why I always have two running psad processes.
Hi,
I've got 3 issues.
Problem 1:
I have set
ENABLE_PSADWATCHD
toY
and I have followed the guide here: https://carteryagemann.com/psad-on-pi.htmlpsadwatchd does indeed start and run, but stops running after a few seconds.
Problem 2:
I still have an issue with firewall as mentioned by psad:
I have added the rules following this scheme:
Unfortunately, psad still find errors. I don't know what to do as I'm a perfect dum with iptables as I only use ufw front-end.
Problem 3:
Why do I keep having 2 psad processes at the same time:
Thanks for your help.
The text was updated successfully, but these errors were encountered: