• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Firewall configuration problem

fruf

Basic Pleskian
I have the same problem on different server, one is a fresh install, debian 6 + plesk 10.2, the other two years old debian 5 upgraded to 10.2. The firewall worked flawless before with plesk 10 but now If I try to change the firewall settings I receive this error:
Error: Could not activate firewall configuration:

safeact: safeact: /opt/psa/var/modules/firewall/firewall-new.sh failed:
FATAL: Could not load /lib/modules/2.6.18-028stab081.1/modules.dep: No such file or directory
ip6tables v1.3.8: can't initialize ip6tables table `filter': iptables who? (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
proc_close() failed: Undefined index: PLESK_DEBUG_SQL

I tried to setup the firewall on the fresh install but received a similar error to the first one:
Error: Could not activate firewall configuration:

safeact: safeact: /opt/psa/var/modules/firewall/firewall-new.sh failed:
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module ip6_tables not found.
ip6tables v1.4.8: can't initialize ip6tables table `filter': Invalid argument
Perhaps ip6tables or your kernel needs to be upgraded.


proc_close() failed: Undefined index: PLESK_DEBUG_SQL
What could be the problem?
 
It looks like you have Plesk installed to Virtuozzo containers. Plesk 10.2 has support for IPv6 and as such, if it finds utility 'ip6tables' it uses it in configuration script of Plesk Firewall. However, support for IPv6 on containers is not enabled on the node itself, so ip6tables utility produces error.
As possible workaround you can move ip6tables inside the container away:

# mv /sbin/ip6tables /sbin/ip6tables.renamed

and now Plesk firewall creates activation script without ip6tables command and can be properly activated.
 
Back
Top