-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iptables not found in Ubuntu 20.04 #76
Comments
I had the same problem - quick and dirty solution: It looks like IPTables::ChainMgr use the defaults defined in IPTables::Parse.
|
@mrash this looks like an easy fix, is it possible to update lines 32-34 of Version 1.6.1 reads:
|
I was previously running a Ubuntu 18.04 server with PSAD configured and working as expected, which I recently upgraded to 20.04. Since doing so, PSAD won't start - it gives the error
Could not find/execute iptables, specify path via _iptables at /usr/share/perl5/IPTables/ChainMgr.pm line 37.
I have edited /etc/psad/psad.conf and changedto
to match where iptables is on the filesystem;
But this makes no difference. I have also tried setting
Which also seems to make no difference. I'm running v2.4.3 from the Ubuntu repositories.
Any indication as to how I can address this?
The text was updated successfully, but these errors were encountered: