We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Filtering IDS Packets
|
| Subject: |
|
ip still in weblog after filtering |
| Date: |
|
2005-09-03 17:25:14 |
| From: |
|
nbox
|
Response to: ip still in weblog after filtering
|
|
hi, will this line of code go in my htaccess file?
iptables -A INPUT -p tcp -s xxx.xxx.xxx.xxx -j REJECT --reject-with tcp-reset
if i want to block access?
i just didnt understand when i added a 'new rule' to block that ip address via the linux gui
why it still showed up in the log file.
do the ip's still show up in the log when they are set to be denied all access? could it be a spoofed ip?
|