Mailinglist Archive: opensuse-security (274 mails)
| < Previous | Next > |
Re: [suse-security] Re: IPTables and filtering Traffic based on content ( e.g. sobig
- From: "GentooRulez" <paranoiac_user@xxxxxxxxxx>
- Date: Mon, 25 Aug 2003 12:15:11 +0200
- Message-id: <000501c36af1$c79e0370$2464a8c0@PC100100>
Check this:
iptables -m string --string "signatur" -j DROP -I INPUT -i ethX -p
tcp --sport 110
for pop-server e.g.
you'll need libipt_string.so
Here is the whole story
http://articles.linuxguru.net/view/125
Michael
iptables -m string --string "signatur" -j DROP -I INPUT -i ethX -p
tcp --sport 110
for pop-server e.g.
you'll need libipt_string.so
Here is the whole story
http://articles.linuxguru.net/view/125
Michael
| < Previous | Next > |