[Shorewall-users] Bot ban by --string 'ylmf-pc'

2016-04-04 Thread Florian Piekert
Hello everybody, I picked up something a few months back and now tried to switch it on on my box. >On 02/21/2016 04:41 AM, Benny Pedersen wrote: >> iptables -I INPUT -p tcp --dport 25 -m string --algo bm --string >> 'ylmf-pc' -j DROP >> >> how to add that silly bot to shorewall rules ? >> > >Add

Re: [Shorewall-users] Bot ban by --string 'ylmf-pc'

2016-04-04 Thread Tom Eastep
On 04/04/2016 01:53 AM, Florian Piekert wrote: > Hello everybody, > > I picked up something a few months back and now tried to switch it on on my > box. > >> On 02/21/2016 04:41 AM, Benny Pedersen wrote: >>> iptables -I INPUT -p tcp --dport 25 -m string --algo bm --string >>> 'ylmf-pc' -j DROP >

Re: [Shorewall-users] Bot ban by --string 'ylmf-pc'

2016-04-04 Thread Tom Eastep
On 04/04/2016 07:51 AM, Tom Eastep wrote: > On 04/04/2016 01:53 AM, Florian Piekert wrote: >> Hello everybody, >> >> I picked up something a few months back and now tried to switch it on on my >> box. >> >>> On 02/21/2016 04:41 AM, Benny Pedersen wrote: iptables -I INPUT -p tcp --dport 25 -m

Re: [Shorewall-users] Bot ban by --string 'ylmf-pc'

2016-04-04 Thread PGNet Dev
On 04/04/2016 08:27 AM, Tom Eastep wrote: > You will probably need to use this form instead or the compiler will > complain about the quotes: > > INLINE(DROP) net $FW tcp 25 ; -m string --algo bm --string 'ylmf-pc' string matches in SW rules appear quite useful. I tend to organize my *IP* lists i

Re: [Shorewall-users] Bot ban by --string 'ylmf-pc'

2016-04-04 Thread Tom Eastep
On 04/04/2016 08:43 AM, PGNet Dev wrote: > On 04/04/2016 08:27 AM, Tom Eastep wrote: >> You will probably need to use this form instead or the compiler will >> complain about the quotes: >> >> INLINE(DROP) net $FW tcp 25 ; -m string --algo bm --string 'ylmf-pc' > > string matches in SW rules appea

Re: [Shorewall-users] Bot ban by --string 'ylmf-pc'

2016-04-04 Thread Florian Piekert
Hello everybody, >>> I picked up something a few months back and now tried to switch it on on my >>> box. >>> On 02/21/2016 04:41 AM, Benny Pedersen wrote: > iptables -I INPUT -p tcp --dport 25 -m string --algo bm --string > 'ylmf-pc' -j DROP > > how to add that silly bot to