• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Plesk Odin firewall issue

acanthus

New Pleskian
Hello,

My plesk version is: Plesk v12.0.18_build1200140811.16 os_CentOS 7

Everyday at some point it seems like Firewall just stops working for some reason...

I have some custom rules for FTP PASV like Allow incoming from all on port 1024-1050/tcp and for SSH to allow a connection from certain IPs. Those rules just stop working at some point during the day and everything goes back to normal if I do a systemctl restart psa-firewall.

Any ideas?

BR
 
Hello,
1.
How did you create iptables rules? Through Plesk panel or manually by changing iptables?
Are you sure there is nothing in crontab or other scheduled tasks that can reset iptables in the system?
Take a look at syslog to figure out what causes this behavior.
2.
If you can't find why iptables reset all rules, in /etc/sysconfig/iptables-config the are two following fields:

IPTABLES_SAVE_ON_STOP="no"
IPTABLES_SAVE_ON_RESTART="no"

You can also try to change both them to "yes", but BE CAREFUL in case if you access the server remotely and don't have a direct connection!
 
1. Plesk panel. There are no custom scheduled tasks at all. Which log do I check?

2. What's the point in that? The rules seem to be saved since they work when I do a firewall restart?
 
Back
Top