• 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 custom rules reset each day

RoulienDeLaVegas

New Pleskian
Hi,

I setting custom rules and enabled it to check my Plesk 11 host by a Nagios over the network with SNMP.

All days at 6:45am, snmp not responding. I need to go on the firewall extension where my custom rules style be there and clic edit, then, without doing any change on the config, enabled it, and it works again until next day 06:45am.

I looking for a log to explain that but no explicit log on syslog.

An idea ?

Thanks !
 
Start by checking for any cron jobs that are executing at around that time to close you off.
 
Hi

I list all task with 'for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done' and there is only the psa task, and nothing on 6:45 :
0 1 * * 1 /opt/psa/libexec/modules/watchdog/cp/secur-check
0 1 * * 1 /opt/psa/libexec/modules/watchdog/cp/send-report weekly
10 1 * * * /opt/psa/libexec/modules/watchdog/cp/clean-sysstats
15 1 * * * /opt/psa/libexec/modules/watchdog/cp/pack-sysstats day
15 1 * * 1 /opt/psa/libexec/modules/watchdog/cp/pack-sysstats week
15 1 1 * * /opt/psa/libexec/modules/watchdog/cp/pack-sysstats month
15 1 1 * * /opt/psa/libexec/modules/watchdog/cp/pack-sysstats year
20 1 * * * /opt/psa/libexec/modules/watchdog/cp/clean-events
0 3 * * 7 /opt/psa/libexec/modules/watchdog/cp/clean-reports
 
Back
Top