Block IP addresses: Difference between revisions
From WickyWiki
Created page with "* https://help.ubuntu.com/community/IptablesHowTo Category:Ubuntu Category:Ubuntu Network Category:Ubuntu Server Category:201301" |
No edit summary |
||
| Line 1: | Line 1: | ||
Install Firtestarter iptables GUI: | |||
* https://help.ubuntu.com/community/IptablesHowTo | * https://help.ubuntu.com/community/IptablesHowTo | ||
To fix an error with the syslog at startup: | |||
* https://bugs.launchpad.net/ubuntu/+source/firestarter/+bug/776361 | |||
<syntaxhighlight lang=bash> | |||
sudo gedit /etc/rsyslog.d/99-fixlog.conf | |||
</syntaxhighlight> | |||
<blockquote> | |||
<pre> | |||
*.=info;*.=notice;*.=warn;\ | |||
auth,authpriv.none;\ | |||
cron,daemon.none;\ | |||
mail,news.none -/var/log/messages | |||
</pre> | |||
</blockquote> | |||
[[Category:Ubuntu]] | [[Category:Ubuntu]] | ||
Revision as of 21:28, 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