Block IP addresses: Difference between revisions
From WickyWiki
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
<syntaxhighlight lang=bash> | |||
sudo service rsyslog restart | |||
</syntaxhighlight> | |||
[[Category:Ubuntu]] | [[Category:Ubuntu]] | ||
Revision as of 21:30, 3 January 2013
Install Firtestarter iptables GUI:
To fix an error with the syslog at startup:
sudo gedit /etc/rsyslog.d/99-fixlog.conf
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages
sudo service rsyslog restart