Opened 11 years ago
Closed 11 years ago
#5384 closed enhancement (invalid)
Setting Up a Network Firewall
Reported by: | Alessandro | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
I think there is a problem into the /etc/rc.d/rc.iptables file suggested by blfs book.. last line causes endless console messages. Set to # iptables -A INPUT -j LOG --log-prefix "FIREWALL:INPUT " solves the problem.
Change History (2)
by , 11 years ago
Attachment: | SDC15223.JPG added |
---|
comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The log messages to the console depend on the level of messages specified to dmesg, as in
dmesg -n <level>
See 'dmesg --help' or http://gr8idea.info/os/tutorials/security/iptables5.html to change the log level of only iptables