DevOps
Linux Systems Engineer
- Joined
- Oct 18, 2019
- Messages
- 198
- Reaction score
- 18
- Points
- 18
- Location
- Novosibirsk, Russia
- Website
- addons.vevioz.com
Offline
- A new window will appear with this error “WARNING: RESTRICT_SYSLOG is disabled. See SECURITY WARNING in Firewall Configuration”. To solve this error click on “Firewall Configuration”.
- Here set RESTRICT_SYSLOG to 3.
- At last SAVE and Restart CSF (ConfigServer Security & Firewall).
- You can open the file though this command :
Code:
# vi /etc/cfs/csf.conf
- In this file search for “RESTRICT_SYSLOG” and set it to 3.
- Change it to 3.
Code:
RESTRICT_SYSLOG = “3”
- At last restart csf with this command :
Code:
# /etc/init.d/csf restart